/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu{
	width:600px;
	margin-left:30px;
	.margin-left:45px;
}

.mattblackmenu ul
{
margin-left:0px;
margin-top:10px;
list-style-type: none;
/*border-bottom: 1px solid gray;
background: #414141;*/
overflow: hidden;
width: 600px;
}

.mattblackmenu li{
display: inline;
margin: 0;
width:600px;
}

.mattblackmenu li a{
float: left;
display: block;
background: url(../Images/inact_bullet.png) no-repeat 0px center;
text-decoration: none;
margin: 0;
padding: 6px 20px; /*padding inside each tab*/
/*border-right: 1px solid white;*/ /*right divider between tabs*/
color: white;
/*background: #414141;*/
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
/*background: black;*/ /*background of tabs for hover state */
color: white;
background-image:url(../Images/submenu_divider.jpg) center;
background-repeat:repeat-x;
background: url(../Images/act_bullet.png) no-repeat 0px center;
}

.mattblackmenu a.selected{
/*background: black;*/ /*background of tab with "selected" class assigned to its LI */
color: white;
background-image:url(../Images/submenu_divider.jpg) center;
background-repeat:repeat-x;
background: url(../Images/act_bullet.png) no-repeat 0px center;
}