
#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
color: White;
padding: 0px;
}

#csstopmenu li a{
text-decoration: none;
margin: 0px;
color: White;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
#csstopmenu li a:hover{
	margin: 0px;
}
.mainitems{
	border-left-width: 0;
	color: White;
}

.headerlinks a{
margin: auto 8px;
font-weight: bold;
color: black;
padding: 4px;
 color: White;
}

.submenus{
	
	position: absolute;
	top: 0px;
	left: -160px;
	background-color: White;
	border: 1px solid #047DAC;
	width: 160px;
	z-index: auto;
}

.submenus li{
width: 100%;
}

.submenus li a{
	display: block;
	text-indent: 3px;
	padding-right: 5px;
	width: 160px;
	color: #057BA9;
	border-bottom: 1px solid #31A3C8;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
	background-color: #037DAE;
	color: black;
}

#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 */
height: 3px;
}