/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font: normal 11px Verdana;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	/*z-index: 0;*/
text-align:left;
	border: 0px solid #F00;
	width: 250px;
	visibility: hidden;
	float: left;
	background-image: url(../images/toplink_img3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.ddsubmenustyle li a{
	display: block; /*width of menu (not including side paddings)*/
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	width: 192px;
	margin: 0px;
	background-color: #0A67B7;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF9C00;
	border-left-color: #FF9C00;
}


* html .ddsubmenustyle li a{
	width:205px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 500px; /*width of menu (include side paddings of LI A*/

}

.ddsubmenustyle li a:hover{
	/*background-color: #06C;*/
	background-color: #CCC;
	color: white;
}

/* ######### 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;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
