/* menu width (% or px or comment out) */
/*.hflyoutwidth {width: 800px;}*/

/* root category link style */
.hrootcatcss {
	font: 14px Arial;

	text-decoration: none;
}
.hrootcatcss:link {
	color: #BFA86E;
	text-decoration: none;
}
.hrootcatcss:visited {
	color: #BFA86E;
	text-decoration: none;
}
.hrootcatcss:hover {
	color: #dab65c;
	text-decoration: underline;
}
.hrootcatcss:active {
	color: #BFA86E;
	text-decoration: none;
}

/* root category background (image has precedent) */
.hrootcatbg {
	height: 22px;
	
}

/* SUB MENUS */

.hanylinkcss {
	margin-top: 4px;				/* submenu top offset */
	margin-bottom: 0px;				/* submenu bottom offset */
	margin-left: -8px;				/* submenu left offset */
	margin-right: 0px;				/* submenu right offset */
	width: 150px;					/* submenu width */
	position: absolute;
	visibility: hidden;
	border: 1px solid #BFA86E;		/* border colour */
	border-bottom-width: 0;
	font: 10px Verdana;				/* link style */
	font-weight: bold;
	line-height: 20px;				/* submenu height */
	z-index: 100;
text-align: left;
}

.hanylinkcss a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BFA86E;
	padding: 1px 0;
	font-weight: bold;
	text-indent: 5px;
	background-color: #3E250B;		/* off state bg colour */
	color: #BFA86E;					/* off state text colour */
	text-decoration: none;
}

.hanylinkcss a:hover {
	background-color: #3F71A3;		/* on state bg colour */
	color: #FFFFFF;					/* on state text colour */
	text-decoration: none;
}
}
