/* ######### Menü First Level ######### */

.markermenu{
	width: 430px;
}

.markermenu ul{
	list-style-type: none;
	margin: 0px 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}

.markermenu ul li a{
	font: 11px Verdana;
	line-height: 18px;
	color: #666666;
	display: block;
	width: auto;
	padding: 5px 0;
	text-decoration: none;
	border-bottom: 1px solid #dedede;
}

* html .markermenu ul li a{ /*IE6 hack*/
	width: 430px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #666666;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #666666;
	background-color: #f1f1f1;
	background-image: url(pfeil2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	background: red;
	color: #666666;
}

.blackwhite li a:hover{
	color: #666666;
}
