﻿/* CSS file for the Menu */

#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
z-index: 2;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 0px solid black;
border-left-width: 0;
/*background: url(/nhvweb/img/menu-bg.gif);*/
background-color: #990000;
width: 90px;
}

.dumbitems{
border-bottom: 0px solid black;
border-left-width: 0;
border-top-width: 0;
border-right-width:0;
/*background: url(../minus.gif);*/
/*background-color: #FFFFFF;*/
width: 100px;
height: 10px;
}

.headerlinks {
cursor: pointer;
margin: auto 8px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: white;
height: 14px;
}

.headerlinks:hover {
color: #EEEEEE;
}

.headerlinks a{
margin: auto 8px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: black;
}

.headerlinks a:hover {
color: #EEEEEE;
}

.submenus{
display: none;
width: 160px;
position: absolute;
top: 14px;
left: 0px;
background-color: #F2F1C3;
border: 1px solid silver;
/* filter: alpha(opacity=95); */
/* opacity: 0.95; */
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #A25649;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover {
background-color: #FFCD86;
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;
}
