/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	position:absolute;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border-top: 0px solid #ff9900;
	border-left: 1px solid #585858;
	border-right: 1px solid #585858;
	border-bottom: 1px solid #585858;
	font: normal 11px Arial, Helvetica ms sans serif,san serif, geneva;
	/*line-height: 15px;*/
	background: url(../images/mainmenu_pixel_light.jpg) top left repeat;
	width: 160px;
	list-style-type: none;
	display: inline;
	visibility: hidden;
	z-index: 100;
}

* html .ddsubmenustyle, .ddsubmenustyle ul{ /*IE only hack*/
	margin: 0px;
	padding: 0px;
	width: 150px;
}

.ddsubmenustyle li a{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: -7px;
	display: block;
	width: 150px;
	color: #3E3E3E;
	text-indent: 0px;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom: 1px solid #676767;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
	display: inline-block;
}

.ddsubmenustyle li a:hover{
	background-color: #EEAE5B;
	color: #ffffff;
}

.ddsubmenustyle2, .ddsubmenustyle2 ul{ /*topmost and sub ULs, respectively*/
position:absolute;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
/*border-top: 1px solid #585858;
border-left: 0px solid #585858;
border-right: 0px solid #585858;
border-bottom: 0px solid #585858;*/
border-top: 1px solid #585858;
border-left: 0px solid #CCCCCC;
border-right: 0px solid #CCCCCC;
border-bottom: 1px solid #585858;
font: normal 11px Arial, Helvetica ms sans serif,san serif, geneva;
background-color: #CCCCCC;
width: 220px;
padding: 0px;
left: 0px;
top: 0px;
list-style-type: none;
visibility: hidden;
z-index: 100;
height: 12px;
}
* html .ddsubmenustyle2, .ddsubmenustyle2 ul{ /*IE only hack*/
margin-top: 0px;
border-bottom: 0px solid #585858;
}

.ddsubmenustyle2 li a{
display: block;
/*border-top: 1px solid #585858;
border-left: 0px solid #585858;
border-right: 0px solid #585858;
border-bottom: 0px solid #585858;*/
border-top: 0px solid #676767;
border-left: 0px solid #CCCCCC;
border-right: 0px solid #CCCCCC;
border-bottom: 1px solid #585858;
width: 220px;
color: #5e5e60;
text-indent: 0px;
text-decoration: none;
background-color: #DBDBDB;
/*background: url(../images/mainmenu_pixel_dark_flyout.jpg) top left repeat; AHagerty; image was causing issue with mouseover*/
padding: 4px 5px;
}

* html .ddsubmenustyle2 li a{ /*IE6 CSS hack*/
display: inline;
border-bottom: 0px solid #585858;
}

.ddsubmenustyle2 li a:hover{
background-color: #EEAE5B;
color: #ffffff;
border-top: 0px solid #585858;
border-left: 0px solid #585858;
border-right: 0px solid #585858;
border-bottom: 1px solid #585858;
}



/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
/*padding-left: 4px;*/
border: 0px;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0px;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0px;
width: 0px;
height: 0px;
display: block;
}

