/* Start of CMSMS style sheet 'menue' */
#hauptmenue{
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing: 1px;
	list-style-type: none;
	width: 955px;
	float:left;
	background-color: #ffffcc;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
}
#hauptmenue li{
	font-weight: bold;
	display: inline;
	font-size: 17px;
	padding-left: 23px;
	padding-right: 40px;
	line-height: 25px;
}
.hauptmenueSelected {
	color: #336633;
}
.hauptmenueNotSelected {
	color: #CC9933;
}
.hauptmenueSelected a{
	color: #336633;
}
.hauptmenueNotSelected a{
	color: #CC9933;
}

#navi{
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing: 1px;
	list-style-type: none;
	width: 955px;
	float:left;
	background-color: #ffffcc;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
}
#navi li{
	font-weight: bold;
	display: inline;
	font-size: 14px;
	padding-left: 23px;
	padding-right: 23px;
	line-height: 25px;
}
.naviSelected a{
	color: #336633;
}
.naviNotSelected a{
	color: #CC9933;
}
/* End of 'menue' */

