/* MENU SETTINGS */
.bg_left {
	background-color: #B78C48;
}
.bg_left2 {
	background-image:  url("../images/structure/menu_37.gif");
	background-attachment: scroll;
	background-repeat: repeat-y;
}
.stay_lit {
	background-image:  url("../images/structure/menu_hover_24.gif");
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-color: #000;
}
.no_link {
	background-color: #B78C48;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
	line-height: 1.3;
	width: 147px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
#nav ul li {
	position: relative;
}
#nav li ul {
	position: absolute;
	left: 146px;
	width: 170px;
	top: 0;
	display: none;
	background-color: #B78C48;
	border: 1px solid #fff;
}
#nav li ul ul {
	position: absolute;
	left: 146px;
	top: 0;
	display: none;
}
#nav ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
}
#nav ul li a:hover {
	background-image:  url("../images/structure/menu_hover_24.gif");
	background-attachment: scroll;
	background-repeat: repeat-y;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	display: block;
}
/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { float: left; height: 1%; }
* html #nav ul li a { height: 1%; }
/* End */
/* END MENU SETTINGS */

