@charset "utf-8";

#header_banner {
    overflow: hidden;
}

#header_logo img {
    max-width: 100%;
    margin-bottom: -5px;
}

/*----- Main Navigation -----*/
#header_menu { 
    clear:both;
    border: 1px #b50000 solid;
    height: 30px;
    background-color: #EE0000;
    margin-top: -1px;
}

#header_menu ul{ 
    margin-top: 5px;
}

#header_menu li {  
    list-style-type: none;
    float: left;
    text-align: center;
    position: relative;
}

#header_menu li a { 
    display: block;
    color: #F2C60F;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    padding: 0 25px 0 25px;
}

#header_menu li:hover > a { 
    background: #000;
    border-radius:3px 3px 3px 3px; 
}
