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


.ddsubmenustyle, .ddsubmenustyle ul{
	font: normal 0.7em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: #E6F0FF;
	visibility: hidden;
	z-index: 100;
	color: #4D4D4D;
	border-top: 0px solid black;
	border-right: 0px solid black;
	border-bottom: 1 solid #CCCCCC;
	border-left: 0px solid black;
}

.ddsubmenustyle li a{
display: block;
width: 170px; /*width of menu (not including side paddings)*/
color: #4D4D4D;
background-color: #E6F0FF;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #C0C0C0;
}

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

.ddsubmenustyle li a:visited{
/*	background-color: #0387E8;*/
	color: #4D4D4D;
	text-decoration: none;
}
.ddsubmenustyle li a:hover{
	background-color: #A4B1D0;
	color: white;
	text-decoration: none;
}

/*
.ddsubmenustyle a.selected{
	color: color: #0387E8; 
}
*/


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

.downarrowpointer{
	/*padding-left: 4px;*/
	border: 0;
	right: 2pt;
}

.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;
}
