/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.menu ul{
margin: 0; 
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
background: white url(images/indentbg.gif) repeat-x;
overflow: hidden;
width: 80%;
height:40px;
vertical-align: text-bottom;
}

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

.menu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: #000099;

}

.menu li a:visited{
color: #000099;
}

.menu li a:hover{
background: red url(images/indentbg2.gif) center center repeat-x; /*background of tabs for hover state */
border-bottom:none;
}

.menu a.selected{
background: red url(images/indentbg2.gif) center center repeat-x; /*background of tab with "selected" class assigned to its LI */
}