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

.mattblackmenu ul{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	margin: 0;
	list-style-type: none;
	overflow: hidden;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}


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

.mattblackmenu li a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	height: 30px;
}

.mattblackmenu li a:visited{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;}

.mattblackmenu li a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #728012;
	text-decoration: none;
	background-color: #FFF;
}




/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	margin: 0;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	list-style-type: none;
	background: #ffffff;
	visibility: hidden;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


.ddsubmenustyle li {
	width: 160px; 
	color: #999;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.ddsubmenustyle li a{
width: 160px; /*width of menu (not including side paddings)*/
color: black;
padding-right: 5px;
padding-left: 5px;
padding-top: 0px;
padding-bottom: 5px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
color: #728012;
}

/* ######### Neutral CSS  ######### */



.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
