/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-family: 'Oxygen', sans-serif; font-weight: 700;
}
.sf-menu {
	line-height:	1.0;
position:relative; z-index:5000;
font-family: 'Oxygen', sans-serif; font-weight: 700;

}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
	z-index:100;
	font-family: 'Oxygen', sans-serif; font-weight: 700;
	
}
.sf-menu ul li {
	width:			100%;
	font-family: 'Oxygen', sans-serif; font-weight: 700;
	font-size: 14px;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	
}
.sf-menu li {
	float:			left;
	position:		relative;
	font-family: 'Oxygen', sans-serif; font-weight: 700;
}
.sf-menu a {
	display:		block;
	position:		relative;
	font-family: 'Oxygen', sans-serif; font-weight: 700;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			46px; /* match top ul list item height */
	-moz-box-shadow:4px 5px 10px 0px #3d3d3d;
	-webkit-box-shadow:4px 5px 10px 0px #3d3d3d;
	box-shadow:4px 5px 10px 0px #3d3d3d;
	width: 325px;
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;

}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			15em; /* match ul width */
	bottom: 10em;
	top:			0;
}

/*** DEMO SKIN ***/
ul.sf-menu {
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	position:relative;
	list-style-type:none;
	list-style-position:outside;
	text-transform:uppercase;
	padding-left:10px;
	line-height:30px;
	z-index: 2;
}
.sf-menu li a {
	display:block;
	text-decoration:none;
	padding:12px 17px;
	color:#333;
	text-shadow:0 1px 0 #FFFFFF;
	font-family: 'Oxygen', sans-serif; font-weight: 700;
}
.sf-menu li a:hover {
	display:block;
	text-decoration:none; 
	padding:12px 17px;
	color:#fff;
	background:url(../images/nav-hover.png) no-repeat center 2px;
	text-shadow:0 -1px 0 #222;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#333333;
	font-family: 'Oxygen', sans-serif; font-weight: 700;
}
.sf-menu li {
font-family: 'Oxygen', sans-serif; font-weight: 700;
font-weight: bold;
font-size: 18px;
margin-right: 10px;
margin-left: 0px;

}
.sf-menu li li {
	background:#fff;
	width: 325px;
	font-family: 'Oxygen', sans-serif; font-weight: 700;
	font-size: 12px;
}

.sf-menu li li:hover, .sf-menu li li.sfHover {
	width: 325px;
	
}

.sf-menu li li a, .sf-menu li li a:visited {font-family: 'Oxygen', sans-serif; font-weight: 700; color:#333; margin-right:0; padding:0px 0px; background:#E9E9E9;
}

.sf-menu li li a:hover {padding:0px 0px; background:#353535; background:-moz-linear-gradient(center top , #4C4C4C, #313131) repeat scroll 0 0 transparent; color:#fff !important;	outline:0;  background: -webkit-gradient(linear, left top, left bottom, from(#4C4C4C), to(#313131));}

.opera .sf-menu li li a:hover {
  background:#353535; /*Opera Fix*/
}

.sf-menu li li li {
	background:#fff;
}

.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color:#000;	 
	outline:0;
}

.sf-menu li ul {
	margin-left:0;
	padding-top:0px;
	font-family: 'Oxygen', sans-serif; font-weight: 700;
	}
	
	
.sf-menu li ul li ul {
	margin-top:-1px;
	background: none;
	padding-top:0;
	font-family: 'Oxygen', sans-serif; font-weight: 700;
	}
	
.sf-menu li.current-cat a, .sf-menu li.current_page_item a {
	display:block;
	text-decoration:none; 
	color:#fff;
	background:url(../images/nav-hover.png) no-repeat center 2px;
	font-weight:bold;
	text-shadow:0 -1px 0 #222;
	font-family: 'Oxygen', sans-serif; font-weight: 700;
}



/*** arrows **/
.sf-menu a.sf-with-ul {;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.3em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrow.png') no-repeat top left; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
}
/* 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 .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu 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:	#1f1f1f;
	
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
