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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font-family:tahoma, arial, "times New Roman";
	font-size:11px;
	font-weight:bold;
	color: #466d09;
	margin: 0;
	padding: 0;
	.margin-left:-180px;
	.margin-top:-4px;
	-margin-left:0px;
	-margin-top:0px;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background-color:#006600;
	visibility: hidden;
	dispaly:none !important;
	z-index: 100;
}

.ddsubmenustyle li a{
	display: block;
	width: 160px; /*width of menu (not including side paddings)*/
	color: #466d09;
	background-color:#dfecf9;
	text-decoration: none;
	padding: 8px 10px;
	dispaly:none !important;
}

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

.ddsubmenustyle li a:hover{
	color:#ff9828;
	background-color:#dfecf9;
}

/* ######### 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*/
	padding-top: 3px;
	left:0px;
	float:right;
	diaplay:none !important;
	border: 0;
}

.rightarrowpointer img{ 
	diaplay:none !important;
}

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