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

.ddsubmenustyle{

	background:#fbfafa;
	border-top:1px solid #fff;
	border-bottom:0px solid #83bbd9;
	padding:0px 0;
	clear: left;
	position: absolute; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

list-style-type: none;

z-index: 100;
margin-top:0px;
}
.ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	padding:0 0 4px 0;
	margin:0;
	list-style:none;
position: absolute;
list-style-type: none;
visibility: hidden;
z-index: 100;
}
.markermenu ul li {
	background:url(../images/black_aroww.gif) no-repeat 7px 11px;
	border-bottom:1px solid #e8e8e8;
	padding:0px 0 0px 18px;

	}
.ddsubmenustyle li a{
border-bottom:1px solid #e8e8e8;
	padding:0px 0 0px 18px;
	display: block;
	width: auto;
	text-decoration: none;
width: 200px; /*width of menu (not including side paddings)*/

}
.ddsubmenustyle ul li a:visited, .markermenu ul li a:active{
display:block;
	padding:5px 0;
	text-decoration:none;}


.ddsubmenustyle ul li a:hover, .ddsubmenustyle ul li a.selected{
color: #000000;
background-color: #F0F0F0;
}

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