/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	margin: 0;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	height: 33px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #2686CC;
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(../images/desain2_06.jpg);
	background-repeat: repeat-x;
}

.mattblackmenu li{
	display: inline;
	margin: 0;
	color: #2686CC;
	text-align: center;
}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*right divider between tabs*/
	color: #2686CC;
	text-align: center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.mattblackmenu li a:visited{
	color: #2686CC;
}

.mattblackmenu li a:hover{
	color: #CCCCCC;
}

.mattblackmenu a.selected{
	background-color: #0A3F7E;
	color: #CCCCCC;
}
WS

