/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font-size:11px;	
	margin: 0;
	padding: 0;
	position:absolute;
	left: 0px;
	top: 880px;
	list-style-type: none;
	border: 1px solid #202020;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 999;
	text-align:left;
	background-color: #000; opacity:0.80; 
	filter: alpha(opacity = 80);
		
}


/*background-image:url(images/magnify.png); background-repeat:no-repeat; background-position:bottom center; height:48px; padding:0px; margin:0px; width:100px; */

.ddsubmenustyle li a{
	display: block;
	width: 130px;
	color: #fff;
	text-decoration: none;
	padding: 4px 5px;
	font-weight:normal;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
	display: inline-block;font-weight:normal;
}

.ddsubmenustyle li a:selected{
	color: #fff;font-weight:normal;
	border: 1px solid #000;	
}

.ddsubmenustyle li a:visited{
	color: #fff;font-weight:normal;
	border: 1px solid #000;	
}

.ddsubmenustyle li a:hover{
	background-color: #202020;
	color: #4eaab7;font-weight:normal;
	border: 1px solid #000;	
}


.long{
	width:220px;
}

/* ######### 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;
	right: 2px;
	border: 0;
}

.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}
