
<style type="text/css">

#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border:0;
border-left-width: 0;
}

.headerlinks a{
margin: auto 8px;
font-weight: bold;
color: white; font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}

.submenus{
	display: none; padding-top: 10px;
	position: absolute;
	background-color:#1A2634; 
	color:white;
	border: 0;
	margin-left:25px;margin-top:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

.submenus li{
width: 100%;
text-indent: 8px;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 10px;

font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: white;
height:25px;
}

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

.submenus li a:hover{
	color: white;
	background: #ad230e;
	height:25px;
	
}

#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;
}


</style>

