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

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font:normal 12px/15px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background:#168408;
	visibility: hidden;
	z-index: 100;
}
.ddsubmenustyle li a{
	font:normal 12px/15px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	display: block;
	width:150px; /*width of menu (not including side paddings)*/
	color:#fff;
	background-color:#168308;
	text-decoration: none;
	padding:2px 7px;
}

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

.ddsubmenustyle li a:hover{
	background-color:#FFB200;
	text-decoration:none;
	color:#000;
}
.ddsubmenustyle, .ddsubmenustyle ul, .ddsubmenustyle ul ul {
	background:url(../images/leftnav-topbg1.gif) no-repeat 0 0;
	padding-top:9px;
	}
.ddsubmenustyle a { padding:4px 7px !important; }	
.ddsubmenustyle ul ul { padding:0; margin:0; }	
.ddsubmenustyle li.last {
	padding-bottom:9px;
	background:url(../images/leftnav-lowbg1.gif) no-repeat 0 0;
	border:none !important;
	font-size:0; line-height:0;
	}
/* ######### Neutral CSS  ######### */

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

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

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