/*** ESSENTIAL STYLES ***/
#menuMain, #menuMain * {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menuMain {
	line-height: 1.0;
}
#menuMain ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
#menuMain ul li {
	width: 100%;
}
#menuMain li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#menuMain li {
	float: left;
	position: relative;
	font-size: 15px;
	line-height: 1;
}
#menuMain a {
	display: block;
	position: relative;
}
#menuMain li:hover ul,
#menuMain li.sfHover ul {
	left: 0;
	top: 33px;
	z-index: 99;
	-moz-box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.3);
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
ul#menuMain li:hover li ul,
ul#menuMain li.sfHover li ul {
	top: -999em;
}
ul#menuMain li li:hover ul,
ul#menuMain li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul#menuMain li li:hover li ul,
ul#menuMain li li.sfHover li ul {
	top: -999em;
}
ul#menuMain li li li:hover ul,
ul#menuMain li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/*** DEMO SKIN ***/
#menuMain {
	float: left;
	/* position: relative; */
	/* margin-top: 110px; */
	position: relative;
	left: 20px;
}

#menuMain img {
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
}

#menuMain li a {
	/* padding: 1.1667em 1em; */
	padding: 0 1em;
	text-decoration: none;
	/* font-size: 1em; */
	color: #FFF;
	text-align: center;
	font: bold 13px/33px Verdana, "Bitstream Vera Sans", Geneva, Tahoma, sans-serif;
	/* background: url(../images/navigation-tabs-dev.png) repeat-x center top; */
	border-radius: 5px 20px 0 0;
	-moz-border-radius: 5px 20px 0 0;
}
#menuMain li li a {
	font-size: .95em;
	/* padding: 1em 1em; */
	padding: 10px 1em;
	color: #000;
	text-align: left;
	font: normal 12px/14px Verdana, "Bitstream Vera Sans", Geneva, Tahoma, sans-serif;
	border-radius: 0 0;
	-moz-border-radius: 0 0;
	border-left: 1px solid #0c2d3f;
}
#menuMain li li li a {
	font-size: .85em;
	/* padding: 0.8em 1em; */
	padding: 10px 1em;
	color: #000;
	text-align: left;
	font: normal 12px/14px Verdana, "Bitstream Vera Sans", Geneva, Tahoma, sans-serif;
	border-radius: 0 0;
	-moz-border-radius: 0 0;
	border-left: 1px solid #0c2d3f;
}
#menuMain li a, #menuMain li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #FFF;
}
#menuMain li li a, #menuMain li li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #FFF;
}
#menuMain li li li a, #menuMain li li li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #FFF;
}
#menuMain li {
	/* background: url(../images/f-menu-bg.gif) no-repeat left top; */
	background: url("../images/navigation-tabs-dev.png") no-repeat right top;
	/* margin-right: 2px; */
	border-right: 2px solid #FFF;
	/* border-left: 1px solid #359498; */
	/* -moz-border-radius: 5px 20px 0 0; */
	/* -webkit-border-radius: 5px 20px 0 0; */
	/* -moz-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.3); */
}
	#menuMain li.current {
		background: url("../images/navigation-tabs-dev.png") no-repeat right -50px;
		/* border-left: 1px solid #f89b1c; */
	}

#menuMain li li {
	border-bottom: 1px solid #5e879d;
	/* background: #CCC8AC; */
	background: #195373 url("../images/drop-down-bg.gif") repeat-y left;
	border-right: none;
	/* border-left: none; */
	/* width: 100%; */
	/* -moz-border-radius: 0; */
	/* -webkit-border-radius: 0; */
	-moz-box-shadow: none;
}
	#menuMain li li a {
		/* background: #CCC8AC; */
	}
#menuMain li li li {
	border-bottom: 1px solid #5e879d;
	/* background: #c2bea3; */
	background: #195373 url("../images/drop-down-bg.gif") repeat-y left;	
	border-right: none;
	/* border-left: none; */
	/* width: 100%; */
	/* -moz-border-radius: 0; */
	/* -webkit-border-radius: 0; */
	-moz-box-shadow: none;
}
	#menuMain li li li a {
		/* background: #c2bea3; */
	}
#menuMain li:hover, #menuMain li.sfHover,
#menuMain li a:focus, #menuMain li a:hover, #menuMain li a:active {
	/* background: url(../images/f-menu-bg.gif) no-repeat left bottom; */
	background: url(../images/navigation-tabs-dev.png) no-repeat right -100px;
	/* border-left: 1px solid #082d44; */
	outline: 0;
	/* -moz-border-radius: 5px 20px 0 0; */
	/* -webkit-border-radius: 5px 20px 0 0; */
}
	#menuMain li.current:hover, #menuMain li.current.sfHover,
	#menuMain li.current a:focus, #menuMain li.current a:hover, #menuMain li.current a:active {
		background: url(../images/navigation-tabs-dev.png) no-repeat right -50px;
		/* border-left: 1px solid #f89b1c; */
	}
#menuMain li li:hover, #menuMain li li.sfHover,
#menuMain li li a:focus, #menuMain li li a:hover, #menuMain li li a:active {
	background:	#1f668c;
	outline: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
	#menuMain li.current li:hover, #menuMain li.current li.sfHover,
	#menuMain li.current li a:focus, #menuMain li.current li a:hover, #menuMain li.current li a:active {
		background: #1f668c;
	}
#menuMain li li li:hover, #menuMain li li li.sfHover,
#menuMain li li li a:focus, #menuMain li li li a:hover, #menuMain li li li a:active {
	background: #1f668c;
	/* background:	#cfccb8; */
	/* background: #195373 url("../images/drop-down-bg.gif") repeat-y left; */
	outline: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

/*** arrows **/
#menuMain a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.25em; /* 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: 13px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
li li a > .sf-sub-indicator, li li li a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 11px;
	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 */
#menuMain ul .sf-sub-indicator { background-position: -10px 0; }
#menuMain ul a > .sf-sub-indicator { background-position: 0 0; }
/* apply hovers to modern browsers */
#menuMain ul a:focus > .sf-sub-indicator,
#menuMain ul a:hover > .sf-sub-indicator,
#menuMain ul a:active > .sf-sub-indicator,
#menuMain ul li:hover > a > .sf-sub-indicator,
#menuMain 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;
}
