/* 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{
	cursor:pointer;
	margin-bottom: 5px;
	/*background-color:#f5f5ff;*/
	color:#ff3300;
	/*width:*;*/
	padding-left:7px;
	text-align:left;
	/*font-weight:bold;*/
	/*border:1px solid #000000;*/
}
.submenu{
	margin-bottom: 0.5em;
}
