#nav, #nav ul {
	z-index: 5;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	width: 205px;
    height: 25px;
}
#nav li { 
	display: block;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#nav a {
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	height: 26px;
	line-height: 26px;
	color: #953f10;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	/*border: 1px solid #CCC;*/
}
#nav li a:hover, #nav li a:focus, #nav a.mainMenuParentBtnFocused {
	padding: 0 0 0 28px;
	color: #85981d;
	background: url("rep/rep_site/main_bg_a_over.gif") top left repeat;
}
#nav  .li_active a {
	padding: 0 0 0 28px;
	color: #85981d;
	background: url("rep/rep_site/main_bg_a_over.gif") top left repeat;
}


#subMenusContainer { 
	display: block;
	position: absolute; 
	overflow: visible;
	top: 0; 
	left: 0; 
	margin: 0;
	padding: 0;
	width: 200px;
	height: 0; 
	z-index: 1000000000; 
}
#subMenusContainer ul { 
	left: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	text-align: left;
	background: #FFFFFF;	
}
#subMenusContainer li {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	width: 200px;
}
#subMenusContainer a {
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	height: 25px;
	line-height: 25px;
 	color: #953f10;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	/*border:1px solid #CCC;*/
}
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#subMenusContainer a.subMenuParentBtnFocused {
	color: #953f10;
	/*background: #CCC url("rep/rep_site/main_submain_over.gif") no-repeat top left*/;
	
}


/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn {
	background: url("rep/rep_site/main_arrow_right.gif") right center no-repeat;  
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused {
	background: url("rep/rep_site/main_arrow_right_over.gif") right center no-repeat;  
}

/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn {	
	 background: url("rep/rep_site/main_arrow_down.gif") right center no-repeat; 
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused {
	background: url("rep/rep_site/main_arrow_down_over.gif") right center no-repeat; 
}


/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW { 
	display: none; 
	position: absolute; 
	overflow: hidden; 
	/*the 2px left & right padding lets you have a 1px border on the ul or ol inside since overflow is set to hidden*/
	padding: 0 2px;
	margin: 0 0 0 -2px;
}


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li {	float: none; }

/* Just submenu links*/
#nav li li a {
	position: relative;
	float: none;
}

/* second-level lists */
#nav li ul {
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top: 2.2em;
}

/* third-and-above-level lists */
#nav li ul ul { margin: -1em 0 0 -1000em; }
#nav li:hover ul ul { margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav li:hover ul { margin-left: 0; }
#nav li li:hover ul {	margin-left: 10em; margin-top: -2.5em; }

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul { margin-left: 0; margin-top: 2.2em; }
#nav li li a:focus + ul { left: 0; margin-left: 1010em; margin-top: -2.2em; }
#nav li li a:focus { left:0; margin-left: 1000em; width: 10em;  margin-top: 0;}
#nav li li li a:focus { left: 0; margin-left: 2010em; width: 10em; margin-top: -1em; }
#nav li:hover a:focus{ margin-left: 0; }
#nav li li:hover a:focus + ul { margin-left: 10em; }
