.content .top_menu a {
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
    letter-spacing: 0.3px;
}

.content .top_menu a:hover {
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
    text-decoration: underline;
    letter-spacing: 0.3px;
}

/* MENU */

.content .top_menu .menu_b .main_menu .normal a {
    height: 42px;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    margin-right: 5px;
    padding: 10px 10px 23px 10px;
    _padding: 10px 10px 0px 10px;
}

.content .top_menu .menu_b .main_menu .normal a:hover {
    height: 42px;
    font-size: 17px;
    color: #e02463;
    font-weight: bold;
    text-decoration: none;
    margin-right: 5px;
    background: url('../img/menu_bg_hover.gif');
    padding: 10px 10px 23px 10px;
    _padding: 10px 10px 0px 10px;
}

.content .top_menu .menu_b .main_menu .marked a {
    height: 42px;
    font-size: 17px;
    color: #e02463;
    font-weight: bold;
    text-decoration: none;
    margin-right: 5px;
    background: url('../img/menu_bg_hover.gif');
    padding: 10px 10px 23px 10px;
    _padding: 10px 10px 0px 10px;
}

.content .top_menu .menu_b .main_menu .marked a:hover {
    height: 42px;
    font-size: 17px;
    color: #e02463;
    font-weight: bold;
    text-decoration: none;
    margin-right: 5px;
    background: url('../img/menu_bg_hover.gif');
    padding: 10px 10px 23px 10px;
    _padding: 10px 10px 0px 10px;
}





.content .top_menu .sub_menu a {
    font-size: 13px;
    color: #e02463;
    font-weight: bold;
    margin-right: 15px;
    text-decoration: none;
    padding: 0px 6px 0px 6px;

}

.content .top_menu .sub_menu a:hover {
    font-size: 13px;
    color: #e02463;
    font-weight: bold;
    margin-right: 15px;
    text-decoration: none;
    background-color: #dfdfdf;
    padding: 0px 6px 0px 6px;
}

a {
    color: #e02463;
}

a:hover {
    color: #e02463;
}

a.pink {
    color: #e02463;
}

a.pink:hover {
    color: #e02463;
}



/* TAB MENU */

.tab_menu a {
    font-size: 15px;
    color: #e02463;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 15px 2px 15px;
    _padding: 5px 15px 7px 15px;
    _height: 22px;
}

.tab_menu_marked a {
    font-size: 15px;
    color: #e02463;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 15px 7px 15px;
    border-top: 2px #e97698 solid;
    border-left: 2px #e97698 solid;
    border-right: 2px #e97698 solid;
    border-bottom: 2px #e6e6e6 solid;
    _height: 22px;
}

.tab_menu_marked_b a {
    font-size: 15px;
    color: #e02463;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 15px 7px 15px;
    border-top: 2px #e97698 solid;
    border-left: 2px #e97698 solid;
    border-right: 2px #e97698 solid;
    border-bottom: 2px #ffffff solid;
    _height: 22px;
}

/* PAGINATION */

.pagination a {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #e02463;
    color: #e02463;
    background-color: #ffffff;
    padding: 2px 6px;
}

.pagination a:hover {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #e02463;
    color: #ffffff;
    background-color: #e02463;
    padding: 2px 6px;
}

.pagination a.current {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #e02463;
    color: #ffffff;
    background-color: #e02463;
    padding: 2px 6px;
}

.pagination a.current:hover {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #e02463;
    color: #ffffff;
    background-color: #e02463;
    padding: 2px 6px;
}




