/* ######### 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;
	background: white;
	border-top: 1px solid #982a08;
	border-left: 1px solid #982a08;
	border-right: 1px solid #982a08;
	border-bottom: 1px solid #982a08;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	width: auto;
}

.ddsubmenustyle li a {
	display: block;
	font-size: 11px;
	height: 20px;
	width: 140px;
	line-height: 20px;
	text-indent: 5px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #982a08;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #5c5c5c;
	background-color: #FFFFFF
}

* html .ddsubmenustyle li { /*IE6 CSS hack*/
	display: block;
	width: 140px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover {
	background: #ffffff;
	color: #4e8abe;
	font-family: arial, sans-serif;
}

.ddsubmenustyle li a.fly {
	background: #fff url(/vgn/hpbm/assets/images/prefix_arrow.gif) 125px 7px
		no-repeat;
}

.ddsubmenustyle li a.fly:hover {
	background: #ffffff url(/vgn/hpbm/assets/images/prefix_arrow_over.gif) 125px
		7px no-repeat;
	color: #4e8abe;
}

/* ######### 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;

}


.ddsubmenustyle1,.ddsubmenustyle ul {
	/*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: -30px;
	top: 25px;
	list-style-type: none;
	background: white;
	border-top: 1px solid #982a08;
	border-left: 1px solid #982a08;
	border-right: 1px solid #982a08;
	border-bottom: 1px solid #982a08;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	width: auto;
}

.ddsubmenustyle1 li a {
	display: block;
	font-size: 11px;
	height: 20px;
	width: 205px;
	line-height: 20px;
	text-indent: 5px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #982a08;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #5c5c5c;
	background-color: #FFFFFF
}

* html .ddsubmenustyle1 li { /*IE6 CSS hack*/
	display: block;
	width: 205px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle1 li a:hover {
	background: #ffffff;
	color: #4e8abe;
	font-family: arial, sans-serif;
}

.ddsubmenustyle1 li a.fly {
	background: #fff url(/vgn/hpbm/assets/images/prefix_arrow.gif) 125px 7px
		no-repeat;
}

.ddsubmenustyle1 li a.fly:hover {
	background: #ffffff url(/vgn/hpbm/assets/images/prefix_arrow_over.gif) 125px
		7px no-repeat;
	color: #4e8abe;
}