/* Menu CSS  */

#mmain {
	position:absolute;
	left:318px;
	top:29px;
	width:200px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:11px;
	letter-spacing:0.02em;
}

#mspalte1 {
	position:absolute;
	left:10px;
	top:0px;
	width:100px;
}

#mspalte2 {
	position:absolute;
	left:120px;
	top:0px;
	width:100px;
}

.msub, .msel {
	position:relative;
	width:100px;
	height:22px;
}

.msub a {text-decoration:none;}
.msub a:link { color:#444 }
.msub a:visited  { color:#444 }
.msub a:hover { color:#C00 }
.msub a:active { color:#C00 }

.msel a:link { color:#C00 }
.msel a:visited  { color:#C00 }

