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


.ddsubmenustyle, .ddsubmenustyle ul { /*topmost and sub ULs, respectively*/
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	position:absolute;
	left:0px;
	top:0px;
	list-style-type:none;
	background-color:#404040;
	z-index:100;
	visibility: hidden;
}
.ddsubmenustyle li a {
	display:block;
	width: 180px; /*width of menu (not including side paddings)*/
	color: #d4d4d4;
	border-bottom:1px solid #696a6c;
	background-color:#404040;
	text-decoration: none;
	padding:5px 5px 5px 10px;
	background-repeat:no-repeat;
}
* html .ddsubmenustyle li { /*IE6 CSS hack*/
	display: block;
	width: 180px; /*width of menu (include side paddings of LI A*/
	margin:0;
	padding:0;
}
.ddsubmenustyle li a:hover {
	background-color:#545557;
	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;
	padding-top: 3px;
	left: 100px;
	border: 0;
}
.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}
