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


.ddsubmenustyle, .ddsubmenustyle ul { /*topmost and sub ULs, respectively*/
	font: bold 11px Verdana;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background-color: #D938DF;
	border-bottom-width: 0;
	z-index: 100;
	visibility: hidden;
	margin-left:-1px;
}
.ddsubmenustyle li a {
	display: block;
	color: #FFF;
	background-color: #D837DE;
	text-decoration: none;
	padding: 9px 10px;
	border-bottom-style:dashed;
	border-bottom-color:#af15b4;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:#af15b4;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#af15b4;
	border-right-width:1px;
}
* html .ddsubmenustyle li { /*IE6 CSS hack*/
	display: inline-block;
	width: 135px; /*width of menu (include side paddings of LI A*/
}
.ddsubmenustyle li a:hover {
	background-color: #E14CE7;
	color: #FFF;
}
/* ######### 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;
	left: 100px;
	border: 0;
}
.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}

