/* Root = Horizontal, Secondary = Vertical */
#menuwrapper {
	height: 38px;
	#padding:0 0 5px 0;
	_padding:0 ;
	background-image: url(../images/bgnav-active.gif);
	background-repeat: repeat-x;
}
ul#navmenu-h {
	margin: 0;
	border: none;
	padding: 0;
	width: 100%; /*For KHTML*/
	list-style: none;
	height: 32px;
	z-index:10;
}
ul#navmenu-h li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 32px;
}
ul#navmenu-h ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 250px;
	list-style: none;
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
}
ul#navmenu-h ul:after /*From IE 7 lack of compliance*/ {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
ul#navmenu-h ul li {
	width: 250px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	padding:2px 0;
	_padding:0;
}

/* Root Menu */
ul#navmenu-h a {
	padding: 12px 26px 11px 26px;
	border-right: 1px solid #005dbb;
	border-left: 1px solid #002f60;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #d3bc76;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}
/* Root Menu Hover Persistence */
ul#navmenu-h a:hover, ul#navmenu-h li:hover a, ul#navmenu-h li.iehover a {
	color: #d3bc76;
	background-color:#8b5517;
}
/* 2nd Menu */
ul#navmenu-h li:hover li a, ul#navmenu-h li.iehover li a {
	float: none;
	margin:0;
	_margin:0 0 0 0;
	_position:relative;
	_top:2px;
	background-color:#8b5517;
	color: #ffffff;
	border:none;
	font-weight:normal;
}
/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover, ul#navmenu-h li:hover li:hover a, ul#navmenu-h li.iehover li a:hover, ul#navmenu-h li.iehover li.iehover a {
	background-color:#9a6222;
	color: #d3bc76;
	border:none;
}
/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li a {
	background-color:#4fa7cd;
	color: #ffffff;
	border-right:1px solid #fff;
	border-left:none;
}
/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover, ul#navmenu-h li:hover li:hover li:hover a, ul#navmenu-h li.iehover li.iehover li a:hover, ul#navmenu-h li.iehover li.iehover li.iehover a {
	color: #333435;
}
/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li.iehover li a {
	background: #333435;
	color: #ffffff;
}
/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover, ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
	background: #E5B221;
	color: #333435;
}
ul#navmenu-h ul ul, ul#navmenu-h ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 250px;
}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul, ul#navmenu-h li:hover ul ul ul, ul#navmenu-h li.iehover ul ul, ul#navmenu-h li.iehover ul ul ul {
	display: none;
}
ul#navmenu-h li:hover ul, ul#navmenu-h ul li:hover ul, ul#navmenu-h ul ul li:hover ul, ul#navmenu-h li.iehover ul, ul#navmenu-h ul li.iehover ul, ul#navmenu-h ul ul li.iehover ul {
	display: block;
}


/* LEFT NAV

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 190px; /*width of menu*/
margin:6px 0 0 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.arrowlistmenu .headerbar{
font:Verdana, Arial, Helvetica, sans-serif;
color: white;
background: black url(../images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 4px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #ac975a;
background: url(../images/navicon.gif) no-repeat 12px 12px; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 29px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border: 1px solid #ac975a;
font-size: .9em;
}

.arrowlistmenu ul li a:visited{
color: #ac975a;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #ac975a;
background: #fff url(../images/navicon-hover.gif) no-repeat 12px 12px; /*custom bullet list image*/
}


