/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu {
/*background-image:url(../../Images/bg_right_menu.png);
background-position:right;
background-repeat:no-repeat;*/
background-image:url(../../Images/menu_igi.gif);
background-repeat:repeat-x;

width:980px;
height:32px;
}
.mattblackmenu ul
{	
margin: 0;
padding: 0;
float:left;

list-style-type: none;
background-image:url(../../Images/menu_igi.gif);
background-repeat:repeat-x;
height:32px;
overflow: hidden;
width:980px;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
	float: left;
	display: block;
	background:url(../../Images/menu_nav_icon.gif) no-repeat;
	background-position:left center;
	font-size:12.5px; color:#850000;font-weight:bold;
	
	text-decoration: none;
	margin-left:10px;
	 /*padding: 0;1px 1px; /*padding inside each tab*/
	/*border-bottom:1px solid #FF0000; right divider between tabs*/
	/*color: white;*/
}

/*
.mattblackmenu li a:visited{
color: white;
}*/

.mattblackmenu li a:hover{
/*background-image:url(../../Images/menu_igi_hover.gif);
background-repeat:repeat-x; background of tabs for hover state */
	background:url(../../Images/menu_nav_icon.gif) no-repeat;
	background-position:left center;
	font-weight:bold; color:White; 
}
.mattblackmenu a.selected{
/*background-image:url(../../Images/menu_igi_hover.gif);
background-repeat:repeat-x; background of tab with "selected" class assigned to its LI */
font-weight:bold; color:White; 
	background:url(../../Images/menu_nav_icon.gif) no-repeat;
	background-position:left center;
}
