/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul { /*topmost and sub ULs, respectively*/
	font: normal 13px Verdana;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border: 1px solid #fc8c2a;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
}

.ddsubmenustyle a{
	color: #5533a2;
}

.ddsubmenustyle a:hover{
	color: #ff6600;
}

.ddsubmenustyle li:hover{
	background: #ffffff;
	color: #ff6600;
}

.ddsubmenustyle li {
	background: #fff1d1;
	height: 20px;
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 3px;
	border-bottom: 1px solid #fc8c2a;
}

/* ######### 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-left: 13px;
	padding-top: 3px;
	border: 0;
}


