/* CSS für vertikales Menu */
.menustyle, .menustyle li ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 141px; 
}

.menustyle li{
	float:left;
	position: relative;
	line-height:30px;
}

.menustyle li a{
	background-image:url(/pagemedia/media/nav-button_grau.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font: bold 12px Verdana, Helvetica, sans-serif;
	color: #666666;
	display: block;
	width: 126px;
	line-height:30px;
	padding: 1px 0px 1px 15px;
	text-decoration: none;
}

.menustyle li ul{ /*SUB MENU STYLE*/
	position: absolute;
	width: 141px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
	padding-left:2px;
}

.menustyle li ul li{
	float: left;
	line-height:30px;
}

.menustyle li ul a{
	width: 141px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
	line-height:30px;
}

.menustyle .arrowdiv{
}

.menustyle li a:visited{
	color:#666666;
}

.menustyle li a:hover, .menustyle li a.active{
	background-image:url(/pagemedia/media/nav-button_rot.gif);
	background-repeat:no-repeat;
	background-position:left top;
	color:#666666;
}

/* Holly Hack for IE \*/
* html .menustyle li { float: left; height: 1%; }
* html .menustyle li a { height: 1%; }
/* End */
