#HeaderWidgets {
	width: 990px;
	margin: 0 auto;
	height: 51px;
	background: #000;

	position: relative;
}

#wrapper{
    background-color: #e9e9e9; 	
}

#HeaderWidgets li {
	display: inline;
}

#HeaderWidgets li#search-2, #HeaderWidgets li#search-3 {
	position: absolute;
  top: 75px;
  right: 198px;
}

#HeaderWidgets li#polylang-2, #HeaderWidgets li#polylang-3 {
	position: absolute;
	top: 10px;
	right: -50px;
}

.-------------------- {}

#HeaderWidgets .menu-sidebar-top-container,
#HeaderWidgets .menu-sidebar-top-en-container {
	padding-left:80px;
}

.-------------------- {}

#HeaderWidgets .menu{
	list-style-type: none;	
/*	float: left;*/
	width: fit-content;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	font-family: "circe", Arial, Helvetica, sans-serif;
}

#HeaderWidgets .menu li{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	display: inline;
	margin: 0 1px 0 0;
}

#HeaderWidgets .menu li:hover > ul
{
        display: block;
}

#HeaderWidgets .menu li a{
	display: block;
	font: 0.8em "circe";
	text-decoration: none;
	padding: 11px 65px 7px; /*padding inside each tab*/
	color: #d1cbbd;
	background: #000; /*background of tabs (default state)*/
	border-bottom:5px solid #c8c1af;
	margin:0px 0 1px 0;
	font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;	
	float: left;
	height: 28px;
}

#HeaderWidgets .menu li ul li a{
	padding: 11px 70px 7px 70px!important; /*padding inside each tab*/
}

#HeaderWidgets .menu li:hover > a
{
	color: #d1cbbd;
}

*html #HeaderWidgets .menu li a:hover /* IE6 */
{
	color: #d1cbbd;
}

#HeaderWidgets .menu a.current {
	color:#000 !important;
	cursor:default;
}

#HeaderWidgets .menu li a:hover, #HeaderWidgets .menu li.selected a{
	color:#fff;
}

#HeaderWidgets .menu li.first a:first-child {
	border-color: #c8c1af;
}
#HeaderWidgets .menu li.second a:first-child {
	border-color: #cdbbbb;
}

#HeaderWidgets .menu li.third a:first-child {
	border-color: #c3d8d3;
	padding-left:19px !important;
}
#HeaderWidgets .menu li.fourth a:first-child {
	border-bottom: 5px solid #d8e2e1;
	padding-right: 20px;
	padding-left: 16px !important;
	background-image: url(../images/select-list.png);
	background-repeat: no-repeat;
	background-position: right 17px;
}

#HeaderWidgets .menu li.fourth a:first-child:hover {
	background-image: url(../images/select-list-hover.png);
}

#HeaderWidgets .menu:after
{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}

* html #HeaderWidgets .menu             { zoom: 1; } /* IE6 */

*:first-child+html #HeaderWidgets .menu { zoom: 1; } /* IE7 */

.-------------------- {}

#HeaderWidgets .sub-menu {
	top: 43px;
	width:210px;
    list-style: none;
    margin: 0;
    padding: 0 0 5px 0;
    display: none;
    position: absolute;
    left: 0;
    z-index: 99999;
    background: #000;
}

#HeaderWidgets .sub-menu li
{
    padding: 0;
    display: block;
}

#HeaderWidgets .sub-menu a{
	padding: 0 20px 0 16px;
    width: 150px !important;
	margin: 0 !important;
	white-space: normal !important;
	border: none !important;
    height: auto !important;
    display: block !important;
    float: none !important;
	background-image:none !important;
}
*html #HeaderWidgets .sub-menu a /* IE6 */
{
        height: 10px;
        width: 150px;
}

*:first-child+html #HeaderWidgets .sub-menu a /* IE7 */
{
        height: 10px;
        width: 150px;
}

#HeaderWidgets .sub-menu a:hover
{
	color:#fff;
}

#HeaderWidgets .sub-menu li:first-child a:after
{
    /*content: '';*/
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
}

.-------------------- {}

#HeaderWidgets #search-form {
	float: left;
	display:block;
	width:156px;
}

#HeaderWidgets form#search-form input[type="text"] {
	background: #FFF url(../images/search_icon.png) no-repeat 97% 50%;
	height:15px;
	margin:9px 0 0 90px;
	padding: 0px 20px 2px 5px;
	width: 156px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.7em;
	color:#666;
	border: 1px solid #d1cbbd;
}

.-------------------- {}

#polylang-2,
#polylang-3 {
	display:block;
	margin:10px 0 0 0;
	padding:0;
	float:right;
}
#polylang-2 li,
#polylang-3 li {
	float:left;
	display:block;	
	height: 12px;
	padding: 1px 5px;
	border: none;
	border-right: 1px solid #d1cbbd;
}
#polylang-2 li:last-child,
#polylang-3 li:last-child {
	border: none;
}

#polylang-2 a,
#polylang-3 a {
	display:block;
	line-height: 12px;
	color: #d1cbbd;
}

#polylang-2 a:hover,
#polylang-3 a:hover {
	color: #fff;
}

#polylang-2 .current-lang a,
#polylang-3 .current-lang a {
	line-height: 12px;
	font-family: circe_bold !important;
}