.menubar{
margin-left: 3px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.menubar ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.menubar li{
display:inline;
margin:0 2px 0 0;
padding:0;
}


.menubar a{
float:left;
color: white;
background: #000033;
border-top: 1px solid white;
border-left:1px solid  white;
border-right:1px solid  white;
margin:0 0px 0 0;
padding:0 10px 1px 0px;
text-decoration:none;
letter-spacing: 1px;
}

.menubar a span{
float:left;
display:block;
padding: 4px 8px 2px 7px;
}

.menubar a span{
float:none;
}

.menubar a:hover{
background-color: #003366;
}

.menubar a:hover span{
background-color: #003366;
}

.menubar .selected a, #menubar .selected a span, { /*currently selected tab*/
background-color: #003366;
}

#menubarline{
clear: both;
padding: 0;
width: 768px;
height: 8px;
line-height: 8px;
background: #000033;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.menusecondlevel_a{
position:absolute;
top: 0;
border: 1px solid #000033; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .menubarline above*/
border-bottom-width: 0;
font:normal 11px Arial, Verdana, sans-serif;
line-height:18px;
z-index:100;
background-color: white;
width: 170px;
visibility: hidden;
}


.menusecondlevel_a a{
width: auto;
display: block;
background:transparent; /*would need image for transparency to work*/
text-indent: 5px;
border-top: 0 solid #003366;
border-bottom: 1px solid #003366; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #000033;
}

* html .menusecondlevel_a a{ /*IE only hack*/
width: 100%;
}

.menusecondlevel_a a:hover{ /*THEME CHANGE HERE*/
background-color: #003366;
color: white;
}/* CSS Document */

