/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
overflow: hidden;
height:75px;
width: 100%;
background:transparent url(/Images/nav-bg.png) repeat-x;
float:left;  
font-family:Tahoma;
font-size:12px;   
}

.mattblackmenu li{
display: inline;
margin: 0;
padding:0;  
float:left;		
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
line-height:75px;
 /*padding inside each tab*/
 /*right divider between tabs*/
color: white;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover
{
	color:#fe8506;  
/*background of tabs for hover state */
}

.mattblackmenu a.selected
{	
/*background of tab with "selected" class assigned to its LI */
}

.mattblackmenu a.active 
{
	background:transparent url(/Images/active-nav.png) repeat-x;		
	height:75px; 
/*background of tab with "selected" class assigned to its LI */
}
.mattblackmenu ul li a.active:hover
{
	color:White;  
}
.mattblackmenu ul li.nav-sep
{
	width:15px; 
	background:transparent url(/Images/nav-sep.png);
	background-repeat:no-repeat;
	padding:0px; 
	height:75px; 
}

.mattblackmenu li.nav-sep-next
{
	width:15px; 
	background:transparent url(/Images/active-nav-right-cut.png);
	background-repeat:no-repeat;
	padding:0px; 
	height:75px; 
}

.mattblackmenu li a span
{	
	text-decoration:none; 		
	font-size:13px;
	height:75px;    
	line-height:75px; 	
	padding:0 12px 0 22px;	  
}
.mattblackmenu li a.active span
{
	background:transparent url(/Images/active-nav-left-cut.png);		
	background-repeat:no-repeat;
	padding:30px 12px 30px 22px;
	background-position:left top; 
	height:75px;   
}

