/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.menu {
	line-height:	1.0;
}
.menu ul {
	position:		absolute;
	top:			-999em;
	width:			250px; /* 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;
	color:#000;
}
.menu li:hover ul,
.menu li.sfHover ul {
	left:			0;
	top:			52px; /* match top ul list item height */
	z-index:		99;
}
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:			250px; /* 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:			250px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.menu {
	margin:0px 0 0 15px; padding:0px; font-family:'Trebuchet MS'; font-size:14px; text-align:center; text-transform:uppercase; 
}
.menu a {
height:49px; padding:0px 8px 0 18px; text-decoration:none; display:block; text-align:center; cursor:pointer;  font-size:15px; color:#fff; line-height:49px;
}

.menu li a .sfa { height:44px; display:block; padding:5px 18px 0px 9px;  list-style:none; display:block; text-indent:-12px;}
.menu li a:hover{ color:#fff; background: url(/wp_content/themes/2/images/tab_a.png) left top no-repeat; display:block; }
.menu li a:hover .sfa{ color:#fff; background: url(/wp_content/themes/2/images/tab_b.png) right top no-repeat;  }


.menu li {
	margin-right:0px; float:left; height:49px; list-style:none; color:#0f3159; background:url(/wp_content/themes/2/images/spr.jpg) right 7px no-repeat; 
}



.menu li li li {
	background:#d36530;
}
.menu li:hover, .menu li.sfHover,
.menu a:focus, .menu a:hover, .menu a:active, .menu .current_page_item {
	color:#fff; background: url(/wp_content/themes/2/images/tab_a.png) left top no-repeat; cursor:pointer;
}

.menu li:hover .sfa, .menu li.sfHover .sfa,
.menu a:focus .sfa, .menu a:hover .sfa, .menu a:active .sfa, .menu .current_page_item .sfa{
	background:url(/wp_content/themes/2/images/tab_b.png) no-repeat right top;
}

.sub-menu li {
	position:relative;
	height:auto !important;
}

.sub-menu li a .sfa {
	background:none !important;
	height:auto !important;
	padding:0px;
}

.sub-menu li a {
	background:#c63e27 !important;
	height:auto;
	font-size:12px;
	text-align:left;
	color:#000 ;
	background:none;
	width:250px;
	border-top:solid 1px #000;
	line-height:22px !important;
}

.sub-menu li a:hover, .sub-menu .current_page_item a{
	background:#990101 !important;
}


.menu .current_page_item a {color:#fff;}

/*** arrows **/
.menu a.sf-with-ul {
	padding-right: 	1.75em;
	min-width:	1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator, .menu a:hover .sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			30px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/wp_content/images/arrows_ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	display:none;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			25px;
	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 */
.menu ul .sf-sub-indicator { background-position:  -10px 0; }
.menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menu ul a:focus > .sf-sub-indicator,
.menu ul a:hover > .sf-sub-indicator,
.menu ul a:active > .sf-sub-indicator,
.menu ul li:hover > a > .sf-sub-indicator,
.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 {
	background:	url('/wp_content/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;
}
/*