

	/* -------------------- */
/*    HORIZ NAVIGATION   */
/* -------------------- */	

#nav_hor {
	margin:0;
	padding:0;
	font-size:17px;
	height: 22px;
	text-align:right;
	
	width:800px;
	z-index:100;
}

#nav_hor ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}
	
#nav_hor li {
    margin: 0px;
    padding: 0px;
    float: right;
  	display: block;
  	position: relative;	
}
 
/*have to define li widths for IE */
       
#nav_hor li {
	margin-right:20px;
	z-index:100;
}


#nav_hor li ul {
  /*hide the subnavs*/
  	position: absolute;
	z-index:100;
  	display: none;
	*clear:both;
	*top:20px;
	*left:0px;
	*width:165px;
}

#nav_hor li ul li {
	float: none;
	*float:left;
	background:#a31627;
	width: 100%;
}

#nav_hor li a {
	display: block;
	padding: 0px 5px 0px 5px;
	height: 22px;
	background: #fff;
	color: #4E4F52;
	text-decoration: none !important;
}
	

#nav_hor li a:hover {
	background: #fff;
	color: #000;
	font-weight: normal;
	text-decoration: underline !important;
}


body#sectionone #nav_hor li#one a, 
body#sectiontwo #nav_hor li#two a,
body#sectionthree #nav_hor li#three a,
body#sectionfour #nav_hor li#four a,
body#sectionfive #nav_hor li#five a {
	background: #4866BC;
	color: #ffffff;
}

body#sectionone #nav_hor li#one a:hover, 
body#sectiontwo #nav_hor li#two a:hover,
body#sectionthree #nav_hor li#three a:hover,
body#sectionfour #nav_hor li#four a:hover,
body#sectionfive #nav_hor li#five a:hover {
	text-decoration: none !important;
}

#nav_hor li:hover ul, #nav_hor li.over ul  { 
	display: block;}

body#sectionone #nav_hor li#one:hover ul, 
body#sectiontwo #nav_hor li#two:hover ul,
body#sectionthree #nav_hor li#three:hover ul,
body#sectionfour #nav_hor li#four:hover ul,
body#sectionfive #nav_hor li#five:hover ul {
	 display: none;
}
	
body#sectionone #nav_hor li#one.over ul, 
body#sectiontwo #nav_hor li#two.over ul,
body#sectionthree #nav_hor li#three.over ul,
body#sectionfour #nav_hor li#four.over ul,
body#sectionfive #nav_hor li#five.over ul {
	 display: none;
}
	
#nav_hor li ul.submenu li a {
	background-color: #a31627;
    color: #fff;
  	font-size: 13px;
  	height: 23px;
  	text-align: left;
  	font-weight: normal;
	padding-top:5px;
  	padding-right: 2px;
	border-bottom:1px solid #C85D71;
	padding-left:20px;
}
	

#nav_hor li ul.submenu li a:hover {
	background:#58585a;
  	color: #fff;

}

#nav_hor a.subone {
	padding-top: 5px;
}

#nav_hor a.sublast {
	padding-bottom: 5px;
}

body#sectionfive #nav_hor, body#sectionfive #nav_hor ul {
    background: #4866BC;
}
       
	/* Fix IE. Hide from IE Mac \*/
* html #nav_hor ul li { float: right; height: 1%; }
* html #nav_hor ul li a { height: 1%; }
* html #nav_hor li {
	width: 16.4%;
}
* html #nav_hor li#five {
	width: 15.0%;
}
/* End */
	


