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

.mattblackmenu ul{
margin: 0px;
padding: 0px;
font: bold 12px Verdana;
color:#CCCCCC;
list-style-type: none;
/*border-bottom: 1px solid gray;*/
background: #fff;
overflow: hidden;
width: 100%;
background-image:url(../images/nav_active.gif);
cursor:pointer;
}

.mattblackmenu li{
display: inline;
margin: 0px;
cursor:pointer;
}

.mattblackmenu li a{
background-image:url(../images/nav_normal.gif);
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 0px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
cursor:pointer;
font-family:Tahoma;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
width:100%;
height:43px;

}

.mattblackmenu li a:visited{
/*color: #000;*/
}

.mattblackmenu li a:hover{
background: #737373; /*background of tabs for hover state */
background-image:url(../images/nav_active.gif);
font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;cursor:pointer;
}

.mattblackmenu a.selected{
/*background: #7F7772; background of tab with "selected" class assigned to its LI */
}