/* Start of CMSMS style sheet 'menue' */
#hauptmenue {
	list-style-type: none;
	padding-left: 35px;
}
#hauptmenue li {
    font-weight: bold;
	font-size: 16px;
	padding: 5px 0px 5px 0px;
}
#hauptmenue ul {
	list-style-type: none;
}
#hauptmenue ul li {
	font-size: 12px;
	padding: 1px 0px 1px 0px;
}
.hauptmenueSelected {
	color: #990000;
}
.hauptmenueNotSelected {
	color: #000066;
}
.hauptmenueSelected a{
	color: #990000;
}
.hauptmenueNotSelected a{
	color: #000066;
}
/* End of 'menue' */

