
/*** ESSENTIAL STYLES ***/
.sf-menu ul, .sf-menu ul * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu ul {
	line-height:	20px;
	margin: 0 0 0 0px; padding: 0; text-align: center;
}
.sf-menu ul ul {
	position:		absolute;
	top:			0;
	width:			230px;  /*left offset of submenus need to match (see below) */
	margin: 0;
	text-align: left;
}
.sf-menu ul ul ul { width: 300px; }
.sf-menu ul ul li {
	width:			100%;
	margin: 0; padding: 0;
	background:none;
}
.sf-menu ul li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu ul li {
	display: block; 
	float: left; line-height: 20px; padding: 0;
	position: relative;	
	height:30px;
	background:none;
}
.sf-menu ul li:hover,
 .sf-menu ul li.sfHover{
	border-bottom:13px solid #0EB8F8;
 }
 
 .sf-menu ul ul li:hover,
 .sf-menu ul ul li.sfHover{
	border-bottom:0;;
 }
 
.sf-menu ul a {
	display:		block;
	position:		relative;
}

.sf-menu ul li:hover ul,
.sf-menu ul li.sfHover ul {
	left:			0;
	top:			45px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu ul li:hover li ul,
ul.sf-menu ul li.sfHover li ul {
	top:			-999em;
}
.sf-menu ul li li:hover ul,
.sf-menu ul li li.sfHover ul {
	left:			230px; /* match ul width */
	top:			0;
}
.sf-menu ul li li:hover li ul,
.sf-menu ul li li.sfHover li ul {
	top:			-999em;
}
.sf-menu ul li li li:hover ul,
.sf-menu ul li li li.sfHover ul {
	left:			230px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu ul {

}
.sf-menu ul a {
	height: 20px; line-height: 20px; padding: 0 7px;
	text-decoration:none;
	text-transform: uppercase;
	font-size:14px;
	font-weight:bold;
}
.sf-menu ul li a  {
	color: #666666;
	background: none; 
}
.sf-menu ul li.current_page_item a { 
	color: #000000;
	background: none;
}
.sf-menu ul li.current_page_item li a { color: #666666; background: none; }
.sf-menu ul li a:hover { 
	color: #0EB8F8;
	background: none;
}
.sf-menu ul li.current_page_item a:hover { 
	color: #BBD641;
	background: none;
}
.sf-menu ul li.current_page_item li a:hover { color: #BBD641; background: #1a1a1a; }

.sf-menu ul li li a {
	height: 25px; line-height: 25px; font-size: 13px; padding: 0 20px; 
	color: #666666;
	background: none;
}
.sf-menu ul li li a:hover {
	background: none; 
	height: 25px; padding-top: 0px;
	color: #ffffff;
	background: #1a1a1a;
}
.sf-menu ul li li.current_page_item a { color: #f5f5f5; }
.sf-menu ul li li.current_page_item a:hover { background: rgba(0,0,0,0.7); color: #ffffff; }
.sf-menu ul li li.current_page_item li a { color: #cccccc; }
.sf-menu ul li li.current_page_item li a:hover { background: rgba(0,0,0,0.7); color: #ffffff; }
.sf-menu ul li:last-child { background: none; }
.sf-menu ul li li {
	margin: 0; padding: 0; background: rgba(0,0,0,0.7); border: none; border-bottom: 1px solid #222222;
}
.sf-menu ul li li:last-child { background: rgba(0,0,0,0.7); }

.sf-menu ul li li li {
	background: rgba(0,0,0,0.7);
}
.sf-menu ul li li li:last-child { background: rgba(0,0,0,0.7); }
.sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active {
	outline:		0;
	color: #cccccc;
}
.sf-menu ul li li a:hover { color: #ffffff; }

/*** 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:			5px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('img/arrows.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:			5px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
li li a > .sf-sub-indicator { top: 7px; }
/* 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('img/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
