/* Menu style ************************************************** */
.sf-menu {
	margin-left: 0;
    float: left;
    width: 988px;    
    position: relative;
	padding: 0;
	line-height: 100%;
	/*border-radius: 0.5em;*/
	/*
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	*/
	border: 1px solid  #5482b6;
	background-color: #33592f;
	/*-webkit-border-radius: 0.5em;*/
	/*-moz-border-radius: 0.5em;*/
	/*background: #5482b6 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: 38px;
	/*background: #5482b6 url(/wp-content/themes/parkcity/images/top_nav_bg.gif) repeat-x;*/
	
}
.sf-menu li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
}
.sf-menu a {
	color: #fff;
	text-decoration: none;
	float: left;
	padding: 10px 34px 10px 33px;
	margin: 0;
	border-right: 1px solid  #5482b6;
	border-left: 1px solid  #103c69;
	font: normal 0.9em/1.4em "Bookman Old Style", "Times New Roman", Times, serif;
}

.sf-menu li.menu-item-last a {
	border-right: 0px !important;
	border-top-right-radius: 0;
	padding-left: 34px;
}

.sf-menu li.menu-item-first a {
	border-left: 0px !important;
	border-top-left-radius: 0;
}

.sf-menu li.first {
	border-left: 1px solid  #5482b6;
}

.sf-menu li.last {
	border-right: 1px solid  #103c69;
}
.sf-menu a:hover {
	background: #000;
	color: #fff;
}
.sf-menu .current a, .sf-menu li:hover > a {
	background: #3a6374;
}
.sf-menu ul li:hover a, .sf-menu li:hover li a {
	border-left: 1px solid  #5482b6;
	border-right: 1px solid  #5482b6;
}
.sf-menu li:hover > ul {
	display: block;
}
/* Sub Menu style ************************************************** */
.sf-menu ul {
	display: none;
	width: 191px; /* Change this to change the buttons width */
	margin: 0;
	padding: 0;
	position: absolute;
	top: 38px;
	left: -1px;
	background: #7AB3CA;
	z-index: 9999;
}
.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  #5482b6;
}

ul.sub-menu a, ul.sub-menu li:hover a {
border-left: white 1px solid !important;
border-right: white 1px solid !important;
border-bottom: white 1px solid !important;
border-top: 0px;
display: block;
width: 140px;
padding: 10px 20px;
}

ul.sub-menu li a {
width: 160px !important;
padding: 10px 15px !important;
}

ul.sub-menu li:first-child a{border-top: white 1px solid !important;}


/* 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%;
}