/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.TopMenu ul{
margin: 0 auto;
padding: 0;
font: bold 13px Arial;
list-style-type: none;
border-top: 1px solid #cccccc;
background:url(../images/NavBar.png) center center repeat-x;
overflow: hidden;
width: 990px;
height:42px;
}

.TopMenu li{
display: inline;
margin: 0;
}

.menu li a.first{
border-left: 1px solid white; /*right divider between tabs*/
}

	

.TopMenu li a{
float: left;
text-align:center;
display: block;
font: bold 13px Arial;
text-decoration: none;
padding: 12px auto;
margin: 0px;
border-right: 1px solid white; /*right divider between tabs*/
color: white;
width:163px;
height:42px;
}

.NavPadding	{margin-top:12px;}

.TopMenu li a:visited{
color: white;
}

.TopMenu li a:hover{
background-image:url(../images/NavBar-Over.gif); background-repeat:repeat-x;
}

.TopMenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}
