/* ######### Menu Bar CSS ######### */

.menubar ul{
margin: 0;
padding: 0;
font: bold 11px Arial;
list-style-type: none;
border-bottom: 1px solid #b00803;
background: url(../../pix/menu/blkmain.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: 1px solid white; /*right divider between tabs*/
color: white;
background: url(../../pix/menu/blkmain.gif) center center repeat-x;
}

.menubar li a:visited{
color: white;
}

.menubar li a:hover{
background: url(../../pix/menu/redover.gif) center center repeat-x;
}

.menubar a.selected{
background: url(../../pix/menu/redover.gif) center center repeat-x;
}