/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu{
	margin: 0 1px 0 0;
	padding: 0 auto;
	width: auto;
	height:41px;
	float:left;
	background: url("../Images/bg_menu.jpg") repeat-x center bottom;
}

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
overflow: hidden;
width: auto;
float:left;
line-height:19px;
margin:1px 0 0 0;
}

.mattblackmenu li{
display: inline;
margin: 0;
}
.mattblackmenu li.last{
	background: url("../Images/bg_menuright.jpg") no-repeat right bottom;
}
.mattblackmenu li.first{
	background: url("../Images/bg_menuleft.jpg") no-repeat left bottom;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 8px 0 8px 0;
padding: 2px 17px; /*padding inside each tab*/
border-right: 1px dotted white; /*right divider between tabs*/
color: white;
}
.mattblackmenu li a.last{
float: left;
display: block;
text-decoration: none;
margin: 8px 0 8px 0;
padding: 2px 16px; /*padding inside each tab*/
border-right: 0px dotted white; /*right divider between tabs*/
color: white;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
	color:#fffc00;
}

.mattblackmenu a.selected{
	color:#fffc00;
}