/* CSS Document */

#top_menu_box {
    z-index: 100;
}

#top_menu_box ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0px;
    z-index: 101;
    clear: both;
}

#top_menu_box ul li {
    display: block;
    margin: 0;
    margin-right: 10px;
    padding: 0;
    padding-bottom: 7px;
}

#top_menu_box ul li:first-child {
    background: none;
}

#top_menu_box a {
    display: block;
    font-size: 11px;
    font-weight: normal;
    padding-left: 7px;
    text-decoration: none;
    -moz-box-sizing: border-box;
    background: url(../menu/bull1.png) no-repeat 0 5px;
    color: #012149;
}

#top_menu_box a:hover {
    text-decoration: none;
    /*background: url(../menu/bull2.png) no-repeat 0 5px;*/
    color: #fb1d08;
}


#topMenu2 {
   position: absolute;
   left: 584px;
   top: 32px;
}

#topMenu2 a {
    font-size: 15px;
    float: left;
    display: block;
    text-decoration: none;
    background: url(../menu/topmn_bg.png) repeat-x;
    margin-right: 3px;
    padding: 0px 10px;
    height: 24px;
    color: #000;
}

#topMenu2 a:hover {
    color: #d81402;
}

#topMenu2 .last {
    margin-right: 0;
}