/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:	0;
	padding: 0;
	list-style: none;
	z-index: 100000;
	text-transform: uppercase;
	font: 700 11px/11px Arial, Helvetica, sans-serif;
}
.sf-menu {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 1.0;
	display: block;
	padding: 0% 1%;
	width: 98%;
	background: #ae0718; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlMDcxOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2FkMmQxYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2JiMzAxYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ODIxMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ae0718 0%, #ad2d1a 50%, #bb301a 50%, #98210f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ae0718), color-stop(50%, #ad2d1a), color-stop(50%, #bb301a), color-stop(100%, #98210f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ae0718 0%, #ad2d1a 50%, #bb301a 50%, #98210f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ae0718 0%, #ad2d1a 50%, #bb301a 50%, #98210f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ae0718 0%, #ad2d1a 50%, #bb301a 50%, #98210f 100%); /* IE10+ */
	background: linear-gradient(top, #ae0718 0%, #ad2d1a 50%, #bb301a 50%, #98210f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae0718', endColorstr='#98210f', GradientType=0 ); /* IE6-8 */
	float: left;
	margin: 0%;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width: 10em;
}
.sf-menu ul li {
	width:			100%;
	display: inline;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
background: #2989d8; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 50%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(50%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 50%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 50%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 50%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 50%,#7db9e8 100%); /* W3C */
}
.sf-menu li {
	float:			left;
	position:		relative;
	padding: 0.8em 0.3em;
	margin: 0em .5em;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		101;
}
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 ***/
.sf-menu { float:			left; }
.sf-menu a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.sf-menu a, .sf-menu a:visited, .sf-menu a:active, .sf-menu a:focus { /* visited pseudo selector so IE6 applies text colour*/
	color: #FFFFFF;
	text-decoration: none;
}
.sf-menu li { }
.sf-menu li li a {
	background-color: #98210f;
	color: #FFF;
	text-transform: none;
	font-size: 11px;
	line-height: 11px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #FFF;
	margin: 0;
	padding: 0.4em;
}
.sf-menu li li {
	margin: 0em;
	padding: 0em;
}
.sf-menu li li a:hover, .sf-menu li li a:active, .sf-menu li li a:focus {
	outline: 0;
	color: #FFF;
	background-color: #085393;
	font-weight: 400;
}
.sf-menu li li li a {
	background-color: #98210f;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 11px;
	font-weight: 400;
}
.sf-menu li li li a:hover, .sf-menu li li li a:active {
	background-color: #085393;
	color: #FFFFFF;
	font-weight: 400;
}
.sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	text-decoration: none;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 1.5em;
	min-width:	1px;
	margin: 0px;
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			0.6em;
	top:			0.1em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden; /* 8-bit indexed alpha png. IE6 gets solid image only */
	background-image: url(../images/arrows-ffffff.png);
	background-repeat: no-repeat;
	background-position: -10px -100px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			0em;
	background-position: 0 -100px;
}
/* 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 */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; top: .4em; right:.3em;}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator { background-position: -10px 0; /* arrow hovers for modern browsers*/ }
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	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;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sf-shadow ul.sf-shadow-off { background: transparent; }
