/*** ESSENTIAL STYLES ***/

#globalNavi ul {
	position: absolute;
	top:			-999em;
	clear: both;
}
#globalNavi li a:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#globalNavi li {
	position:		relative;
}
#globalNavi li li {
	position:		relative;
}

#globalNavi ul.sub li {
	float: none!important;
}
#globalNavi ul.sub li a {
	display:		block;
	position:		relative;
	float: none!important;
}

#globalNavi li:hover ul.sub,
#globalNavi li.sfHover ul.sub {
	left:			0;
	top:			45px; /* match top ul list item height */
	z-index:		99;
}

#globalNavi li:hover ul.sub li,
#globalNavi li.sfHover ul.sub li {
	z-index: 1!important;
	text-align: center;
	/*height: 2.5em!important;*/
}

/*** DEMO SKIN ***/

#globalNavi ul.sub li a {
	background-image: none!important;
	background-color: #515151!important;
	/*border-bottom: 1px solid #333333;*/
	border-top: 1px solid #7C7C7C;
	/*height: 2em!important;*/
	padding: 0.9em 0.2em !important;
	margin: 0!important;
	color: #FFFFFF;
	text-decoration: none;
	display:		block;
	font-size: 14px;
	font-weight: normal;
}
#globalNavi ul.sub li.line2 a {
	height: 2.3em!important;
	padding: 0.2em 0 0 0!important;
	line-height: 1em!important;
}
#globalNavi ul.sub li a:hover {
	background-image: none!important;
	background-color: #5E5E5E!important;
	color: #dadcea;
}

/*** arrows **/
.sf-sub-indicator {
	/*position:		absolute;*/
	display:		none !important;
	/*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 */
#globalNavi ul .sf-sub-indicator { background-position:  -10px 0; }
#globalNavi ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#globalNavi ul a:focus > .sf-sub-indicator,
#globalNavi ul a:hover > .sf-sub-indicator,
#globalNavi ul a:active > .sf-sub-indicator,
#globalNavi ul li:hover > a > .sf-sub-indicator,
#globalNavi ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
