#header{
    min-height:80px;
    height:auto !important;
    height:80px;
    width:100%;
    clear:both;
}

#header img{
    float:left;
    border:0px;
}

#header ul{
    list-style-type:none;
    float:right;
    margin:0px;
    padding:0px;
    margin-top:55px;
}
#header ul li{
    float:left;
    padding:0px 15px;
    border-left:1px solid #ed1b2e;
}
#header a{
    color:#808285;
    text-decoration:none;
    font-weight:bold;
}
#header a:hover, #header .active{
    color:#000000;
    text-decoration:none;
}

#header .first{
    border-left:0px;
    padding-left:2px;
}
#header .last{
	padding-right:0px;
}