/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul
{
	margin: 0; /*margin-left: 150px;*/
	padding: 0;
	font: normal 13px tahoma;
	list-style-type: none;
	background: transparent; /*UL Back-color*/
/*	background-image: url( 'Images/sep.jpg' );*/
	background-repeat: repeat-x;
	overflow: hidden;
	/*width: 1080px;*/
    width:1380px;
    text-align: center;
    padding-left: 0px;  
    
    
}

.mattblackmenu li
{
	display: inline;
	margin: 0;
}

.mattblackmenu li a
{
	float:left;
	display: block;
	text-decoration: none;
	font-family: tahoma,verdena,calibri;
	font-size: 13px;
	margin: 0;
    font-weight:bold;
	padding: 12px 1.22em; /*padding inside each tab*/
	border-right: 1px solid #eee; /*right divider between tabs*/
	color:#2a69d3; /*Link color*/ /*background-image:url('Images\img02.gif'); 	/*background-color: #2767cb;*/
}

.mattblackmenu li a:visited
{
	color:#2a69d3;
}

.mattblackmenu li a:hover
{
	color:white;
     background-color: #f5f5f5;
     background:url('../Images/main_menu.gif');
           

}

.mattblackmenu a.selected
{
	/*background: #4e791f; /*background of tab with "selected" class assigned to its LI */
}
