


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

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

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 0px solid black;
border-left-width: 0;
background-color: #ffffff;
}

.headerlinks a{
margin: auto 0px;
font-weight: bold;
color: black;
}

.submenus{
display: none;
width: 103px;
position: absolute;
top: 18pt;
left: 0;
background-color: #960018;
border: 0px solid white;
margin-top:3px;
}

.submenus li{
width: 100%;
font-size:8pt;font-family:Verdana, Helvetica, Trebuchet MS;font-weight:bold;
border: 1px solid white;margin-top:2pt; 
}

.submenus li a{
display: block;
width: 100%;
height: 15px;
text-indent: 3px;
color: #ffffff;
margin-top:0px; 
margin-bottom:0px; 
}

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

.submenus li a:hover{
background-color: #D4D4D4;
color: #000000;

}

#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: 0px;
}



