/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:		99;
}
.sf-menu {
	color: #121542;
	text-decoration: none;	
	background: none;
	height:33px;
}
.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:			33px; /* 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: #db1e3a
}
.sf-menu li {
	background: transparent;
}
.sf-menu li li {
	background:		white;
	/* do some bgs ?? */
}
.sf-menu li li a{ 
	color: white;
	font-weight: normal;
}
.sf-menu li li a:hover{ 
	background-color: white;
	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{
	background:transparent url("../images/nav/nav_divider.gif") no-repeat right top;
	margin: 0px 0px 0px 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	color: #ffffff;
	text-decoration: none;
	padding:10px 7px;

}
.sf-menu li.titles{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	background: none !important;
}
/* SUB CATS */
.sf-menu a.sub{
	padding:5px 5px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	line-height: 1.2em;
	background:#ffffff url("/images/main/breadcrumb1.gif") no-repeat 95% center;
	padding-right: 10px;
}
.sf-menu a.sub:hover{
	background:black url("/images/main/breadcrumb1.gif") no-repeat 95% center;
	color:white;
}
/* 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:5px 5px;	
}
.sf-menu a.sub-page:hover{
	background-color: black;
	color:white;
}
