/* ######### Menu Bar CSS ######### */

.menubar ul{
margin: 0;
padding: 0;
font: bold 11px Arial;
list-style-type: none;
border-top: 1px solid #074c7c;
border-bottom: 1px solid #074c7c;
background: url(../../pix/menu/blkmainblbk.gif) center center repeat-x;
overflow: hidden;
width: 100%;
}

.menubar li{
display: inline;
margin: 0;
}

.menubar li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 11px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: white;
background: url(../../pix/menu/blkmainblbk.gif) center center repeat-x;
}

.menubar li a:visited{
color: white;
}

.menubar li a:hover{
background: url(../../pix/menu/blkmainw.gif) center center repeat-x; color: #074c7c;
}

.menubar a.selected{
background: url(../../pix/menu/blkmainb.gif) center center repeat-x;
}
