#logo{		
	background: url('../../assets/images/logo.png') no-repeat center center; 	
	width: 68px;
	height: 40px;
    top: 2px;
	left: 2px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;	
}
#logo a{
    width: 100%;
    height: 100%;
    display: block;
}
#b_menu {        	    
    left: 125px;     
} 
#ib_menu {  
    display: none;;
}
#i_menu{
    color: #f15a22;
}
#i_menu,
#ib_menu {        	
    left: 575px;     
} 
#ib_menu .title_selected{
    color: #f15a22;
}
#search,
.header_menu{   
    width: 131px;      
    height: 26px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 10;
    position: absolute;    
}
#search{
    width: 168px;
    height: 25px;
    right: 57px;    
    color: #fffeff;    
    background-image:url('../../assets/images/search.png');
    background-repeat:no-repeat; 
}
#search.show_search_result{
    background-image:url('../../assets/images/search_result.png');
}
#search input{   
    width: 120px;    
    text-align: center;
    background: transparent;
    border: none;
}
*:focus {
    outline: 0;
}
.header_menu{	
	background: url('../../assets/images/header_btn.png') no-repeat center center;
	color: #fffeff;     
}
.b_header_menu{   
    width: 431px;  
    background: url('../../assets/images/header_long_btn.png') no-repeat center center;
}
.header_menu:hover{
	background: url('../../assets/images/header_btn_hover.png') no-repeat center center;
	color: #1f1919; 
}
.b_header_menu:hover{
    background: url('../../assets/images/header_long_btn_hover.png') no-repeat center center;    
}
.drop_menu ul {
    margin: 0px;
    list-style: none;
    padding: 0;   
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    line-height: 26px;    
}
.drop_menu ul li {
    display: inline;
    float: left;    
    position: relative;
    width: 100%;  
    height: 100%;    
    cursor: pointer; cursor: hand;
}
.drop_item {
	width: 100%;
    display: none;
    position: absolute;
    top: 26px;
    border-radius: 0 0 6px 6px;    
    overflow: auto;   
    background: -webkit-linear-gradient(#38302d, #9f9fa1); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#38302d, #9f9fa1); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#38302d, #9f9fa1); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#38302d, #9f9fa1); /* Standard syntax */
}
#search .drop_item {
    top: 24px;
}
.drop_item ul li {
    width: 100%;
    height: 30px;
    display: block;
    padding: 0px;    
    color: #fffeff;   
}
.drop_item ul li:hover,
.drop_item li:focus,
.drop_item li.active {   
    color: #f15a22;
}
 
.drop_item .text {
    text-align: center;    
    line-height: 30px;
    white-space: nowrap;        
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
}