.label a{
    color:white;
    text-decoration: none;
}
.label a:hover{
    color:white;
    text-decoration: none;
}

#header {
    position: relative;
    background-color: white;
    background-image: url(../img/grid-18px-masked.png);
    background-repeat: repeat-x;
    margin-bottom: 20px;
}

#header #logo{
    background: url(../img/pc-aero_com_crop.jpg) no-repeat;
    background-position: 0 0;
    display: block;
    height:90px;
}

#logo-airlines{
    background:none; 
    text-align:right
}
#logo-airlines img{margin-top:20px;}

.subnav {
    width: 100%;
    height: 36px;
    /* background-color: #eeeeee; /* Old browsers */ 
    /* background-repeat: repeat-x; /* Repeat the gradient */
    /* background-image: -moz-linear-gradient(top, blue 0%, navy 100%); /* FF3.6+ */
    /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    /* background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
    /* background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
    /* background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    /* background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
    /* border: 1px solid #navy;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    */
}
.subnav .nav {
    margin-bottom: 0;
}
.subnav .nav > li > a {
    margin: 0 4px 0 0 ;
    padding-top:    11px;
    padding-bottom: 11px;
    border-left: 0px solid orange;
    border-right: 0px solid orange;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 4px 4px 0 0px;
    -moz-border-radius: 4px 4px 0 0px;
    border-radius: 4px 4px 0 0px;
    background:#274a8d;
    color:#ccc
}
.subnav .nav > li > a:hover {
    background:#007abd;
    color:#eee;

}

.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
    padding-left: 13px;
    color: navy; font-weight:bold;
    background-color: #ccc;   
    border-right-color: #ddd;
    border-left: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
    border-top-color: #777;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
    border-left: 0;
    padding-left: 12px;
    -webkit-border-radius: 4px 4px 0 0px;
    -moz-border-radius: 4px 4px 0 0px;
    border-radius: 4px 4px 0 0px;
}
.subnav .nav > li:last-child > a {
    border-right: 0;
}
.subnav .dropdown-menu {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}