#csstopmenu, #csstopmenu ul{
padding:0px;
margin:0px;
	float:left;
	width:900px;
	height:34px;	
	background-image:url('/img/bg_topnavi.jpg');
	background-repeat:no-repeat;
}

#csstopmenu li{
float: left;
position: relative;
}
#csstopmenu a{
text-decoration: none;
}

.mainitems{
margin-left:12px;
height:28px;
	background-image:url('/img/button_topnavi_norm.jpg');
	background-repeat:no-repeat;
	line-height:28px;
}

.headerlinks a{
line-height:28px;
	color:#8d8d8d;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, sans-serif;
	text-decoration:none;
	padding-left:22px;
	padding-right:27px;
}

.headerlinks a:hover{
	color:#c1d000;	
}
.submenus{
display: none;
width: 10em;
position: relative;
top: 1.2em;
left: 0;
}

.submenus li{
width: 100%;
background-image:url('/img/button_submenu.jpg');

}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
color: black;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color:#c1d000;;
color: white;
}


#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
background-color:white;;
height: 3px;
}


