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

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	background-image: url(../images/hre-1_04.jpg);
	background-repeat: repeat-x;
	display: block;
	text-align: center;
	position: relative;
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
}

.mattblackmenu li{
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none; /*right divider between tabs*/
	color: white;
	padding-top: 6px;
	padding-right: 29px;
	padding-left: 29px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -4px;
	padding-bottom: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #475C93;
	background-color: transparent;
	background-image: none;
}
#end {
	border-right-width: 0px;
}

.mattblackmenu li a:visited{
}

.mattblackmenu li a:hover{
	background-color: #FFCC00;
	background-image: url(../images/hre-1_06.jpg);
	background-repeat: repeat-x;
	color: #333333;
	padding-top: 2px;
	padding-bottom: 10px;
}

.mattblackmenu a.selected{
	background-color: #FFCC00;
	background-image: url(../images/hre-1_06.jpg);
	background-repeat: repeat-x;
	color: #333333;
	padding-top: 2px;
	padding-bottom: 10px;
}
