/* Start of CMSMS style sheet 'menue' */
#hauptmenue{
font-family: times;
font-style: italic;
	list-style-type: none;
	width: 955px;
	float:left;
	background-color: #680000;
	margin-top: 2px;
	margin-bottom: 2px;
}
#hauptmenue li{
	font-weight: bold;
	display: inline;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 25px;
}
.hauptmenueSelected {
	color: #ff6600;
}
.hauptmenueNotSelected {
	color: #FEFECC;
}
.hauptmenueSelected a{
	color: #ff6600;
}
.hauptmenueNotSelected a{
	color: #FEFECC;
}
.naviSelected a{
	color: #ff6600;
}
.naviNotSelected a{
	color: #FEFECC;
}
/* End of 'menue' */

