
/*** ESSENTIAL STYLES ***/
.Nav ul {
	position:		absolute;
	top:			-999em;
	/*width:			10em; /* left offset of submenus need to match (see below) */
}
.Nav ul li {
	border-left:	1px solid #e1e1e1;
	border-right:	1px solid #e1e1e1;
}
.Nav ul li a {
	border-top:		none;
	width:			auto;
	text-transform:	none;
	font:			normal 12px tahoma;
	letter-spacing: normal;
	text-align:		left;
	padding:		4px 20px 4px 10px;
}
.Nav ul.NavAPIPop li a {
	width: 110px;
}
.Nav ul.NavHelpPop li a {
	width: 140px;
}
.Nav ul.NavHelpPop ul.WebHelp li a, .Nav ul.NavHelpPop ul.WapHelp li a {
	width: 106px;
}
.Nav ul.NavHelpPop ul.Mobile li a {
	width: 83px;
}
.Nav ul.NavHelpPop ul li a {
	padding-right: 10px;
}
.Nav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.Nav li {
	position:		relative;
}
.Nav a {
	display:		block;
	position:		relative;
}
.Nav li:hover ul,
.Nav li.sfHover ul {
	left:			290px;
	top:			0; /* match top ul list item height */
	z-index:		999;
}
ul.Nav li:hover li ul,
ul.Nav li.sfHover li ul {
	top:			-999em;
}
ul.Nav li li:hover ul,
ul.Nav li li.sfHover ul {
	left:			10.5em; /* match ul width */
	top:			0;
}
ul.Nav li li:hover li ul,
ul.Nav li li.sfHover li ul {
	top:			-999em;
}
ul.Nav li li li:hover ul,
ul.Nav li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.Nav li:hover, .Nav li.sfHover,
.Nav a:focus, .Nav a:hover, .Nav a:active {
	outline:		0;
}
.Nav li.sfHover > a.sf-with-ul {
	color: #cc0000;
}
.Nav li.sfHover > a.sf-with-ul.normal:hover {
	color: #fff;
}
/*** arrows **/
.Nav a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			8px;
	top:			26px; /* IE6 only */
	width:			5px;
	height:			7px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(/Maps/Skins/RedSkin/images/nav-arrow.png) no-repeat 0 -6px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 8px;
	right: 4px;
	background-position: 0 0; /* 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: 0 -7px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.Nav ul .sf-sub-indicator { background-position:  -10px 0; }
.Nav ul a > .sf-sub-indicator { right: 1px; background-position:  0 0; }
/* apply hovers to modern browsers */
.Nav ul a:focus > .sf-sub-indicator,
.Nav ul a:hover > .sf-sub-indicator,
.Nav ul a:active > .sf-sub-indicator,
.Nav ul li:hover > a > .sf-sub-indicator,
.Nav ul li.sfHover > a > .sf-sub-indicator {
	background-position: 0 -7px; /* arrow hovers for modern browsers*/
}
.Nav ul a:focus > .sf-sub-indicator,
.Nav ul a:hover > .sf-sub-indicator,
.Nav ul a:active > .sf-sub-indicator,
.Nav ul li:hover > a > .sf-sub-indicator {
	background-position:  0 -14px;
}
.Nav li.sfHover > a.sf-with-ul > .sf-sub-indicator {
	background-position: 0 -7px;
}
.Nav li.sfHover ul li a.sf-with-ul:hover > .sf-sub-indicator {
	background-position:  0 -14px;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	display: none;
	visibility: hidden;
	background:	url(/Maps/Skins/WhiteSkin/images/shadow.png) no-repeat bottom right;
	padding: 0 7px 7px 0;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
.Nav ul li.topradius {
	border-top: 1px solid #e1e1e1;
	padding-top: 4px;
    border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	-webkit-border-radius: 0 3px 0 0;
}
.Nav ul li.botradius {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 4px;
	border-radius: 0 0 3px 0;
	-moz-border-radius: 0 0 3px 0;
	-webkit-border-radius: 0 0 3px 0;
}