/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font-family: verdana,Arial;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type:none;
	background:#ccccce;
	visibility: hidden;
	z-index: 100;
}
* html .ddsubmenustyle li { /*IE6 CSS hack*/
	border:1 px transparent;
	w\idth:0; he\ight:0;
}

.ddsubmenustyle li a{
	display: block;
	/*width: 167px;*/
	height:24;
	color:#6a6b6c;
	/*background:#ccccce url('../../images/arrow-right.gif') no-repeat 152px center;*/	
	text-decoration: none;
}

.ddsubmenustyle li a:hover{
	color:#ffffff;
	text-decoration: none; 
}

.ddsubmenustyle a.selected{
	color:#ffffff;
	text-decoration: none; 
}


/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
margin-left: 4px;
border: 0;

}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}