/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	padding: 10px 0px 0px 0px;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background:transparent;	
	visibility: hidden;
	z-index: 100;
	margin:0px 0px 0px -22px;
	float:left;
	border-bottom: 2px solid #cccccc;
}


* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	 /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a{
	background:url(/images/bg-ddsubmenu.jpg) repeat-x;
	display: block;
	color:#ffffff;
	font-family:tahoma;
	font-size:11px;
	text-decoration: none;
	padding:4px 5px 0px 22px;
	height:24px;
	z-index: 99;
	min-width:150px;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
}

.ddsubmenustyle li a:hover{
	background-color: #D6413B;
	background:url(/images/bg-ddsubmenu-hover.jpg) repeat-x;
	color: #ffffff;
	font-family:tahoma;
	font-size:11px;
	height:24px;
}


/* ######### 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;
}
