/*
###################
#  ypMenu Styles  #
###################
 */
 
#menumarker {
	z-index: 1000;
}

.mmContent {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Geneva, SunSans-Regular;
}

.mmContentTop
{

}

.mmContentScroll
{

}

.mmContent div {
	margin: 0px;
	z-index: 2;
	position: relative; 
	left: 0px;
	top: 0px;
	border-bottom: solid 1px #7AC4E3; /* Rand unter einem Link */
	height: 27px;
	/*-moz-opacity:0.95;
	filter:alpha(Opacity=95);*/
	background-color: #8DD8F8;
}
 
.menuBackground {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
 
.mmContent div a {
	
	display: block;
	padding: 6px;
	color: #222222;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	width: 250px;
	text-decoration: none;
	
}

* html .mmContent div a {
	width: 250px;

}

.mmContent div a:link {
	background: #8DD8F8;
	/*color: #222222;*/
	color: #005AAA;
	font-size: 12px;
}

.mmContent div a:visited {
	background: #8DD8F8;
	/*color: #222222;*/
	color: #005AAA;
	font-size: 12px;
}

.mmContent div a:hover{
	/*background: #D2DCE2;*/
	background: #8DD8F8;
	color: #ffffff;
	font-size: 12px;
}
.mmContent div a:active {
	background: #8DD8F8;
	/*color: #222222;*/
	color: #005AAA;
	font-size: 12px;
}

.mmContent div a.submenu {
	background-color: #D2DCE2; 
}
.mmContent div a.submenu:hover {
	background-color: #D2DCE2; 
}