/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu *
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu
{
	line-height: 1;
}
.sf-menu UL
{
	position: absolute;
	top: -999em;
	width: 220px;
/*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: 0;
	top: 25px;
/*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: 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 ***/
#nav
{
	float: right;
	margin-top: 30px;
	margin-left: 120px;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 0;
	position: relative;
	z-index: 10;
	/*[disabled]width:490px;*/
}
#nav LI
{
	float: left;
	margin-right: 20px;
	display: inline;
	padding-bottom: 14px;
}
#nav LI A
{
	color: #0062A1;
	font: 12px Verdana;
	text-transform: uppercase;
	text-decoration: none;
	height: 25px;
	display: inline;
}
#nav .subNav
{
	background: url(../img/subNav.png) no-repeat 94px top;
	left: -75px;
	width: 220px;
	margin: 0;
	padding: 5px 0 0;
}
#nav .subNav LI
{
	width: 220px;
	margin-bottom: 2px;
	padding-bottom: 0;
}
#nav .subNav LI A
{
	font-size: 12px;
	color: #FFF;
	text-transform: none;
	height: auto !important;
	display: block;
}
#nav .subNav LI A SPAN
{
	display: block;
	padding: 10px 0 10px 15px;
	background-color: #005E99;
}
#nav .subNav LI A:hover SPAN
{
	background-color: #1AA6FE !important;
}
#nav .subNav LI.cur A SPAN
{
	background-color: #A8AAAB !important;
}
/*colors*/
.c1 A SPAN
{
	background-color: #005E99 !important;
}
.c2 A SPAN
{
	background-color: #0066A6 !important;
}
.c3 A SPAN
{
	background-color: #006EB3 !important;
}
.c4 A SPAN
{
	background-color: #0076BF !important;
}
.c5 A SPAN
{
	background-color: #007ECC !important;
}
.c6 A SPAN
{
	background-color: #0086D9 !important;
}
.c7 A SPAN
{
	background-color: #008EE6 !important;
}
.c8 A SPAN
{
	background-color: #0095F2 !important;
}
.c9 A SPAN
{
	background-color: #009DFF !important;
}
.c10 A SPAN
{
	background-color: #0DA2FF !important;
}
.c11 A SPAN
{
	background-color: #1AA7FF !important;
}
.c12 A SPAN
{
	background-color: #26ACFF !important;
}

