
/*** ESSENTIAL STYLES ***/


/*** DIAFAN SKIN ***/
.sf-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sf-menu .top_menu_separator_1{
	width: 41px;
	height: 29px;
	background: url(../img/top_menu_separator.gif) no-repeat 50% 0;
}

.top_menu .top_menu_separator_2{
	width: 100%;
	height: 1px;
	background: url(../img/top_menu_level_2_separator.png) repeat-x 0 50%;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
}

.sf-menu a:link, .sf-menu a:visited {
  display: block;
  position: relative;
  padding: 22px 22px;
  height: 12px;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  line-height: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
}
.sf-menu a.active {
  color: #ffdf08;
}


.sf-menu li {
  float: left;
  padding: 0;
  position: relative;
  height: 56px;
}
.sf-menu li:hover {
  background: url(/img/themes/menu-hovered-item.png) 0 0 repeat-x;

}
.sf-menu li:hover a{
  color: #fff;
}
.sf-menu li.active {
  background: url(/img/themes/menu-active-item.png) 0 0 repeat-x;
}

.sf-menu li ul {
  background: #3c3c3c;
  position: absolute;
  top: 58px;
  color: #fff;
  z-index:1000;
  list-style: none;
  padding: 0;
  display: none;
}
.sf-menu li li {
	position: relative;
	height: auto;
    min-width: 270px;
}
.sf-menu li li:hover {
  background: #027bec
}

.sf-menu li li a:link, .sf-menu li li a:visited {
    background: url(/img/themes/menu-item-2lvl.png) 17px 17px no-repeat;
    font-size: 16px;
    font-weight: normal;
    line-height: initial;
    height: auto;
	text-align: left;
	color: #fff;
	text-transform: none;
	padding: 10px 35px;
}

.sf-menu li ul li ul{
    background: none repeat scroll 0 0 #3c3c3c;
    color: #fff;
    display: none;
    left: 100%;
    min-width: 250px;
    position: absolute;
    top: 0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
    background: url(/img/themes/menu-item-2lvl-horizontal.png) 10px 26px no-repeat;
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	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:			.8em;
	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*/
}

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