/*top menu*/
#ttmtopmenu-all {
    background: #302f2f url("../images/micrositemenu-bg.jpg") repeat-x scroll 0 0;
    box-shadow: 0 0 2px 1px #000000;
    height: 40px;
    left: 0;
    margin-bottom: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
#ttmtopmenu {
    border-bottom: 1px solid #222222;
    clear: both;
    font-size: 12px;
    height: 37px;
    margin: 0 auto;
    width: 900px;
    z-index: 99;
}
#ttmtopmenu .the_menu {
    float: left;
    margin-left: 15px;
    text-align: center;
}
#ttmtopmenu li.first {
    background: #1c1c1c none repeat scroll 0 0;
    font-weight: bold;
}
.social-share {
    float: left;
    height: 33px;
    margin-left: 10px;
    margin-top: 2px;
    width: 250px;
}
#ttmtopmenu ul, #ttmtopmenu li {
    height: 37px;
    line-height: 37px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: auto;
}
#ttmtopmenu .the_menu li {
    float: left;
    text-align: center;
}
#ttmtopmenu li.first a {
    color: #ffffff;
}
#ttmtopmenu .the_menu li a {
    color: #ffffff;
    display: block;
    padding: 0 10px;
    text-decoration: none;
}
#ttmtopmenu .the_menu li a:hover {
    background: #710505 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    padding: 0 10px;
    text-decoration: none;
}
/*end top menu*/