/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.menu {
	line-height:	1.0;
position:relative; z-index:9999	;

}
.menu.secondary {
position:relative; z-index:9998	;

}
.menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
	z-index:9999	;

}
.menu ul li {
	width:			100%;
}
.menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */

}
.menu li {
	float:			left;
	position:		relative;
}
.menu a {
	display:		block;
	position:		relative;
}
.menu li:hover ul,
.menu li.sfHover ul {
	left:			0;
	top:			35px; /* match top ul list item height */
}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top:			-999em;
}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left:			15em; /* match ul width */
	bottom: 10em;
	top:			0;
}

/*** DEMO SKIN ***/
ul.menu {
text-transform: capitalize;
font-size:11px;
position:relative;
list-style-type:none;
list-style-position:outside;
text-transform:uppercase;
padding-left:10px;
line-height:19px;
}
.menu li a {
	display:block;
	text-decoration:none;
	padding:12px 17px;
	color:#333;
	font-weight:normal;
}
.menu > li:hover > a {
	display:block;
	text-decoration:none;
	padding:12px 17px;
	color:#fff;
	background:url(/imgs/nav-hover.png) no-repeat center top;
	text-shadow:0 -1px 0 #222;
}

.menu a, .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#333333;
}
.menu li {
}
.menu li li {
	background:#fff;
	border-top:#fff 1px solid;
	border-bottom:#a5a5a5 1px solid;
}
li.dropdown > ul > li a{

	padding:8px 17px;
}
.menu li li:hover, .menu li li.sfHover {
}

.menu li li a, .menu li li a:visited {color:#333; margin-right:0; padding:8px 17px; background:#fff;  background:-moz-linear-gradient(center top , #FFFFFF, #E5E5E5) repeat scroll 0 0 transparent;  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E5E5E5));
}

.menu li li a:hover {padding:8px 17px; background:#353535; background:-moz-linear-gradient(center top , #4C4C4C, #313131) repeat scroll 0 0 transparent; color:#fff !important;	outline:0;  background: -webkit-gradient(linear, left top, left bottom, from(#4C4C4C), to(#313131));}

.opera .menu li li a:hover {
  background:#353535; /*Opera Fix*/
}

.menu li li li {
	background:#fff;
}

.menu a:focus, .menu a:hover, .menu a:active {
	color:#000;
	outline:0;
}

.menu li ul {
	margin-left:0;
	padding-top:5px;
	}

.menu li ul li ul {
	margin-top:-1px;
	background: none;
	padding-top:0;
	}

.menu li.current-cat a, .menu li.current_page_item a {
	display:block;
	text-decoration:none;
	color:#fff;
	background:url(/imgs/nav-hover.png) no-repeat center top;
	font-weight:bold;
	text-shadow:0 -1px 0 #222;
}


.menu li.current-cat li a, .menu li.current_page_item li a {
color:#666666; margin-right:0;  background:#fff;  background:-moz-linear-gradient(center top , #FFFFFF, #E5E5E5) repeat scroll 0 0 transparent; font-weight:normal; background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E5E5E5)); text-shadow:0 1px 0 #FFFFFF;
}
.menu li.current-cat li a:hover, .menu li.current_page_item li a:hover {
color:#fff; margin-right:0; background:#353535; background:-moz-linear-gradient(center top , #4C4C4C, #313131) repeat scroll 0 0 transparent; background: -webkit-gradient(linear, left top, left bottom, from(#4C4C4C), to(#313131)); text-shadow:0 -1px 0 #222;
}

.menu li li.current-cat a, .menu li li.current_page_item a {
color:#fff; margin-right:0; background:#353535; background:-moz-linear-gradient(center top , #4C4C4C, #313131) repeat scroll 0 0 transparent; font-weight:bold; background: -webkit-gradient(linear, left top, left bottom, from(#4C4C4C), to(#313131));
}
.menu li li.current-cat a:hover, .menu li li.current_page_item a:hover {
color:#fff; margin-right:0; background:#353535; background:-moz-linear-gradient(center top , #4C4C4C, #313131) repeat scroll 0 0 transparent; font-weight:bold; background: -webkit-gradient(linear, left top, left bottom, from(#4C4C4C), to(#313131));
}

.menu li li.current-cat li a, .menu li li.current_page_item li a {
color:#666666; margin-right:0;   background:#fff;  background:-moz-linear-gradient(center top , #FFFFFF, #E5E5E5) repeat scroll 0 0 transparent; font-weight:normal; background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E5E5E5));
}

.menu li li li.current-cat a, .menu li li li.current_page_item a {
color:#fff; margin-right:0; background:#353535; background:-moz-linear-gradient(center top , #4C4C4C, #313131) repeat scroll 0 0 transparent; font-weight:bold; background: -webkit-gradient(linear, left top, left bottom, from(#4C4C4C), to(#313131));
}
/*** arrows **/
.menu a.with-ul {;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.3em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/imgs/arrow.png') no-repeat top left; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sub-indicator {  /* give all except IE6 the correct values */
}
/* apply hovers to modern browsers */
a:focus > .sub-indicator,
a:hover > .sub-indicator,
a:active > .sub-indicator,
li:hover > a > .sub-indicator,
li.sfHover > a > .sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.menu ul .sub-indicator { background-position:  -10px 0; }
.menu ul a > .sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menu ul a:focus > .sub-indicator,
.menu ul a:hover > .sub-indicator,
.menu ul a:active > .sub-indicator,
.menu ul li:hover > a > .sub-indicator,
.menu ul li.sfHover > a > .sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.shadow ul {
	background:	#1f1f1f;

}
.shadow ul.shadow-off {
	background: transparent;
}
