.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	left: 0;
	top: 0;
	background: white;
	visibility: hidden;
	z-index: 100;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #B3CDE3;
}

.ddsubmenustyle li a, .ddsubmenustyle li a:visited{
	display: inline-block;
	width: 160px; /*width of menu (not including side paddings)*/
	color: #FFFFFF;
	background-color: #7FAAE1;
	text-decoration: none;
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #96BAE7;

}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 160px; /*width of menu (include side paddings of LI A*/
margin: 0px;
padding: 0px;
list-style-type: none;
}

.ddsubmenustyle li a:hover{
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
}



/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
list-style-type: none;
}









.mattblackmenu ul{
margin: 0px;
padding: 0px;
list-style-type: none;
overflow: hidden;
margin-left:25px;
font-size: 12px;
}

.mattblackmenu li{
display: inline;
margin: 0px;
padding: 0px;
list-style-type: none;

}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0px; /*padding inside each tab*/
	color: white;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 22px;
	padding-bottom: 6px;
	padding-left: 22px;
	font-weight: bold;
	background-image: url(../images/divider.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
	font-weight: bold;
	background-color: #6D91BE;
	background-image: none;
	text-decoration: none;
	color: #FFFFFF;
}

.mattblackmenu a.selected{
	background-color: #6D91BE;
	background-image: none;
	text-decoration: none;
}
