/* CSS Document */

/** 
 * Text passed with mosmsg url parameter,
 * If your template does not have this class
 * defined you should uncomment this definition
**/
/*
.message {
	width: *;
	border: 1px solid #c30;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size : 100%;
	color : #c30;
	background: #fbece7;
	text-align: center;
}
*/
.menutitle {
    background-color:#FF9900;
    border:0 solid #000000;
    color:#FFFFFF;
    cursor:pointer;
    font-weight:bold;
    height:19px;
    margin-bottom:5px;
    padding:4px 2px 0;
    text-align:left;
}

.submenu{
	margin-bottom: 0.5em;
}
