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





.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/

	font: normal 11px Verdana;

	position: absolute;

	left: 0;

	top: 366px;

	list-style-type: none;

	visibility: hidden;

	/*z-index: 0;*/

text-align:left;

	margin-top:-25px;

	margin-left:0px;

	background:#333;

	border:1px solid #c9c9c9;

	background-repeat: no-repeat;

	margin-right: 0;

	margin-bottom: 10;

	float: left;

	width: 174px;

	padding: 0;

	background-position: 50% 100%;

}



.ddsubmenustyle li a{

	display: block; /*width of menu (not including side paddings)*/

	color: #FFF;

	background-color:transparent;

	text-decoration: none;

	padding-top: 6px;

	padding-right: 10px;

	padding-bottom: 6px;

	padding-left: 10px;

	font-weight: bold;

	

	width: 154px;

	text-transform: uppercase;

}



* html .ddsubmenustyle li{ /*IE6 CSS hack*/

	display: inline-block; /*width of menu (include side paddings of LI A*/

}



.ddsubmenustyle li a:hover{

	background-color:#FFF;

	color: #CF3302;

	margin: 0px;

}



/* ######### 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;

}

