ul.sf-menu { width: 100%; position: relative !important; }

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;	
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			262px; /* left offset of submenus need to match (see below) */
}
.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:			-3px;
	top:			45px; /* match top ul list item height */
	z-index:		999;
}
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:			10em; /* 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:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}

.sf-menu a {
	padding-left: 	12px;
	padding-right: 	72px;
	padding-bottom: 13px;
	padding-top: 	13px;
	text-decoration:none;
}

#main-content.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	background:		#006ab6;
}
.sf-menu li li {
	background:		#006ab6;
}
.sf-menu li li li {
	background:		#006ab6;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu 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:			0px;
	top:			-3px; /* IE6 only */
	width:			48px;
	height:			49px;
	overflow:		hidden;
	background:	url('../images/arrow-background-blue-off.png') no-repeat 0px 0px;
}

.sf-sub-indicator:hover {
	position:		absolute;
	display:		block;
	right:			0px;
	top:			-3px; /* IE6 only */
	width:			48px;
	height:			49px;
	overflow:		hidden;
	background:	url('../images/arrow-background-blue-on.png') no-repeat 0px 0px;
}

.sf-sub-indicator-last {
	position:		absolute;
	display:		block;
	right:			-1px;
	top:			-3px; /* IE6 only */
	width:			48px;
	height:			49px;
	overflow:		hidden;
	background:	url('../images/arrow-background-blue-last-off.png') no-repeat 0px 0px;
}

.sf-sub-indicator-last:hover {
	position:		absolute;
	display:		block;
	right:			-1px;
	top:			-3px; /* IE6 only */
	width:			48px;
	height:			49px;
	overflow:		hidden;
	background:	url('../images/arrow-background-blue-last-on.png') no-repeat 0px 0px;
}

.sf-sub-indicator-home {
	position:		absolute;
	display:		block;
	right:			-1px;
	top:			-3px; /* IE6 only */
	width:			48px;
	height:			49px;
	overflow:		hidden;
	background:	url('../images/arrow-background-blue-home-off.png') no-repeat 0px 0px;
}

.sf-sub-indicator-home:hover {
	position:		absolute;
	display:		block;
	right:			-1px;
	top:			-3px; /* IE6 only */
	width:			48px;
	height:			49px;
	overflow:		hidden;
	background:	url('../images/arrow-background-blue-home-on.png') no-repeat 0px 0px;
}

.sf-sub-indicator-on {
	position:		absolute;
	display:		block;
	right:			0px;
	top:			-3px; /* IE6 only */
	width:			48px;
	height:			49px;
	overflow:		hidden;
	background:	url('../images/arrow-background-blue-on.png') no-repeat 0px 0px;
}

.sf-sub-indicator-on-last {
	position:		absolute;
	display:		block;
	right:			-1px;
	top:			-3px; /* IE6 only */
	width:			48px;
	height:			49px;
	overflow:		hidden;
	background:	url('../images/arrow-background-blue-last-on.png') no-repeat 0px 0px;
}

.sub-menu {
	background:		#999999;
	outline:		0;
	border-bottom:	1px solid #fff;
	border-right:	3px solid #fff;
	border-left:	3px solid #fff;
}

.sub-menu li:hover,
.sub-menu a:focus, .sub-menu a:hover, .sub-menu a:active {
	background:		#999999;
	outline:		0;
}

.sub-menu-last {
	background:		#999999;
	outline:		0;
	border-bottom:	3px solid #fff;
	border-right:	3px solid #fff;
	border-left:	3px solid #fff;
}

.sub-menu-last li:hover,
.sub-menu-last a:focus, .sub-menu-last a:hover, .sub-menu-last a:active {
	background:		#999999;
	outline:		0;
}

.sf-menu-1 {
	border-left: 3px solid white; 
	border-top: 3px solid white; 
	border-bottom: 3px solid white;
}

.sf-menu-2 {
	border-top: 3px solid white; 
	border-bottom: 3px solid white;
}

.sf-menu-last {
	background-color: #fff; 
	border-right: 3px solid white; 
	border-top: 3px solid white; 
	border-bottom: 3px solid white;
}