/* CSS Document */
#menuholder {
	position:absolute;
	left:0px;
	top:0px;
	width:223px;
	z-index:1;
}
#menu {
 float:left;/**/
 width: 223px;
 text-align: left;
 background-image:url(../images/menu-bg.gif);
 background-repeat:repeat-y;
}
/*#menu .menucontainer {
	padding-top: 4px;
	padding-bottom: 7px;
	background-color: #e5e8ea;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	width: 222px;
	position:relative;
}
#menu .plus {
	background-image: url(../images/nav-kreuz.gif);
	background-repeat: no-repeat;
	width:26px;
	left: 0px;
	position: absolute;
}
#menu .menu-act {
	left: 32px;
	position: relative;
	width: auto;
}*/
#menu .menu-act {
	background-image: url(../images/nav-kreuz.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	padding-left: 35px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#menu .menu-act a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #003399;
	text-decoration: none;
	line-height: normal;
	line-height: 16px;
}
#menu .menusub-act a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
	line-height: 16px;
}
#menu .menu-no {
	background-image: url(../images/nav-kreuz.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	padding-left: 35px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#menu .menu-no a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #6c6c6e;
	text-decoration: none;
	line-height: normal;
}
#menu .menu-no a:hover{
	color: #003399;
}
#menu .menusub-no a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6c6c6e;
	text-decoration: none;
}
#menu .menusub-no a:hover{
	color: #003399;
}

#menu-special-cont {
 float:left;/**/
 width: 197px;
 text-align: left;
}
#menu-special-cont .menu-special {
	left: 26px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	padding-left: 9px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#menu-special-cont .menu-special a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6c6c6e;
	text-decoration: none;
}
#menu-special-cont .menu-special a:hover{
	color: #003399;
}
