/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font-size: 0px; line-height: 0px;
	margin: 0;
	
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	
	border-bottom-width: 0;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	visibility: hidden;
	z-index: 100;
	background-color: white;
	width: 277px;
	background: url(/images/template/nav_dropdown_back.gif);	
	padding: 0px 0px 5px 0px;
}



.ddsubmenustyle li{
background-repeat: no-repeat;
background-position: left;
padding: 0px 5px 0px 23px;
margin: 4px 0px 0px 10px;
	
}

.ddsubmenustyle li a{
	
	font: normal 13px Verdana;
	line-height: 19px;
	display: block;
	list-style: none;
	text-decoration: none;
	color: white
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;

}

.ddsubmenustyle li a:hover{

text-decoration: underline;
}

/* ######### 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;
}
