/* ######### 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 #7EAEC2;	/*#0067AD;*/
	border-left: 1px solid #7EAEC2;	/*#0067AD;*/
	border-right: 1px solid #7EAEC2;	/*#0067AD;*/
	border-bottom: 1px solid #7EAEC2;	/*#0067AD;*/
	/*line-height: 17px;*/
	/*background: url(../images/nav-drop-back.gif) top left repeat;*/
	background-color: #FFFFFF;
	width: 150px;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;
}

* html .ddsubmenustyle, .ddsubmenustyle ul { /*IE only hack*/
	margin: 0;
	padding: 0;
	width: 150px;
}

.ddsubmenustyle li a {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	width: 174px;
	color: #307AA7;	/*#0067AD;*/
	text-indent: 0px;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma;
	padding: 4px 5px;
	border-top: 1px solid #7EAEC2;	/*#0067AD;*/
}

* html .ddsubmenustyle li a { /*IE6 CSS hack*/
	display: inline-block;
}

.ddsubmenustyle li a:hover {
	/*background-color: #a5a5a8;*/
	background-color: #FFFFFF;
	color: #000000;
}

.ddsubmenustyle2, .ddsubmenustyle2 ul { /*topmost and sub ULs, respectively*/
	position:absolute;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	border-top: 1px solid #585858;
	border-left: 0px solid #585858;
	border-right: 0px solid #585858;
	border-bottom: 1px solid #585858;
	font: normal 11px Arial, Verdana, ms sans serif,san serif, geneva;
	background-color: #ffffff;
	width: 150px;
	padding: 0;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	/*z-index: 100;*/
}

* html .ddsubmenustyle2, .ddsubmenustyle2 ul { /*IE only hack*/
	margin-top: 0;
	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: 1px solid #585858;
	width: 150px;
	color: #5e5e60;
	text-indent: 0px;
	text-decoration: none;
	background-color: #ffffff;
	padding: 4px 5px;
}

* html .ddsubmenustyle2 li a { /*IE6 hack*/
	display: inline;
	border-bottom: 0px solid #585858;
}

.ddsubmenustyle2 li a:hover {
	background-color: #a5a5a8;
	color: #ffffff;
	border-top: 1px solid #585858;
	border-left: 0px solid #585858;
	border-right: 0px solid #585858;
	border-bottom: 0px solid #585858;
}

/* ######### 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;
}
