
/*** ESSENTIAL STYLES ***/
#spMenu, #spMenu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#spMenu {
	line-height:	1.0;
}
#spMenu ul {
	position:		absolute;
	top:			-999em;
	box-shadow:2px 2px 2px #eee;
}
#spMenu ul li {
	width:			100%;
}
#spMenu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#spMenu li {
	float:			right;
	position:		relative;
}
#spMenu a {
	display:		block;
	position:		relative;
}
#spMenu li:hover ul,
#spMenu li.sfHover ul {
	right:			0px;
	top:			32px; /* match top ul list item height */
	z-index:		99;
	
}

#spMenu li:first-child:hover ul,
#spMenu li.sfHover:first-child ul {
/*
	left:			-20px;
	top:			2.5em; /* match top ul list item height 
	z-index:		99;
	margin-left:-6.5em;
	*/
}

ul#spMenu li:hover li ul,
ul#spMenu li.sfHover li ul {
	top:			-999em;
}
ul#spMenu li li:hover ul,
ul#spMenu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#spMenu li li:hover li ul,
ul#spMenu li li.sfHover li ul {
	top:			-999em;
}
ul#spMenu li li li:hover ul,
ul#spMenu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

#spMenu {
/*
	float:			right;
	*/
}

/*** DEMO SKIN ***/



#spMenu > li > a{
	color: #002a54;
	font-size: 16px;
	line-height: 32px;
	height: 32px;
	
	padding: 0 16px;
}


#spMenu > li > a.sf-with-ul{
/*
	background: url(../images/sf-with-ul.png) no-repeat 0 12px;
	padding-left:14px;
	*/
}
#spMenu > li.sfHover > a,
#spMenu > li > a.selected,
#spMenu > li > a:hover{
	color: #00B2F0;
	box-shadow:2px 2px 2px #eee;
}



#spMenu li.topMenuSep{
	
	width:4px;
	/*
	background: #915fad;
	*/
	text-indent: -9999px;
	height:28px;
	margin:0;
	
}

#spMenu ul {
	
	background: #fff;
	width: 126px;
	padding: 24px 17px 18px;
}

#spMenu ul li{
 padding-bottom:6px;
}



#spMenu ul li:first-child{
	
}
#spMenu ul li a{
	font-size: 16px;
	line-height: 18px;
	color: #002a54;
	display: block;
	padding-bottom: 4px;
}
#spMenu ul li:hover a,
#spMenu ul li a:hover{
 color: #00B2F0;
}
#spMenu ul a span{
	
}



#spMenu li {
	
}

#spMenu li li {
	float:none;
	width:auto;
}
#spMenu li li li {
	
}
#spMenu li:hover, #spMenu li.sfHover,
#spMenu a:focus, #spMenu a:hover, #spMenu a:active {
	
}

/*** arrows **/
#spMenu a.sf-with-ul {
	
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#spMenu ul .sf-sub-indicator { background-position:  -10px 0; }
#spMenu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#spMenu ul a:focus > .sf-sub-indicator,
#spMenu ul a:hover > .sf-sub-indicator,
#spMenu ul a:active > .sf-sub-indicator,
#spMenu ul li:hover > a > .sf-sub-indicator,
#spMenu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** 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;
}
***/