/* ######### Matt Black Strip Main Menu Bar CSS ######### */

#nvbgl{
	
	width:7px;
	height:36px;
	background-image:url(../images/nav_left.gif);
	float:left;

	}
		
#nvbgr{
width:7px;
height:36px;
float:left;
background-image:url(../images/nav_right.gif);

}
.nvsep {
width:2px;
height:36px;
float:left;
background-image:url(../images/nav_separator2.gif);  background-repeat:no-repeat;	
}
.mattblackmenu ul{
margin: 0;
padding: 0;
display:block;
width:757px;
height:36px;
font: bold 12px Arial;
list-style-type: none;
/*border-bottom: 1px solid gray;*/
/*background:#2c84b2;*/
background-image:url(../images/nav_bg.gif); background-position:top left; background-repeat:repeat-x;
float:left;
overflow: hidden;
/*width: 100%;*/
}

.mattblackmenu li{
display: inline;
margin: 0;

}

.mattblackmenu li a{
float: left;
display: block;
height:23px;
text-decoration: none;
margin: 0;
padding-left:24px;
padding-right:23px;
padding-top:10px;
padding-bottom:10px;
color: white;
/*background-color:#2c84b2;*/

}
.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
/*background: #95be3e; /*background of tabs for hover state */
background-image:url(../images/nav_bg2.gif); 

background-position:top right; background-repeat:repeat-x;

}
.mattblackmenu a.selected{
/*background: #95be3e; /*background of tab with "selected" class assigned to its LI */
background-image:url(../images/nav_bg2.gif); background-position:top right; background-repeat:repeat-x;
}