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

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 2px none #0066CC;
	background: #660000;
	overflow: visible;
	color: #FFFFFF;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:11px;
	font-family:Verdana;
	float: right;   /*compulsory attribute with nwidth 100% as below to remove white space to right of menu */
	width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
/*padding inside each tab*/
border-right: 1px none white; /*right divider between tabs*/
color: white;
background: #660000; /*background color of top menu*/; padding-left:14px; padding-right:14px; padding-top:8px; padding-bottom:8px
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
	background: #003399;
}

.mattblackmenu a.selected{
background: #003399; /*background of tab with "selected" class assigned to its LI */
}

ul.customstyle{
	height: 0px;
	width: 0px;
	border: 0px none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

 /* ul.customstyle li a{
	border: 0px none;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
} 

ul.customstyle{
	border-width: 0;
} */

ul.customstyle li a{
	border: 0px none;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0;
	height: 140px;
	width: 177px;
	text-decoration: none;
}

