﻿@charset "utf-8";
/* CSS Document */


#logo {
    margin: 22px 0;
}

#container {
    max-width: 1220px;
}


.menu a {
    border: 1px solid #FFFFFF;
    color: #0083be;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0 1.4em;
    text-shadow:none;
}
.menu > li:first-child > a {
    border: 1px solid #ffffff;
}
.menu a:hover {
    background-color: #f9f9f9;
    border: 1px solid #cccccc;
    color: #666666;
}
.menu a:hover, 
ul.menu > li:hover,
.menu .current_page_item a,
.menu .current-menu-item a,
.menu .current_page_item a:hover,
.menu .current-menu-item a:hover,
.front-page .menu .current_page_item a,
.front-page .menu .current_page_item a:hover {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC !important;
}