.sf-menu li a.current {color: #84bbfe;background: inherit;font-weight: bold;}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	font-size: 0.7em;
	float:		left;
	font-weight: bold;
	margin-top: 8px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			188px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:	100%;
	height: 29px;
	margin: 0 10px;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	float: left;
	height: 29px;
	vertical-align: top;
	font-weight: bold;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			auto; /* match top ul list item height */
	z-index:		99;
	widht: 180px;
	bottom: 28px;
	background:		#cb091e;
	
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}


.sf-menu a {
	border-left:	1px solid #84bbfe;
	padding: 		0 1.5em;
	text-decoration:none;
	
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
	background: inherit;
}

.sf-menu li li {
	background:		#cb091e;
	color: #fff;
	margin-left: 0;
}

.sf-menu li li a {
	border-left:	none;
	padding: 		.6em 0 0 .6em;
	text-decoration:none;
	height:auto;
	display: block;
	line-height: 1;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		inherit;
	color: #84bbfe;
	
}


