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



.mattblackmenu ul{

margin: 0;

padding: 0;

font: normal 12px Verdana;

list-style-type: none;

font-weight:bold;

background: none;

overflow: hidden;

width: 409px;

}



.mattblackmenu li{

display: inline;

margin: 0;

}



.mattblackmenu li a{

float: left;

display: block;

text-decoration: none;

margin: 0;

padding: 16px 12px; /*padding inside each tab*/

/*border-right: 1px solid white; /*right divider between tabs*/

color: #ffffff;

height:11px;

background: none;

}



.mattblackmenu li a:visited{

color: #ffffff;

}



.mattblackmenu li a:hover{
	background: #be7eb1; /*background of tabs for hover state */
	color: #ffffff;

}



.mattblackmenu a.selected{

background: #be7eb1; /*background of tab with "selected" class assigned to its LI */

}
