.nav  {
	list-style-type: none;
	width: 802px;
	z-index: 250;
	clear: both;
	height: 50px;
	position: relative;
	float: right;
	margin-left: 10px;
	padding: 0px;
	margin-right: 0px;
	overflow: visible;
	}



.nav ul{
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 0;
	}

.nav ul li{
	float: left;
	margin: 0px;
	padding: 0px;
	}

	


.nav ul li a {  /* Nav Link */
	display:block;
	text-decoration: none;
	color: #666666;
	padding:25px 14px 0px;
	background: url(/wp-content/themes/ambridge-theme/images/ambridge_navBg.png) no-repeat center 200px;
	font-style: normal;
	line-height: 41px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	font-size: 12px;
	} 



.nav ul li a:hover {
	line-height:41px;
	display:block;
	background:#F2F2F2 url(/wp-content/themes/ambridge-theme/images/ambridge_navBg.png) repeat-x center bottom;
	color: #a61919;
	}
	
.nav ul li a:visited {
	}

.nav ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: #F2F2F2 url(/wp-content/themes/ambridge-theme/images/ambridge_navBg.png) repeat-x center bottom;
}
.nav ul li a:visited.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}



.nav ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(/wp-content/themes/ambridge-theme/downimage.gif); /*uncomment this line to use an image instead*/
}
.nav  ul  li  a#active, .nav  ul  li.current{ /*script dynamically adds a class of "selected" to the current active menu item*/
	display:block;
	background: #F2F2F2 url(/wp-content/themes/ambridge-theme/images/ambridge_navBg.png) repeat-x center bottom !important;
	font-weight: bold;
}
.nav  ul  li  a#active, .nav  ul  li.current{ /*script dynamically adds a class of "selected" to the current active menu item*/
	display:block;
	background: #F2F2F2 url(/wp-content/themes/ambridge-theme/images/ambridge_navBg.png) repeat-x center bottom !important;
	font-weight: bold;
}
.nav  ul  li  a.home#active        { /*script dynamically adds a class of "selected" to the current active menu item*/
	display:block;
	background: #F2F2F2 url(/wp-content/themes/ambridge-theme/images/ambridge_navBg.png) repeat-x center bottom !important;
}
.nav    ul    li    a.home:hover { /*script dynamically adds a class of "selected" to the current active menu item*/
	display:block;
	background: #F2F2F2 url(/wp-content/themes/ambridge-theme/images/ambridge_navBg.png) repeat-x center bottom !important;
}
.nav    ul    li    a.home {
	line-height:41px;
	display:block;
	}



/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu* {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.sf-menu{
	list-style-type: none;
	position: relative;
	float:right;
	clear:both;
	margin: 10px auto 0;
	}
.sf-menu li {
	float:			left;
	position:		relative;
	line-height: normal;
}
.sf-menu li:hover {
	visibility:		inherit;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			18em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
	width:			100%;
	text-align: left;

	}
	
.sf-menu ul li ul li , .sf-menu ul li ul li a     {
	display:		block;
	position:		relative;
	background:#333333;
	
}
.sf-menu ul li ul li , .sf-menu ul li ul li a:hover  {
	display:block;
	}