#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
font-family: arial;
font-size: 3mm;
}

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

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 0px solid black;
border-right-width: 2;
background-color: #999966;
}

.mainitems div a:hover{
color: #C70201;
}

.headerlinks a{
margin: auto 8px;
font-weight: bold;
color: white;
}

.submenus{
display: none;
width: 11em;
position: absolute;
top: 1.2em;
left: -2px;
background-color: #669A6A;
border: 2px solid black;
color: white;
font-weight: bold;
}

.submenus li{
width: 100%;
color: white;
font-weight: bold;
}

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

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

.submenus li a:hover{
background-color: #C70201;
color: white;
font-weight: bold;
}

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

.tableborder table{
border: 2px #000000 solid; 
}
