/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: #e6e6e6;
	border: 1px solid #B5B5B5;
	visibility: hidden;
	z-index: 100;
	
}
.ddsubmenustyle li a{
	display: block;
	color: #666666;
	text-decoration: none;
	padding: 4px 0px;
	width: 160px;
	margin: 0px;
	padding: 4px 5px;
	background-color: #e6e6e6;
}

* html .ddsubmenustyle li a{
	display: inline-block;
	background-color: #e6e6e6;

}

.ddsubmenustyle li a:hover{
background-color: #e6e6e6;
}

/* ######### 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;
}
