/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:		99;
}
.sf-menu {
	color: #cccccc;
	text-decoration: none;	
	background: none;
	height:28px;
}
.sf-menu li{
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
	background: none;
}
.sf-menu ul li {
	width:			100%;	
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			28px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	z-index:		99;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
	z-index:		99;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	z-index:		99;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
	z-index:		99;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {

}
.sf-menu a:hover  { /* visited pseudo selector so IE6 applies text colour*/
	color: #f7941e
}
.sf-menu li {
	background: transparent;
}
.sf-menu li li {
	background:		#f7941e;
	/* do some bgs ?? */
}
.sf-menu li li a{ 
	color: white;
	font-weight: normal;
}
.sf-menu li li a:hover{ 
	background-color: #f7941e;
	color: black;
	font-weight: normal;
}
.sf-menu li li li {
	background:		white;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/* background:		red; */
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	/* padding-right: 	2.25em; */
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
/*** 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;
}
/* JUST HERE DOWN NOOBS */
.sf-menu a.title-crossfit{
	padding:6px 8px 6px 8px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	color: #cccccc;
	text-decoration: none;

}
.sf-menu a.title-crossfit:hover{
	background-color: #f7941e;
	color:#262626;
}
.sf-menu a.title{
	padding:6px 8px 6px 8px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	color: #cccccc;
	text-decoration: none;

}
.sf-menu a.title:hover{
	background-color: #f7941e;
	color:#262626;
}

.sf-menu li.sfHover a.title{
	background-color: #f7941e;
	color:#262626;
	}
	
.sf-menu li.titles{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background: none !important;
}
/* SUB CATS */
.sf-menu a.sub{
	padding:5px 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	line-height: 1.2em;
	background:#f7941e url("/img/submenu-on.gif") no-repeat 95% center;
}
.sf-menu a.sub:hover{
	background:#303030 url("/img/submenu-off.gif") no-repeat 95% center;
	color:#cccccc;
}
/* SUB PAGES */
.sf-menu a.sub-page{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	line-height: 1.2em;
	padding:6px 10px;	
	margin:0 2px;
	background-color:#f7941e;
}
.sf-menu a.sub-page:hover{
	background-color: #e6820c;
	color:#ffffff;
}
