 #csstopmenu, #csstopmenu ul{
padding: 2;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 0;
border-left-width: 0;
background-color: none;
}

.headerlinks a{
margin: auto 10 px;
font-weight: bold;
text-transform: uppercase;
font-family: Arial;
font-size: 8pt;
color: #ffffff;
}

.headerlinks1 a{
margin: auto 10 px;
font-weight: bold;
text-transform: uppercase;
font-family: Arial;
font-size: 8pt;
color: #ffcc00;
}

.submenus{
display: none;
width: 20em;
position: absolute;
top: 3.7em;
left: 0;
background-color: #333333;
border: 1px solid white;
font-family: arial;
font-size: 8pt;
font-weight: bold;
color: #cccccc;
text-transform: uppercase;
padding: 4px 4px 4px 4px;
background-image: url(../images/sfo_big.gif);
}

.submenus li{
width: 100%;
}

.submenus a:visited{
text-decoration: none;
color: #ffffff;
}

.submenus a:link{
text-decoration: none;
color: #ffffff;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 5px;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: white;
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;
}