/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid gray;
	background: #4F67A7;
	overflow: hidden;
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a {
background:none repeat scroll 0 0 transparent;
color:white;
display:block;
float:left;
margin:0;
padding:1px 5px 1px 5px;
text-align:left;
text-decoration:none;
width:75px;
min-height:42px;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover {
background: #A0B164; /*background of tabs for hover state */
}

.mattblackmenu a.selected {
background: #4F67A7; /*background of tab with "selected" class assigned to its LI */
}

.top-menu-1 a {
width:80px!Important;
}
.top-menu-2 a {
width:75px!Important;
}
.top-menu-3 a {
width:75px!Important;
}
.top-menu-4 a {
width:68px!Important;
}
.top-menu-5 a {
width:65px!Important;
}
.top-menu-6 a {
width:65px!Important;
}
.top-menu-7 a {
width:76px!Important;
}
.top-menu-8 a {
width:75px!Important;
}
.top-menu-9 a {
width:75px!Important;
}
#home-menu a {
margin-left:10px;
width:50px;
}
