.sf-menu em {font-family: Arial, Helvetica, sans-serif !important; font-style: normal;}
.sf-menu {
	margin-bottom:	0;
	display:		block;
	cursor: pointer;
	background: url(../images/nav-bg.gif) 0 0 repeat-x;
	height: 63px;
	position: relative;
	z-index: 99;
}
	.sf-menu li {
		float:			left;
		position:		relative;
	}
	.sf-menu .n1 a {width: 120px; background: url(../images/n1-bg.gif) 0 0 no-repeat;}
	.sf-menu .n2 a {width: 277px; background: url(../images/n2-bg.gif) 0 0 no-repeat;}
	.sf-menu .n3 a {width: 98px; background: url(../images/n3-bg.gif) 0 0 no-repeat;}
	.sf-menu .n4 a {width: 122px; background: url(../images/n4-bg.gif) 0 0 no-repeat;}
	.sf-menu .n5 a {width: 202px; background: url(../images/n5-bg.gif) 0 0 no-repeat;}
	.sf-menu .n6 a {width: 153px; background: url(../images/n6-bg.gif) 0 0 no-repeat;}
	
		.sf-menu a {
			text-decoration:none;
			display:block;
			text-decoration:none;
			height: 43px;
			background: #CCC;
			text-align: center;
			font-weight: bold;
			padding: 14px 0 0 0;
		}
			.sf-menu a:hover {background: #b2b2b2;}
			.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
				color: #fff;
				text-transform: uppercase;
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size: 24px;
				line-height: 1.2307em;
				
			}
			
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu ul {
	position:		absolute;
	margin-top:59px;
	width:			277px; /* left offset of submenus need to match (see below) */
	background: #333333 !important;
}
	.sf-menu ul li {
		background: url(../images/sf-menu-ul-li.gif) 0 0 no-repeat #2c2c2c;
		height: 34px !important;
	}
		.sf-menu ul li a {
			color: #aaa8a8 !important;
			background: none;
			width: 127px;
			background: none !important;
			font-family: Arial, Helvetica, sans-serif !important;
			text-align: left;
			font-size: 12px !important;
			line-height: 34px !important;
			text-transform: none !important;
			height: 34px !important;
			padding: 0 0 0 0 !important;
			font-weight: normal;
		}
			.sf-menu ul li a:hover {
				color: white !important;
			}
		.bg {background: #333333 !important;}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			0px; /* match top ul list item height */
	z-index:		99;
	background: #352d2a;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	background: #1e110a;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			129px; /* match ul width */
	top:			-50px;
}
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 li li {
	float: none;
	padding-left: 20px;
}
.sf-menu li li li {
	color: #867f77;
	padding-left: 15px;
}

.sf-menu .current li:hover, .sf-menu .current li.sfHover,
.sf-menu .current a:focus, .sf-menu .current a:hover, .sf-menu .current a.active {
	background: none;
	color: #fff !important;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	0px;
	min-width:		0px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	display:		none !important;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 0;
	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 */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* 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 {
	
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
