/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	padding: 8px 0px 0px 0px;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background:transparent;	
	visibility: hidden;
	z-index: 200;
	margin:0px 0px 0px -55px;
	float:left;
	list-style-type:none;
	height:22px;
}


* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	
	 /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li{
	display:inline;
	margin:0px;
	padding: 5px 5px 5px 5px;
	height:22px;

}

.ddsubmenustyle li a{
	padding: 0px 0px 0px 0px;
	height:22px;
	color:#ffffff;
	font-family:tahoma;
	font-size:12px;
	text-decoration: none;
	z-index: 99;
	min-width:150px;
	font-weight:bold;
}

.ddsubmenustyle li a:hover{
	color:#ffffff;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
}


/* ######### 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;
}