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

.ddsubmenustyle, .ddsubmenustyle ul, .ddsubmenustyle ul ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;
	background-color: #666666;
	white-space: nowrap;
}


.ddsubmenustyle li a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5E5E5E;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5E5E5E;
	display: block;
	/*width: 120px;*/
	text-align:left;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	padding: 0 12px;
	/*	padding-top: 10px;
	padding-bottom: 11px;
	padding-right: 13px;
	padding-left: 13px;
*/	line-height: 24px;
	background-color: #CCCCCC;
	background-image: url(/images/dpas_r2_c2.jpg);/*	height: 38px;
*/
	vertical-align: middle;
	background-position: 1px;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
	display: inline-block;
	height:24px;
	width:200px;
	white-space: nowrap;
	overflow:hidden;
}
* html .ddsubmenustyle li { /*IE6 CSS hack*/
float:left;
clear:left;
}


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

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

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

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

	color: #FFFFFF;
	/*background-color: #3A8582;*/
}
.ddsubmenustyle li a:visited {
	color: #FFFFFF;
	/*background-color: #3A8582;*/
}

.ddsubmenustyle li a:hover{
	color: #FFFFFF;
	background-color: #3E3E3E;
	background-image: url(/images/navbghover.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.ddsubmenustyle li a:active {
	color: #FFFFFF;
	/*background-color: #3A8582;*/
}
/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
overflow: hidden;
width: 100%;
}

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

.mattblackmenu li a{
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 38px;
	/*	padding-top: 10px;
	padding-bottom: 11px;
*/	padding-right: 10px;
	padding-left: 10px;
	height: 38px;
	float: left;
	display: block;
	margin: 0;
}
.mattblackmenu {
}

div#ddtopmenubar ul{
	background-color: #999999;
	background-image: url(/images/dpas_r2_c2.jpg);
	height: 38px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5E5E5E;
	padding: 0px;
	width: 850px;
	white-space: nowrap;
	overflow: hidden;
}

.mattblackmenu li a:link {
	background-color: #999999;
	background-image: url(images/dpas_r2_c2.jpg);
	color: #FFFFFF;
}

.mattblackmenu li a:visited{
	background-color: #999999;
	background-image: url(images/dpas_r2_c2.jpg);
	color: #FFFFFF;
}

.mattblackmenu li a:hover{
	color: #FFFFFF;
	background-color: #3E3E3E;
	background-image: url(/images/navbghover.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.mattblackmenu li a.active{
	background-color: #999999;
	background-image: url(images/dpas_r2_c2.jpg);
	color: #FFFFFF;
}
.mattblackmenu  .selected  {
	color: #FFFFFF;
	background-color: #3E3E3E;
	background-image: url(/images/navbghover.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.mattblackmenu li img {
	display: inline;
	margin: 0;
	float: left;
}
