/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.header_nav {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 1000px;
  height: 35px;
  display: block;
  background: #49abdc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #49abdc 0%, #3190c8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #49abdc), color-stop(100%, #3190c8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #49abdc 0%, #3190c8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #49abdc 0%, #3190c8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #49abdc 0%, #3190c8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #49abdc 0%, #3190c8 100%);
  /* W3C */
}
.header_nav > div {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  /* line-height:11px; */
  background: url(../img/header/menu/separator.png) no-repeat right center;
  position: relative;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.header_nav > div > a {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 35px;
  color: #FFFFFF;
  display: block;
  padding: 0 10px;
}
.header_nav > div:first-child {
  /*
					background: rgb(118,193,232);
					background: -moz-linear-gradient(top,  rgba(118,193,232,1) 0%, rgba(63,157,209,1) 50%, rgba(63,157,209,1) 50%, rgba(81,169,217,1) 100%);
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(118,193,232,1)), color-stop(50%,rgba(63,157,209,1)), color-stop(50%,rgba(63,157,209,1)), color-stop(100%,rgba(81,169,217,1)));
					background: -webkit-linear-gradient(top,  rgba(118,193,232,1) 0%,rgba(63,157,209,1) 50%,rgba(63,157,209,1) 50%,rgba(81,169,217,1) 100%);
					background: -o-linear-gradient(top,  rgba(118,193,232,1) 0%,rgba(63,157,209,1) 50%,rgba(63,157,209,1) 50%,rgba(81,169,217,1) 100%);
					background: -ms-linear-gradient(top,  rgba(118,193,232,1) 0%,rgba(63,157,209,1) 50%,rgba(63,157,209,1) 50%,rgba(81,169,217,1) 100%);
					background: linear-gradient(to bottom,  rgba(118,193,232,1) 0%,rgba(63,157,209,1) 50%,rgba(63,157,209,1) 50%,rgba(81,169,217,1) 100%);
					*/
}
.header_nav > div:first-child a {
  padding: 0px;
}
.header_nav > div:first-child a > span {
  text-indent: -9999px;
  width: 40px;
  overflow: hidden;
  display: inline-block;
  background-image: url(../img/header/menu/home.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.header_nav > div:hover ul {
  display: block;
}
.header_nav > div a:not(:only-child) span {
  background: url(../img/header/menu/arrow.png) no-repeat right center;
  padding-right: 12px;
}
.header_nav > div ul {
  line-height: normal;
  display: none;
  background: #2b80b6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2b80b6 0%, #3f9ed4 48%, #3f9ed3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b80b6), color-stop(48%, #3f9ed4), color-stop(100%, #3f9ed3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b80b6 0%, #3f9ed4 48%, #3f9ed3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2b80b6 0%, #3f9ed4 48%, #3f9ed3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2b80b6 0%, #3f9ed4 48%, #3f9ed3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2b80b6 0%, #3f9ed4 48%, #3f9ed3 100%);
  /* W3C */
  border: 1px solid #2B81B5;
  position: absolute;
  width: 200px;
  top: 35px;
  padding: 5px 0px;
}
.header_nav > div ul li {
  font-weight: bold;
}
.header_nav > div ul li a {
  display: block;
  padding: 5px 10px;
  color: #FFFFFF;
}
.header_nav > div:last-child {
  background: none;
}
.header_nav > div.club_item > a > span {
  color: #FFCC00;
}
.header_nav > div .title {
  font-weight: normal;
  padding: 5px 10px;
  color: #FFCC00;
}
.header_nav.header_selectable > div:hover {
  background: #76c1e8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #76c1e8 0%, #3f9dd1 50%, #3f9dd1 50%, #51a9d9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76c1e8), color-stop(50%, #3f9dd1), color-stop(50%, #3f9dd1), color-stop(100%, #51a9d9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #76c1e8 0%, #3f9dd1 50%, #3f9dd1 50%, #51a9d9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #76c1e8 0%, #3f9dd1 50%, #3f9dd1 50%, #51a9d9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #76c1e8 0%, #3f9dd1 50%, #3f9dd1 50%, #51a9d9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #76c1e8 0%, #3f9dd1 50%, #3f9dd1 50%, #51a9d9 100%);
  /* W3C */
}
.header_nav.header_selectable > div.selected > a {
  background: #FFFFFF;
  color: #333333;
}
.header_nav.header_selectable > div.selected > a:not(:only-child) span {
  background: url(../img/header/menu/arrow_invert.png) no-repeat right center;
  padding-right: 12px;
}
/*

.header_nav .bg_white {background:url(../img/bg_nav_white.gif) no-repeat top left; width:969px; height:39px; padding:3px 0px 0px 6px; }
.header_nav .bg_blue {background:url(../img/bg_nav_blue2.jpg) no-repeat top left; width:958px; height:32px; padding:0 3px;}
.header_nav .bg_blue ul.left li {float:left; font-size:11px; background:url(../img/sep-nav.jpg) no-repeat top right; height:32px;}
.header_nav .bg_blue ul.left li.club {background:url(../img/sep-nav.jpg) no-repeat 0 -33px;}
.header_nav .bg_blue ul.left li.club strong {color:#FFCC00;}
.header_nav .bg_blue ul.left li.forum {background:url(../img/sep-nav.jpg) no-repeat 0 -66px;}
.header_nav .bg_blue ul.left li.last {background:none;}
.header_nav .bg_blue ul.left li.selected {background:url(../img/bg_tab_sel.jpg) repeat-x 0 0;}

.header_nav .bg_blue ul.left li a {padding:8px 10px; height:15px; display:block; color:#FFFFFF; font-weight:bold; font-family:Verdana, Arial;}
.header_nav .bg_blue ul.left li.first-menu-option {background:none; width:32px;}
.header_nav .bg_blue ul.left li.first-menu-option a {padding:7px 5px;}


.header_nav .bg_blue ul.left li a:hover {background:url(../img/bg_tab_hover.jpg) repeat-x;}
.header_nav .bg_blue ul.left li.first-menu-option a:hover {background:none !important;}
.header_nav .bg_blue ul.left li.selected a:hover {background:none;}
.header_nav .bg_blue ul.left li a span {background:url(../img/sageata_menu.gif) no-repeat right center; padding-right:11px;}
.header_nav .bg_blue ul.left li .submenu {float:none; position:absolute; background:#3F9ED3 url(../img/bg_dropdown_menu.jpg) repeat-x top left; border:1px solid #2B81B5; width:180px; padding:5px 0px; left:-9999em;}
.header_nav .bg_blue ul.left li .submenu li {background:none!important; float:none; height:25px;}
.header_nav .bg_blue ul.left li .submenu li a {background:none!important; display:block;font-size:11px; padding:5px 10px; height:15px;}
.header_nav .bg_blue ul.left li .submenu li.title {font-weight:normal; padding:5px 10px; color:#FFCC00; height:auto;}
.header_nav .bg_blue ul.left li:hover ul, .header_nav .bg_blue ul.left li.sfhover ul {left:auto;}
.header_nav .bg_blue ul.left li:hover a.link-level-1, .header_nav .bg_blue ul.left li.sfhover a.link-level-1 {background:url(../img/bg_tab_hover.jpg) repeat-x;}
.header_nav .bg_blue ul.left li.selected:hover a.link-level-1, .header_nav .bg_blue ul.left li.sfhover.selected a.link-level-1 {background:url(../img/bg_tab_sel.jpg) repeat-x 0 0;}

.header_nav img.buddy {position:absolute; top:62px; right:162px; }
*/
.header_nav_club > div:nth-child(1) {
  background-image: url(../img/header_fusion/bg_special.jpg) !important;
  background-repeat: repeat-x !important;
  background-position: center center!important;
  vertical-align: middle;
  line-height: 35px;
}
.header_nav_club > div:nth-child(1) > a {
  vertical-align: middle;
  padding-right: 0;
}
.header_nav_club > div:nth-child(1) > a:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  content: '';
  background-image: url(../img/header_fusion/varf_neselectat.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  width: 12px;
  height: 33px;
  margin-top: 1px;
  vertical-align: top;
  display: inline-block;
  padding-left: 0px;
}
.header_nav_club > div:nth-child(2) {
  background-image: url(../img/header_fusion/bg_special.jpg) !important;
  background-repeat: repeat-x !important;
  background-position: center left!important;
  vertical-align: middle;
  line-height: 35px;
}
.header_nav_club > div:nth-child(2) > a {
  vertical-align: middle;
  padding-right: 0;
}
.header_nav_club > div:nth-child(2) > a:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  content: '';
  background-image: url(../img/header_fusion/varf_neselectat2.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  width: 11px;
  height: 33px;
  margin-top: 1px;
  vertical-align: top;
  display: inline-block;
  padding-left: 20px;
}
/*
.header_nav .bg_white {background:url(../img/bg_nav_white.gif) no-repeat top left; width:969px; height:39px; padding:3px 0px 0px 6px;}
.header_nav .bg_blue {background:url(../img/bg_nav_blue2.jpg) no-repeat top left; width:958px; height:33px; padding:0 3px;}
.header_nav li {float:left; font-size:11px; background:url(../img/sep_nav.gif) no-repeat right center;}
.header_nav li.last {background:none;}
.header_nav li.right {float:right}
.header_nav li.selected {background:url(../img/bg_tab_sel.jpg) repeat-x top left;}
.header_nav li a {padding:9px 13px; display:block; color:#FFFFFF; font-weight:bold; font-family:Verdana, Arial;}

.header_nav .bg_blue {background:url(../img/header_fusion/bg_nav_blue.gif) no-repeat top left;}
.header_nav li {float:left; height:33px;}
.header_nav li a {display:block; }
.header_nav li.level1 a {padding:7px 20px 8px 7px;background:url(../img/header_fusion/varf_neselectat.jpg) no-repeat top right;}
.header_nav li.level3 a {padding-left:10px;}

.header_nav ul.level2_selected li.selected {background:url(../img/header_fusion/bg_tab_sel.jpg) repeat-x top left;}
.header_nav ul.level2_selected li.selected a {background:url(../img/header_fusion/varf_selectat3.jpg) no-repeat top right; padding-left:6px; padding-right:20px; height:15px;}
.header_nav ul.level2_selected li.level1 a {background:url(../img/header_fusion/varf_selectat.jpg) no-repeat top right; height:33px;}

.header_nav ul.level3_selected li.selected {background:url(../img/header_fusion/bg_tab_sel.jpg) repeat-x top left;}
.header_nav ul.level3_selected li.selected a {padding-left:10px;}
.header_nav ul.level3_selected li.level2 a {background:url(../img/header_fusion/varf_selectat.jpg) no-repeat top right; padding:9px 20px 9px 6px!important;}
*/
