/* Root = Horizontal, Secondary = Vertical */

#menuwrapper {

	height:32px;

	padding:1px 0;

	background-image: url(../images/bgnav-active.gif);

	background-repeat: repeat-x;

}

ul#navmenu-h {

	margin: 0;

	border: 0 none;

	padding: 0;

	width: 100%; /*For KHTML*/

	list-style: none;

	height: 29px;

}

ul#navmenu-h li {

	margin: 0;

	border: 0 none;

	padding: 0;

	float: left; /*For Gecko*/

	display: inline;

	list-style: none;

	position: relative;

	height: 29px;

}

ul#navmenu-h ul {

	margin: 0;

	border: 0 none;

	padding: 0;

	width: 250px;

	list-style: none;

	display: none;

	position: absolute;

	top: 29px;

	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*/

}

/* Root Menu */

ul#navmenu-h a {

	padding: 8px 34px 8px 34px;

	border-right: 1px solid #45a2cc;

	border-left: 1px solid #73bbd8;

	float: none !important; /*For Opera*/

	float: left; /*For IE*/

	display: block;

	color: #ffffff;

	font: 1.1em Arial, Helvetica, sans-serif;

	font-weight:bold;

	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: #333435;

	background-color:#9cc960;

}

/* 2nd Menu */

ul#navmenu-h li:hover li a, ul#navmenu-h li.iehover li a {

	float: none;

	position:relative;

	top:2px;

	background-color:#9cc960;

	color: #ffffff;

	border:1px solid #fff;

	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:#4fa7cd;

	color: #333435;

	border-top: 1px solid #fff;

	border-bottom: 1px solid #fff;

}

/* 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 */



.arrowlistmenu{

/*width of menu*/

margin:12px 0 ;

background-color:#141414;

}



.arrowlistmenu .headerbar{

font: 1.2em Arial;

color: #b38807;

background-image:url(../images/headerleftnav.gif);

background-repeat:repeat-x;

margin-bottom: 0; /*bottom spacing between header and rest of content*/

text-transform: uppercase;

padding: 11px 0 10px 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: 1px; /*bottom spacing between menu items*/

margin:0 0 0 1px;

}



.arrowlistmenu ul li a{

color: #fff;

background: url(../images/discbullet.gif) no-repeat 160px 8px; /*custom bullet list image*/

display: block;

padding: 1px 0;

padding-left: 22px; /*link text is indented 19px*/

text-decoration: none;

font-weight: normal;

border-bottom: 1px solid #282828;

font-size: 1em;

}



.arrowlistmenu ul li a:visited{

color: #fff;

}



.arrowlistmenu ul li a:hover{ /*hover state CSS*/

color: #b38807;

background-color:#1b1b1b;

}

