
.sf-menu {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	list-style-type:		none;
}
.sf-menu {
	line-height:	1.0;
	background: url(../images/logo.jpg) center top no-repeat;
	padding-top: 115px;
	width: 245px;
	
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			190px; /* left offset of submenus need to match (see below) */
	margin-left: 27px;
}
.sf-menu ul li {
	width:			100%;
	margin-left: 0!Important;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	width: 190px;
	margin-left: 27px;
	display: inline;
}
.sf-menu a {
	display:		block;
	position:		relative;
	font-size: 12px;
	color: #333333;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* 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;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			200px; /* 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:			200px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	border-bottom:		1px solid #ffffff;
	height: 30px;
	line-height: 29px;
	text-indent: 12px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#414141;
}
.sf-menu li {
	background:		#ffffff;
}
.sf-menu li li {
	background: url(../images/1px-white-80.png) left top repeat!Important; 
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#efefef;
	color: #333333;
	outline:		0;
}


a.sf-with-ul			{ background: url(../images/sf-with-ul-bg.jpg) center top no-repeat!Important; }
a.sf-with-ul:hover		{ background: url(../images/sf-with-ul-bg.jpg) center bottom no-repeat!Important; }


/** Active Tabs **/

#HOM li#HO a, #PRE li#PR a, #CON li#CU a, #LOC li#LH a, #ABO li#AU a, #BUS li#BU a, #WAR li#WA a, #FIN li#FI a, #HOM li#HO a
						{ background: #1b4486; color: #ffffff; cursor: default; }
#SAL li#VS a			{ background: url(../images/vs-tab.jpg) center top no-repeat!Important; color: #ffffff; }
#SAL li#VS li a			{ background: none!Important; color: #333333; }
#SAL li#VS li a:hover	{ background: #efefef!Important; }



