/* Modified for Wordpress by Isaac Rowntree of Zack Design */


/*** ESSENTIAL STYLES ***/
.sf-menu ul, .sf-menu ul * {
	/*margin:			0;
	padding:		0;*/
	list-style:		none;
}
.sf-menu ul {
	line-height:	1.0;
}
.sf-menu ul ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul ul li {
	width:			100%;
}
.sf-menu ul li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu ul li {
	float:			left;
	position:		relative;
}
.sf-menu ul a {
	display:		block;
	position:		relative;
}
.sf-menu ul li:hover ul, .sf-menu ul li.sfHover ul {
	left: -1px;
margin: 0 !important;
top: 40px;
z-index: 999;
width:200px;
}
.sf-menu ul li:hover li ul, div.sf-menu ul li.sfHover li ul {
	top:			-999em;
}
.sf-menu ul li li:hover ul, div.sf-menu ul li li.sfHover ul {
	left:			232px; /* match ul width */
	top:			-1px;
}
.sf-menu ul li li:hover li ul, div.sf-menu ul li li.sfHover li ul {
	top:			-999em;
}
.sf-menu ul li li li:hover ul, div.sf-menu ul li li li.sfHover ul {
	left:			14em; /* match ul width */
	top:			0;
}
.sf-menu ul a {
/* This is the main level Navigation, edit it in the theme's style.css */
}
#navigation ul li li, #navigation ul li li:hover {
	border-left:none!important;
	border-right:none!important;
	margin: 0 !important;
}
.sf-menu ul ul a {
	/*border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;*/
	padding: 9px 0 3px 10px !important;
	font-size: 14px!important;
	text-transform:none!important;
	height: 20px;
	text-decoration:none;
	text-transform:none;
	text-shadow:0 1px 1px #590407!important;
letter-spacing:0;
}
.sf-menu ul ul {
	background:url(../images/subnav-bg.png) top center repeat-x #D59255;
	border-bottom: 1px solid #e49c5e;
	border-left: 1px solid #e49c5e;
	border-right: 1px solid #e49c5e;
	-webkit-box-shadow: 0px 3px 6px 0px #000000;
	-moz-box-shadow: 0px 3px 6px 0px #000000;
	box-shadow: 0px 3px 6px 0px #000000;
	margin-left:0;
	padding-left:0;
}
.sf-menu ul ul ul {
	border-top: 1px solid #7D070B;
}
/*** DEMO SKIN ***/
.sf-menu ul {
	float:			left;
	/*margin-bottom:	1em;*/
}
.sf-menu ul a {
	text-decoration:none;
}
.sf-menu ul a, .sf-menu ul a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu ul li { /*  */
/*background:		#BDD2FF;*/
}
.sf-menu ul li li, .sf-menu ul li li:hover { /* */
	border-left: none;
	border-right: none;/*background:		#AABDE6;*/
}
.sf-menu ul li li li, .sf-menu ul li li li:hover { /* Sub-sub menu */
	border-left: none;
	border-right: none;/*background:		#9AAEDB;*/
}
.sf-menu ul li:hover, .sf-menu ul li.sfHover {
	background: url('/wp-content/themes/ahdrilling/images/nav-hover.png') top center repeat-x #D28F53;
	border-left:1px solid #e49c5e;
	border-right:1px solid #e49c5e;
}
.sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active, .sf-menu ul li:hover a {
	background: url('/wp-content/themes/ahdrilling/images/nav-hover.png') top center repeat-x #D28F53;
	text-shadow:0 1px 0 #915726;
}
.sf-menu ul li:hover li a {
	background: #D59255;
}
.sf-menu ul ul li:hover, .sf-menu ul ul li a:hover, .sf-menu ul ul li.sfHover, .sf-menu ul ul a:focus, .sf-menu ul ul a:hover, .sf-menu ul ul a:active {
	background: #C6844A;
	/*text-shadow:0 1px 1px #5F5A4A !important;*/
	border-left: 0 none;
	border-right: 0 none;
}
/*** arrows **/
.sf-menu ul a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */

a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul ul a:focus > .sf-sub-indicator, .sf-menu ul ul a:hover > .sf-sub-indicator, .sf-menu ul ul a:active > .sf-sub-indicator, .sf-menu ul ul li:hover > a > .sf-sub-indicator, .sf-menu ul ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
/*background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;*/
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
