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

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

#csstopmenu a{
text-decoration: none;
}

.mainitems{
background-color: #A82A2E;
}

.mainitems a{
background-color: #A82A2E;
}


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

.submenus{
z-index: 10;
position: absolute;
display: none;
width: 9em;
top: 1.4em;
left: 0;
right: 0;
background-color: #A82A2E;
border: 2px solid #000;
}

.submenus li{
z-index: 10;
background-color: #A82A2E;
padding-right: 3px;
width: 100%;
}

.submenus li a{
z-index: 10;
background-color: #A82A2E;
display: block;
text-indent: 3px;
padding-right: 3px;
width:100%;
}

html>body .submenus li a{ /* non IE browsers */
z-index: 10;
background-color: #A82A2E;
width: auto;
}

.submenus li a:hover{
z-index: 10;
background-color: #FFF;
border-color: #A82A2E;
border-width: 1px;
border-style: solid;
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;
}

.flash {
z-index: 1;
position: absolute;
}

