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

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font: normal 13px Verdana;
	margin:0 0 0 -75px;
	padding: 0;
	position: absolute;
	left: 0;
	top:0px;
	list-style-type: none;
	border-bottom-width: 0px;
	visibility: hidden;
	z-index: 100;
	line-height:15px;
}

.ddsubmenustyle li a{
	display:block;
	width:233px;
	*width:262px; /*width of menu (not including side paddings)*/
	color: #393b30;
	font-weight:bold;
	line-height:15px;
	font-size:10px;
	text-decoration:none;
	padding:9px 5px 9px 20px;
	border-bottom:1px solid #ababab;
	border-left:2px solid #393b30;
	border-right:2px solid #393b30;
	border-top:0px;
	background:url(../images/dot-pop-up.jpg) #ffffff no-repeat 8px 15px;
}
.ddsubmenustyle li ul {
	display:block;
	width:233px; /*width of menu (not including side paddings)*/
	color: #ffffff;
	text-decoration:none;
	margin:28px 0 0 -200px;	
	line-height:15px;
	padding:0px;
	}
.ddsubmenustyle li ul li {
	display:block;
	width:232px; /*width of menu (not including side paddings)*/
	color: #393b30;
	font-weight:bold;
	font-size:10px;
	background-color:#eb41a1;
	text-decoration:none;
	padding-right:10px;
	*padding-right:0px;
	line-height:15px;
	
}
* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display:inline-block;
	width:170px; /*width of menu (include side paddings of LI A*/
	top:0px;
	border:0px solid #000000;
}
.ddsubmenustyle li a:hover{
	background:url(../images/dot-pop-up-red.jpg) #820909 no-repeat 8px 15px;
	color:#ffffff;
	font-weight:bold;
	font-size:10px;
	line-height:15px;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding-left:4px;
	border:0px;
	}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top:0px;
	left:100px;
	border: 0;
	}

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