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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font-size: 12px;
	line-height:15px;
	z-index:100;
	background-color: #badeee;
	color: #e1a4a4;
	visibility: hidden;
	margin-top: 0px;
	width: 113px;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	*margin-left: -1px;
}

.ddsubmenustyle li {
	list-style: none;
	letter-spacing: 1px;
}

.ddsubmenustyle li a:link, .ddsubmenustyle li a:visited, .ddsubmenustyle li a:active {
	width: 113px;
	display: block; 
	text-decoration: none;
	color: #48697a;
	line-height: 20px;
	height: 22px;
	border-bottom: 1px solid #acd1e2;
	padding-left: 10px;
}

.ddsubmenustyle li a:hover{
	width: 113px;
	display: block; 
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
	height: 22px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}

/* ######### 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;
}
