/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle1, .ddsubmenustyle1 ul{ /*topmost and sub ULs, respectively*/
	padding: 0;
	position: absolute;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	margin-left: 209px;
	margin-top:-23px;
	border:1px solid #2e8aae;
 
}

.ddsubmenustyle1 li a:link,.ddsubmenustyle1 li a:visited {
	display: block;
	width: 150px; /*width of menu (not including side paddings)*/
	color: #fff;
	background-color:#40bded;
	border-top: none;
	text-decoration: none;
	top: 0px;
	z-index: 99;
	font-weight: bold;
	font-size: 11px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 8px;
	list-style:none;
	text-align: left;
	text-decoration:none;
}

* html .ddsubmenustyle1 li{ /*IE6 CSS hack*/
	display: inline-block;
/*width of menu (include side paddings of LI A*/
	color: #fff;
	width: 130px;
	list-style:none;
}

.ddsubmenustyle1 li a:hover{
	color: #fff;
	background-color: #3293b8;
	background-position: center top;
	text-decoration:none;
	list-style:none;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
padding-bottom: 2px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 4px;
left: 0px;
border: 0;
}

.ddiframeshim{
	position: absolute;
	z-index: 500;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
	background-color: transparent;
}
