/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border: 1px solid #DD9309;
	visibility: hidden;
	z-index: 100;
	background-image: url(../images/bg/MenuOpen.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F6AB1E;
	padding-bottom:5px;
	float:left;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
/*	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;*/
}

.ddsubmenustyle li a:link, .ddsubmenustyle li a:active, .ddsubmenustyle li a:visited {
	display: block; /*width of menu (not including side paddings)*/
	color: #FFFFFF;
	/*background-color: #003366;*/
	text-decoration: none;
	padding:5px;
	padding-bottom:0;
	padding-left:20px;
	padding-right:10px;
	text-align: left;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 200px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
	color: #333333;
	background-image: url(nav_white.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: 8px 7px;
	text-decoration: underline;
}

/* ######### 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;
}

/*Custom CSS*/
#downArrow {
	padding-right: 5px;
}

.MenuHeading a:link, .MenuHeading a:active, .MenuHeading a:visited {
	font-size: 11px;
	font-weight: bold;
}
#Menu {
	margin-right: 10px;
}
.SubMenu a:link, .SubMenu a:active, .SubMenu a:visited {
	margin-left: 10px;
	font-size: 11px;
}
