/*
  CSS generated via the Multi-level Navigation Plugin ... http://pixopoint.com/multi-level-navigation/

  If you would like a similar menu for your own site, then please try the PixoPoint Web Development
  CSS generator for creating flyout, dropdown and horizontal slider menus ... http://pixopoint.com/suckerfish_css/


*** Main menu CSS code ***/
/*custom drop-down-menu styles by Ted Dejony */
.nav  {
	list-style-type: none;
	width: 810px;
	z-index: 250;
	clear: both;
	height: 50px;
	position: relative;
	float: right;
	margin-left: 12px;
	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(../../../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;
	} 

#pixopoint_menu1 ul li ul li a {
	font-family: "Trebuchet MS",Arial;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	line-height:21px;
	padding:0px 0px 4px 0px;
	text-decoration:none;
	text-transform:capitalize;
	}

.nav ul li a:hover {
	line-height:41px;
	display:block;
	background:#F2F2F2 url(../../../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/plugins/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/plugins/multi-level-navigation-plugin/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(../../../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(../../../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(../../../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(../../../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;
	}
#navmenu {
	margin-left:120px;
	float:left;
	}