
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.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:		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 ***/
#tabs2 {
  height:30px;
  font-size:13px;
  width: 100%;
  line-height:normal;
  /*position: absolute;*/
  bottom: 0;
  left: 0;
}

.sf-menu {
	/*float:left;*/
	/*margin-bottom:	1em;*/
	/*height:30px;
	width:100%;
	bottom: 0;
  left: 0;*/
}
.sf-menu a {
	/*border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;*/
	float:left;
  background:url(../images/tab-left2.png) no-repeat left top;
  /*color:#0470a0;*/
  padding-left:9px;
  margin-right:1px;
  text-decoration:none;
  color:#7b8082;
  cursor: pointer; /* IE 7 bug-fix */
  
}
.sf-menu a span{
  float:left;
  display:block;
  background:url(../images/tab-right2.png) no-repeat right top;
  height: 30px;
  padding-right: 10px;
}
#tabs2 a span span{
  display:block;
  background:none;
  height: auto;
  padding: 6px 4px 0 4px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs2 a span {float:none;}
/* End IE5-Mac hack */
#tabs2 a:hover span {
  color:#cfcfcf;
}

#tabs2 a:hover, #tabs2 li:hover a{
  background-position:0% -30px;
  color:#db353a;
}
#tabs2 a:hover span, #tabs2 li:hover a span{
  background-position:100% -30px;
  color:#db353a;
}

#tabs2 a.active, #tabs2 a.active:hover,
#tabs2 li.current_page_item a, #tabs2 li.current_page_item a:hover,
#tabs2 li.current_page_ancestor a, #tabs2 li.current_page_ancestor a:hover,
#tabs2 li.current-cat a, #tabs2 li.current-cat a:hover,
#tabs2 li.current-cat-parent a, #tabs2 li.current-cat-parent a:hover{
  background-position:0% -60px;
}

#tabs2 ul li a.active span, #tabs2 ul li a.active:hover span,
#tabs2 ul li.current_page_item a span, #tabs2 ul li.current_page_item a:hover span,
#tabs2 ul li.current_page_ancestor a span, #tabs2 ul li.current_page_ancestor a:hover span,
#tabs2 ul li.current-cat a span, #tabs2 ul li.current-cat a:hover span,
#tabs2 ul li.current-cat-parent a span, #tabs2 ul li.current-cat-parent a:hover span{
  background-position:100% -60px;
  color:#db353a;
}
/*sub menus*/


#tabs2 ul a.active ul,
#tabs2 ul li.current_page_item ul,
#tabs2 ul li.current_page_ancestor ul,
#tabs2 ul li.current-cat ul,
#tabs2 ul li.current-cat-parent ul{
  /*background: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;*/
}
#tabs2 ul li ul a{
  width:230px;
  height:auto;
  float:left;
  background: none;
  margin: 0;
  padding: 0px 10px;
  color: #cfcfcf;
  font-weight: normal;
  font-size: 90%;
  text-shadow: #656565 1px 1px 1px;
  line-height: 125%;
}
#tabs2 ul ul a:hover, #tabs2 ul ul a:hover,
#tabs2 ul a.active ul a:hover,
#tabs2 ul li.current_page_item ul a:hover,
#tabs2 ul li.current_page_ancestor ul a:hover,
#tabs2 ul li.current-cat ul a:hover,
#tabs2 ul li.current-cat-parent ul a:hover{
  background:#a3a6a6 url(../images/tab-subnav-active.gif) repeat-x left top;
  width:230px;
}
#tabs2 ul li ul a span, #tabs2 ul li ul a span{
  background: none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#7b8082;
}
.sf-menu li {
	/*background:		#CCC;*//*#BDD2FF*/
}
.sf-menu li li {
	background:		#838383;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*background:		#CFDEFF;
	outline:		0;*/
}

/*** arrows **/
.sf-menu 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;
  text-indent: 	-999em;
	background: none;
	overflow: hidden;
	/*background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px;*/ /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:0px;/*top:			.8em;*/
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	/*z-index:-1;*/
	visibility:hidden;
	
}
/* 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*/
}

#tabs2 ul a.active ul a,
#tabs2 ul li.current_page_item ul a,
#tabs2 ul li.current_page_ancestor ul a,
#tabs2 ul li.current-cat ul a,
#tabs2 ul li.current-cat-parent ul a{
  /*color: #000;*/
  text-shadow: none;
}
#tabs2 li:hover ul a span{ color: #cfcfcf; }


#tabs2 ul a.active ul a span,
#tabs2 ul li.current_page_item ul a span,
#tabs2 ul li.current_page_ancestor ul a span,
#tabs2 ul li.current-cat ul a span,
#tabs2 ul li.current-cat-parent ul a span{
  color: #fff;
}
/* active submenus */
#tabs2 ul ul li.current_page_parent a span,
#tabs2 ul ul li.current_page_item a span,
#tabs2 ul ul li.current_page_parent li.current_page_item a span,
#tabs2 ul ul li.current-cat a span,
#tabs2 ul ul li.current-cat-parent li.current_page_item a span{
  color: #ccc;
}

#tabs2 ul ul li.current_page_item li a span, #tabs2 ul ul li.current_page_parent li a span,
#tabs2 ul ul li.current-cat li a span, #tabs2 ul ul li.current-cat-parent li a span{
  color: #000;
}
#tabs2 ul ul a:hover, #tabs2 ul ul a:hover span,
#tabs2 ul a.active ul a:hover span,
#tabs2 ul li.current_page_item ul a:hover span,
#tabs2 ul li.current_page_ancestor ul a:hover span,
#tabs2 ul ul li.current_page_parent a:hover span,
#tabs2 ul ul li.current_page_item a:hover span,
#tabs2 ul ul li.current_page_parent li.current_page_item a:hover span,
#tabs2 ul ul li.current-cat a:hover span,
#tabs2 ul ul li.current-cat-parent li.current_page_item a:hover span{
  color:#fff;
}
#tabs2 ul ul li.current_page_item li a span, #tabs2 ul ul li.current_page_parent li a span,
#tabs2 ul ul li.current-cat li a span, #tabs2 ul ul li.current-cat-parent li a span{
  color: #000;
}



#tabs2 ul ul {
  background: #838383;
  /*position: absolute;
  display: none;*/
  width:250px;
  top: 30px;/*29*/
  left: 0;
  margin: 0;
  padding: 0px 0;
  line-height: 100%;
  /*z-index: 99;*/
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

