
@charset "UTF-8";
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none outside none;
    padding: 0;
}
a {
    outline: medium none;
    text-decoration: none;
}
.menu_left {
    float: left;
    height: auto;
    width: 211px;
}
.menu_left li {
    background: url("images/bg_li.png") no-repeat scroll left top transparent;
    float: left;
    height: auto;
    margin-bottom: 5px;
    padding: 0 0 0 8px;
    width: 100%;
}
.menu_left li a {
    color: #7F7F7F;
    cursor: pointer;
    float: left;
    font: 12px "Trebuchet MS",Arial,Helvetica,sans-serif;
    height: auto;
    text-transform: uppercase;
    width: 100%;
}
.menu_left li.current span a {
    color: #FFFFFF;
    font: bold 12px "Trebuchet MS",Arial,Helvetica,sans-serif;
}
.menu_left li span {
    color: #7F7F7F;
    cursor: pointer;
    float: left;
    font: 12px "Trebuchet MS",Arial,Helvetica,sans-serif;
    height: auto;
    text-transform: uppercase;
    width: auto;
}
.menu_left li.current {
    background-image: none;
}
.menu_left li.current span {
    background: none repeat scroll 0 0 #E78933;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 10px 3px;
}
.content_sub_menu {
    background: none repeat scroll 0 0 #E78933;
    display: none;
    float: left;
    height: auto;
    padding: 5px;
    position: relative;
    width: 650px;
    z-index: 2147483647;
}
.sub_menu {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: auto;
    padding: 15px;
    width: auto;
}
.sub_menu li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    height: auto;
    list-style: none outside none;
    padding: 0;
    width: 100%;
}
.sub_menu li a {
    color: #7F7F7F;
    float: left;
    font: 12px/13px "Trebuchet MS",Arial,Helvetica,sans-serif;
    height: auto;
    letter-spacing: -0.2px;
    padding: 2px 0;
    text-transform: uppercase;
    width: auto;
}
.sub_menu li a:hover {
    color: #009CFF;
}
.part_sub_menu {
    border-right: 1px solid #ECECEC;
    float: left;
    height: auto;
    margin-right: 10px;
    padding: 0 15px 0 0;
    width: 188px;
}
.part_sub_menu.last_part {
    border: medium none;
    margin-right: 0;
    padding-right: 0;
}
.sub_menu li ul {
    float: left;
    height: auto;
    width: 100%;
}
.sub_menu li ul li {
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}
.sub_menu li ul li a {
    color: #E58124;
    float: left;
    font: 12px/12px "Trebuchet MS",Arial,Helvetica,sans-serif;
    height: auto;
    padding: 2px 0 2px 10px;
    text-transform: none;
    width: 100%;
}
.navigation {
    background: url("../images/border_navigation.jpg") repeat-x scroll left top transparent;
    float: left;
    height: auto;
    padding: 8px 0 5px;
    width: 565px;
}
.navigation_glob {
    background: url("../images/border_navigation.jpg") repeat-x scroll left bottom transparent;
    float: left;
    height: auto;
    margin: 12px 0 2px;
    width: 565px;
}
.navigation li {
    background: url("../images/sep_navigation_right.jpg") repeat-y scroll right top transparent;
    float: left;
    height: 70px;
    width: auto;
}
.navigation li a {
    background: url("../images/bg_navigation.jpg") no-repeat scroll center 60px transparent;
    color: #636363;
    float: left;
    font: bold 12px "Trebuchet MS",Arial,Helvetica,sans-serif;
    height: 40px;
    padding: 0 10px 30px;
    text-transform: uppercase;
    width: auto;
}
.navigation li .current, .navigation li a:hover {
    background: url("../images/current_navigation.jpg") no-repeat scroll center 60px transparent;
    color: #E78933;
}
