

/* START HORIZONTAL MENU STYLES */

div.xMenuBtn {
	display: none;
}

#nav, #nav ul { 				/* all lists */
	list-style: none;
	padding-top: 7px;
}

#nav li ul { 					/* second-level lists */
	position: absolute;
	left: -999em;
	background: #fcfcfc;
	margin: 0px 0 0 2px;
	padding-top: 0;
}

#nav li ul ul { 				/* third-and-above-level lists */
	margin: -21px 0 0 0;			/* height offset of third-and-above-level lists */
	display: none;
}

#nav li { 					/* all list items */
	float: left;
	width: auto;
	line-height: 100%;
} 

#nav li ul li { 				/* second-level lists */
	clear: left;
	border-right: 2px solid #cccecd;
	border-bottom: 2px solid #cccecd;
	border-left: 2px solid #cccecd;
}
 
#nav li ul li ul { 				/* second-level lists */
	border-top: 2px solid #cccecd;
}
 
#nav li a {					/* first-and-above-level anchors */
	display: block;
	width: auto;
	padding: 0;
	text-decoration: none;
	color: #4c5550;
	margin: 0 2px;
	padding: 5px 5px 8px 0;
}

#nav li a span {
	padding: 5px 5px 8px 10px;
}

#nav li ul li a {				/* second-and-above-level anchors */
	width: 190px;
	background: #fcfcfc;
}

* html #nav li a {float: left;} * html #nav li ul li a{float: none;}	/* Mac IE hack */

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}
 
#nav li:hover ul,#nav li.sfhover ul {
	left: auto;
}

#nav li li:hover ul, #nav li li li:hover ul,  #nav li li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left: 147px;			/* width + padding of second-and-above-level anchors + navdrop padding */
}

#nav li a:hover, #nav li a:active, #nav li a:focus { 
	color: #e25827; 
	background: url(../images/bg-nav2.gif) 100% 0px no-repeat;
}

#nav li a:hover span, #nav li a:active span, #nav li a:focus span { 
	background: url(../images/bg-nav1.gif) 0 0 no-repeat;
}

#nav li ul li a:hover, #nav li ul li a:active, #nav li ul li a:focus { 
	color: #e25827;
	background: none;
}

#nav li ul li a:hover span, #nav li ul li a:active span, #nav li ul li a:focus span { 
	color: #e25827;
	background: none;
}
/* END HORIZONTAL MENU STYLES */




