/* Menu style ************************************************** */
.sf-menu {
	/*margin-left: 22px;*/
    float: left;
    width: 970px;
    /*margin-top: 80px;*/
    position: relative;
	padding: 0;
	line-height: 100%;
	/*border-radius: 0.5em;*/
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	/*border-top-right-radius: 0.5em;*/
	border: 1px solid  #422822;
	/*-webkit-border-radius: 0.5em;*/
	/*-moz-border-radius: 0.5em;*/
	background: #422822 url(/wp-content/themes/parkcity/images/top_nav_bg.png) repeat-x;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#103c69), to(#5482b6));
	background: -moz-linear-gradient(top,  #103c69, #5482b6);*/
	height: 39px;
	border-top:0px;
}
.sf-menu li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
	line-height: 39px;
}
.sf-menu a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 140px;
	padding: 0 10px;
	text-align: center;
	margin: 0;
	border-right: 1px solid  #422822;
	border-left: 1px solid  #C2B99A;
	font: normal .8em/1.4em Georgia, "Times New Roman", Times, serif;
	height: 39px;
	line-height: 39px;
	text-transform: uppercase;
}
.sf-menu li.first {
	border-left: 1px solid  #422822;
}

.menu-item-241 a{
	border-left: none;
	border-bottom-left-radius: 0.5em;
}

.menu-item-391 a{
	border-right: none;
	border-bottom-right-radius: 0.5em;
}


.sf-menu li.last {
	border-right: 1px solid  #C2B99A;
}
.sf-menu a:hover {
	background: #000;
	color: #fff;
}
.sf-menu .current a, .sf-menu li:hover > a {
	background: #C2B99A;
}

.sf-menu ul li:hover a, .sf-menu li:hover li a {
	border-left: 1px solid  #422822;
	border-right: 1px solid  #422822;
}
.sf-menu li:hover > ul {
	display: block;
}
/* Sub Menu style ************************************************** */
.sf-menu ul {
	display: none;
	width: 162px; /* Change this to change the buttons width */
	margin: 0;
	padding: 0;
	position: absolute;
	top: 39px;
	background: #422822;
	z-index: 9999;
	line-height: 40px;
}
.sf-menu ul li {
	float: none;
	margin: 0;
	padding: 0;
}
.sf-menu ul ul {
	left: 179px; /* Change this to move the sub-menu to right */
	top: -1px;
	*top: 1px;
	border-top: 1px solid  #422822;
}

.sf-menu ul a, .sf-menu ul ul a {
	border-bottom: 1px solid  #422822;
	border-top: 1px solid  #C2B99A;
}
/* Some Fix ************************************************** */
.sf-menu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.sf-menu {
	display: inline-block;
} 
html[xmlns] .sf-menu {
	display: block;
}
* html .sf-menu {
	height: 1%;
}