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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color: white;
	width: 90px;
}

.ddsubmenustyle li a{
	display: block; /*width of menu (not including side paddings)*/
	color: black;
	background-color: #FEFEFE;
	text-decoration: none;
	padding: 2px;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 90px; /*width of menu (include side paddings of LI A*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.ddsubmenustyle li a:hover{
	background-color: #EBEBEB;
	color: #191919;
}

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

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding-left:50px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

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




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

.mattblackmenu ul{
	margin: 0;
	overflow: auto;
	width: 164px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-position: left;
}

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

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 4px; /*right divider between tabs*/
	color: white;
}

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

.mattblackmenu li a:hover{
	color: #FFFFFF;
}

.mattblackmenu a.selected{

}
