/* ######### 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: 205px;
	visibility: hidden;
	float: left;
	background-image: url(../images/toplink_img3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0;
	margin: 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;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	
}*/


.ddsubmenustyle li a{
	display: block; /*width of menu (not including side paddings)*/
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	width: 182px;
	margin: 0px;
	background-color: #2a6285;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF9C00;
	border-left-color: #FF9C00;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/bdr_menu.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}






* html .ddsubmenustyle li a{

	width:205px;

}



* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block; /*width of menu (include side paddings of LI A*/


}



.ddsubmenustyle li a:hover{
	/*background-color: #06C;*/



	color: #fbac39;
	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;

padding-top: 3px;

left: 100px;

border: 0;

}



.ddiframeshim{

position: absolute;

z-index: 500;

background: transparent;

border-width: 0;

width: 0;

height: 0;

display: block;

}


