/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
color: #000000;
font: bold 11px Verdana;
list-style-type: none;
border-bottom: 0px solid gray;
background: #FFFFFF;
overflow: hidden;
border: 0px solid #000000;
line-height: normal;
font-family: Tahoma;
font-size: 10px;
float: right;
}

.mattblackmenu li{
margin: 0;
color: #000000;
line-height: normal;
font-family: Tahoma;
font-size: 10px;
float: left;
display: inline;
text-align: right;
}

.mattblackmenu li a{
display: block;
text-decoration: none;
margin: 0;
padding: 3px 2px; /*padding inside each tab*/
border-right: 0px solid #000000; /*right divider between tabs*/
color: #000000;
background: #ffffff;
line-height: normal;
font-family: Tahoma;
font-size: 10px;
}


.mattblackmenu li a:visited
{
	background: #ffffff;
	color: #000000;
	line-height: normal;
	font-family: Tahoma;
font-size: 10px;
}


.mattblackmenu li a:hover{
background: #ffffff; 
color: #ffa10f;
line-height: normal;
font-family: Tahoma;
font-size: 10px;
}

.mattblackmenu a.selected{
background: #ffffff; /*background of tab with "selected" class assigned to its LI */
color: #ffa10f;
line-height: normal;
font-family: Tahoma;
font-size: 10px;
}