









/*** ESSENTIAL STYLES ***/
nav.mainNav	{ padding:0;}
.topul	{ z-index:999; float:right;}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0 0 0 0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			15em; /* 10em left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}


.sf-menu ul li a img	{ float:left;}
.sf-menu ul li a 	{ 
	display:block; 
	height:29px; 
	line-height:29px; 
	text-indent:1em; 
	color:#fff; 
	font-size:2em;
	font-weight:bold;
}
.sf-menu ul li:hover a, .sf-menu ul li a:hover 	{ 
	color: #40c8f4;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}

.topul li:hover ul,
.topul li.sfHover ul {
	left:			35px;
	top:			42px; /* 12.5em match top ul list item height */
	z-index:		99;
}

.utul li:hover ul,
.utul li.sfHover ul {
	left:			0px;
	top:			16px; /* 12.5em match top ul list item height */
	z-index:		99;
}

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 ***/
.topul {
	float:			left;
	margin-bottom:	0;
}
.topul a {
	padding: 		.25em 0em;
	text-decoration:none;
}
.topul li {
	background:		none;
}
.topul li ul li {
	background: #572600;
}
.topul li li {
	/*background: #e4ecf5;*/
}
.topul li li a{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:13px; color:#fff; font-weight:normal; letter-spacing:0;
	border-bottom:solid 1px #381800;
}
.topul li li:last-child a{
	border-bottom:none;
}
.topul li li:hover {
	background:#230f00;
}

.topul li:hover, .sf-menu li.sfHover,
.topul a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		none;
	outline:		0;
}

/*** arrows **/
.topul 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:			0em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('i/arrows-ffffff.png') no-repeat 0px 0px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1.2em;
	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 */
.topul ul .sf-sub-indicator { background-position:  -10px 0; }
.topul ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.topul ul a:focus > .sf-sub-indicator,
.topul ul a:hover > .sf-sub-indicator,
.topul ul a:active > .sf-sub-indicator,
.topul ul li:hover > a > .sf-sub-indicator,
.topul ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*------------------------------------------TOP LEVEL BUTTONS---------------------------------------------------------------------*/

ul.sf-menu li.toplevel		{
	background:none;
}
ul.sf-menu li.toplevel:last-child		{
	background:none;
}
ul.sf-menu li.toplevel a.topa {
  float: left;
  display: block;
  padding: 0 10px 0 35px;
  height: 46px;
  line-height: 46px;
  font-family: 'Electrolize', sans-serif;
  text-transform:uppercase;
  font-size: 12px;
  letter-spacing:0em;
  color: #fff;
  border:0;
}

ul.sf-menu li.toplevel a.topa:hover {
	background:none;
	color: #261100;
}

ul.sf-menu li.toplevel a.selected {
	color: #5e92ba;
}

ul.sf-menu li.toplevel a.topa > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
ul.sf-menu li.toplevel a.has-sub	{}





















	/*** DEMO SKIN ***/
	.utul {
		float:			left;
		margin-bottom:	0;
	}
	.utul a {
		padding: 		.25em .25em;
		text-decoration:none;
	}
	.utul a, .utul a:visited  { /* visited pseudo selector so IE6 applies text colour*/
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
		font-size:12px;
		color:			#966b44;
	}
	.utul li {
		padding:0 5px 0 0;
		background:		none;
	}
	.utul li ul li {
		background: #fff;
	}
	.utul li li {
		/*background: #e4ecf5;*/
	}
	.utul li li a{
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
		font-size:12px; color:#966b44; font-weight:normal; letter-spacing:0;
		border-bottom:solid 1px #f2e7ca;
	}
	.utul li li:last-child a{
		border-bottom:none;
	}
	.utul li li:hover {
		background:#230f00;
	}

	.utul li:hover, .sf-menu li.sfHover,
	.utul a:focus, .sf-menu a:hover, .sf-menu a:active {
		background:		none;
		outline:		0;
	}
