#header .menu {
    position: fixed;
    /*background-color: rgba(0, 0, 0, 0.8);*/
    background-color: #333;
    border-top: 9px solid #000000;
    height: 36px;
    left: 50%;
    margin-left: -1000px;
    padding-left: 511px;
    padding-top:20px;
    top: 0;
    width: 3000px;
    z-index: 200;

    -moz-box-shadow:0px 0px 5px #202020;
    -webkit-box-shadow:0px 0px 5px #202020;
    box-shadow:0px 0px 5px #202020;
    /*filter:progid:DXImageTransform.Microsoft.Shadow(color='#202020', Direction=135, Strength=5);*/

}

#header .subMenu{
    height: 18px;
    margin-left: -1000px;
    padding-left: 1126px;
    position: absolute;
    top: 58px;
    width: 100%;
    z-index: 117;
}
#header .subMenu li{
    float: left;
    margin-right: 4px;

}

#header .logo ul{
    margin-top:40px;
    }
    
#header .logo li{
    display:inline;
    margin-left: 20px;
    }

#header .logo a{
    font-weight: bold;
    height:40px;
}

.logolink {
    text-indent: -1000px;
    display:block;
}

#header .logo {
    background: url("../../img/the-drone/the_drone_logo_336") no-repeat scroll left top ;
    border-bottom: 0px solid #000000;
    cursor: pointer;
    display: block;
    float: left;
    height: 80px;
    margin-left: 0px;
    margin-right: 44px;
     width: 305px;
    z-index: 100;
    position:absolute;
    clear:both;

   /* -moz-box-shadow:0px 0px 5px #202020;
    -webkit-box-shadow:0px 0px 5px #202020;
    box-shadow:0px 0px 5px #202020;*/
}

#header ul.nav {
}
    
#header .nav li {
	float: left;
	padding: 0px;
        margin-left: 10px;
        padding-top:9px;

}

#header .nav li a {
	display: block;
	margin-right: 5px;
	/*margin:0 0 0 16px;*/
}
#header .nav a:hover, .user-menu a:hover, .nav a.selected, .user-menu a.selected {
	color:#B5A16E;
}

/*-----------search-----------*/
/*
#header #searchForm {
    margin-left:20px;

}
*/
#header .searchinput {
    background:#333333;
    /*background: none repeat scroll 0 0 #000;*/
    /*color: #BBBBBB;*/
   /* font-family: sans-serif;
    font-size: 10px;*/
   /* float:right;*/
    /*padding:4px 10px;*/
    /*width: 148px;*/
    width: 236px;
    padding:8px;
    height: 20px;
    box-shadow: 0 0 5px #202020;

        
}
.search {
    
    float:right;
    position:relative;
    margin-top:8px;
}
#searchForm {
    position:absolute;
    right:0;
    top:32px;
    background-color: #333;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    /*display:none;*/
}
#w-header.hidden #searchForm,
#searchForm.hidden{
    top:-20px;
}
#w-header.hidden #searchSuggest,
#searchSuggest.hidden {
    display:none;
}

.searchPicto {
    cursor:pointer;
    /*float:right;*/
    /*padding-top:13px;*/
    width:21px;
    height:21px;
    background:transparent url("../../img/the-drone/pictosearch.png") no-repeat center center;
}

#header #searchSuggest {
    background-color: #333;
    color: #EEEEEE;
    /*display: none;*/
    /*margin-left: -5px;*/
    /*margin-top: 10px;*/
    padding: 0px;
    width: 252px;
    overflow: hidden;
    border:red;
    /*position:absolute;**/
    /*top:40px;*/

}
#header #searchSuggest div{


}
#header #searchSuggest .searchResult{
    clear: both;
    min-height: 56px;
    border-top: 1px solid #333;

}
#header #searchSuggest .searchResult:hover{
    background-color: #000000;
}
#header #searchSuggest .searchResult .thumb{
  float:left;

}

#header #searchSuggest .searchResult .thumb img{
    width:55px;
    margin:10px;
    

}
#header #searchSuggest .searchResult .title{
padding-top:8px;
}
#header #searchSuggest strong{
    font-weight: bold;
    color:#B5A16E;
}
#header #searchSuggest .searchResultMore{
    text-align: center;
    background-color: #000;
    padding-top:9px;
    padding-bottom:9px;
}
#header #searchSuggest .userMessage{
    padding:5px;
}

/*-----------flash audio----------*/

#audioControler {
    height: 36px;
    margin-left: 725px;
    position: absolute;
    width: 220px;
}
#audioButtons {
    display: none;
    height: 30px;
    width: 54px;
    position: absolute;
    margin-left: 670px;
    margin-top: 10px;
    z-index: 1000;
}
#audioButtons .btn {
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 16px;
    margin-right: 1px;
    width: 16px;
}
#audioButtons .btNext {
    background-image: url("../../img/icons/16/play-next.png");
}
#audioButtons .btPlaylistToggler {
    background-image: url("../../img/icons/16/items-list.png");
}
#audioButtons .btPlayPause {
    background-image: url("../../img/icons/16/play-pause-nb-col.png");
    background-position: center bottom;
}
#audioButtons .btPlayPause.paused {
    background-position: center top;
}
#audioButtons .btPlaylistToggler {
}

