/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu {position:relative;z-index:50;white-space:nowrap;direction:ltr;
width:642px;height:25px;
top:14px;
left:180px;

}
.mattblackmenu ul{

margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;

/*border-bottom: 1px solid blue;*/
/*background: #414141;*/
/*background-image:url(/buttons/green-133.png); /*background of tabs (default state)*/
overflow: hidden;
border: 0px;
}

.mattblackmenu li{
	display: inline;
	
	margin 0;
	width:107px;
	height:25px;

}

.mattblackmenu li a{
	font:normal normal normal 12px Verdana,Arial,Helvetica,sans-serif;
	float: left;
	display: block;
	/*width:107px;*/
text-decoration: none;
	text-align:center;
	padding: 5px 0px; /*padding inside each tab*/
	/*border-right: 1px solid white; /*right divider between tabs*/
width:107px;
	height:23px;
	color:#FFFFFF;
	/*background: #414141;*/
background-image:url(../buttons/button_RED.png);
	; /*background of tabs (default state)*/
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.mattblackmenu li.selected a{
background-image:url(../buttons/button_blue.png);
}

.mattblackmenu li.normal a{
background-image:url(../buttons/button_red.png);
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li.normal a:hover{
background-image:url(../buttons/button_green.png); /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background-image:url(../buttons/button_green.png); /*background of tab with "selected" class assigned to its LI */
}