@charset "UTF-8";
/* CSS Document */

#menuList {
	width:100%;
	margin-left:10px;
	padding-top:390px;
}
#menuList ul {
	width:100%;
	list-style:none;
}
#menuList li {
	float:left;
}
#menuList li#activ {
	background:url(../media/utilities/aktiv_menu.png) no-repeat 50% bottom;
	height:35px;
}
#menuList li a {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bolder;
	font-size:16px;
	color:#978E80;
	text-decoration:none;
}
#menuList li a:hover {
	color:#6C675F;
}
#menuList li#line {
	float:left;
	background:url(../media/utilities/menuLine.png) no-repeat 50% bottom;
	width:16px;
	height:25px;
}
