/* CSS file for the Menu */
@media screen {

#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 1px solid #555588;
border-left-width: 0;
/*background: url(/nhvweb/img/menu-bg.gif);*/
background-color: #80AAFF;
width: 106px;
}

.dumbitems{
border-bottom: 1px solid black;
border-left-width: 0;
border-top-width: 0;
border-right-width:0;
/*background: url(../minus.gif);*/
/*background-color: #FFFFFF;*/
width: 128px;
height: 1.5em;
}

.headerlinks a{
margin: auto 8px;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: black;
}

/*.headerlinks a:hover {
color: #EEEEEE;
}*/

.submenus{
display: none;
width: 10em;
position: absolute;
top: 1.9em;
left: 0;
/*background-color: #EEEEEE;*/
background-color: #eeeeee;
border: 1px solid black;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: blue;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover {
background-color: yellow;
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;
}
}

@media print {
#csstopmenu, #csstopmenu ul{
display: none;
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
display: none;
float: left;
position: relative;
}

#csstopmenu a{
display:none;
}

}
