﻿.cb_nav {
    background-color: #FC8B07;
    
    width: 100%;
    text-align: center;
    z-index: 100;
}
.navlist {
    list-style-type: none;    
    padding: 0;
    position: relative;  
    width: 96%;
    max-width: 980px;
    margin: 0 auto;       
}
.house_icon {
    background: url("../../../../images/js/home_link_inactive.jpg") no-repeat scroll left bottom transparent;
    width: 29px;
}
.navlist li:first-child {
    height: 27px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;       
}
.house_icon a {
    height: 27px;
    padding: 0;
    width: 29px;    
}
.house_icon:hover, .cb_nav  ul li.active_home {
    background: url("../../../../images/js/home_link_standard.jpg") no-repeat scroll left bottom transparent;
    filter: 0;    
}
.navlist li {
    float: left;
    border-right: 1px solid #ccc;    
}
.navlist li.active, .navlist li:hover {
    background-color: #FBA103;
}
.cb_nav a {
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 6px 20px;
}
.navlist ul {
    display: none;  
    position: absolute; 
    top: 0;
    -moz-box-shadow: 3px 3px 3px #333;
    -webkit-box-shadow: 3px 3px 3px #333;
    box-shadow: 3px 3px 3px #333;    
    
    border: 1px solid #ccc;
    border-bottom: 0;  
    margin: 0 0 0 -1px;    
    list-style-type: none; 
    padding: 0;
}
.navlist li:hover ul {
    display: block;     
}
.navlist ul li, .navlist ul li:first-child {
    float: none;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #bbb; 
    width: auto;
    height: auto; 
    text-align: left;      
}
.navlist ul li:hover, .navlist ul li:first-child:hover {     
    background: #eef3f9;
    filter: 0;  
}
.navlist ul li a {
    color: #363FB5;
    font-size: 11px;
    background: transparent url("../../../../images/js/cb_mainnav-li-li-a_orange.gif") no-repeat 4px 9px;
    line-height: 11px; 
    padding: 9px 12px;
    
}
.cb_nav .edge {
    clear: both;
    border-bottom: 1px solid #cedbfb;
}