/*********************************************
		Horizontal Navigaion Styles
*********************************************/
#menu {
	margin:15px 0 0 0px;
	float:left;
	color:#ffffff;
	background:#000;
	height:35px;
	font:bold 11px Arial, Helvetica, sans-serif;
	width:937px;
border-bottom:1px solid #ffffff;text-transform:uppercase;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	text-align: left;height:35px;
	}
#menu ul li {
	float: left;
	list-style-type: none;
	margin: 0px; padding: 0px;
	background: #000000;height:35px;
	border-right:1px solid #ffffff;
	}
#menu ul li.item48{border-right:none;
	}

#menu ul li.first {
	border-left: none;
}
#menu ul li.home {
	border-left: none;
}
#menu ul li a {
	display: block;
	color: #F0FFF0;
	margin: 0px; padding: 10px 18px;
	text-decoration: none;
	}
	
#menu ul li a:hover, #menu ul li.active a{
	color: #cd8c5d;
	text-decoration: none;
	}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a, #menu ul li.current_page_item a:visited {

}
/* This handles the hover state for the top-level LI and A items */
#menu ul li a:hover,
#menu li:hover, 
#menu li.sfhover {
	color: #cd8c5d;
	text-decoration: none;
	}
/* This hides the nested UL before you hover */
#menu li ul {
	position: absolute;
	min-width: 180px;
	left: -999em;
}

*html #menu li ul {
	width: 180px;
}
/* This shows the nested UL when you hover */
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	display:  block;
	z-index: 1000;
}

#menu li ul li{
	float:none;
	border-right:none;
	border-bottom:none;
}

#menu li ul li a{
	float:none;
}

/* This is the style for the nested UL */
#menu li:hover ul, #menu li.sfhover ul {
	display: block;
	margin: 0px; padding: 0px;line-height: 30px;
	border-top: 1px solid #fff;
}
/* This is the style for the LI items within the nested UL */
#menu li:hover ul li,
#menu li.sfhover ul li {
	background:#0b0b0b;
	/*width: 180px;*/
	display: block;
	padding: 0px; margin: 0px;
	height: 30px; line-height: 30px;
	text-align: left;
	border-bottom: 1px solid #fff;border-right: 1px solid #fff;border-left: 1px solid #fff;
}
/* This is the style for the links withing the LI items within the nested UL */
#menu li:hover ul li a,
#menu li:hover ul li.current_page_item a,
#menu li.sfhover ul li a,
#menu li.sfhover ul li.current_page_item a {
	background: transparent;
	/*width: 160px;*/
display: block;
	margin: 0px; padding: 0px 10px;
	height: 30px; line-height: 30px;
	color: #fff;
	
}
/* This is the style for the hover state on the links within the LI items within the nested UL */
#menu li:hover ul li a:hover, #menu li.sfhover ul li a:hover {
	margin: 0px; padding: 0px 10px;
	height: 30px; line-height: 30px;
	color: #cd8c5d;

}
	
