@charset "utf-8";

.profile_menu {
    background-color : white;
    background-image : url('img/profile_menu_bg.gif');
    background-position : left bottom;
    background-repeat : repeat-x;
    float : left;
    font-size : 14px;
    font-weight : bold;
    height : 38px;
    margin-bottom : 0;
    margin-left : auto;
    margin-right : auto;
    margin-top : 0;

    width : 100%;
}
.profile_menu .profile_tab_selected  {
    width: auto;
    height: 28px;
    margin: 10px 0 0 0;
    background: white left top repeat-x;
    float: left;
    position: relative;
    padding: 0px 10px 0 10px;
    line-height:28px;
    text-align: center;
    background-image: url('img/profile_menu_white_01.gif');
}

.profile_menu .profile_tab  {
    width: auto;
    height: 28px;
    margin: 10px 0 0 0;
    background: #ececec left top repeat-x;
    float: left;
    position: relative;
    padding: 0px 10px 0 10px;
    line-height:28px;
    text-align: center;
    background-image: url('img/profile_menu_gray_01.gif');
}

.profile_menu .f_wrw {
    width:5px;
    height:28px;
    margin: 10px 0 0 20px;
    background: white left bottom no-repeat;
    float:left;
    position: relative;
    background-image: url('img/profile_menu_sep_1_01.gif');
}

.profile_menu .f_wrb {
    width:5px;
    height:28px;
    margin: 10px 0 0 20px;
    background: white left bottom no-repeat;
    float:left;
    position: relative;
    background-image: url('img/profile_menu_sep_1_02.gif');
}




.profile_menu .m_brw {
    width:8px;
    height:28px;
    margin: 10px 0 0 0px;
    background: white left bottom no-repeat;
    float:left;
    position: relative;
    background-image: url('img/profile_menu_sep_2_02.gif');
}
.profile_menu .m_wlb {
    width:8px;
    height:28px;
    margin: 10px 0 0 0px;
    background: white left bottom no-repeat;
    float:left;
    position: relative;
    background-image: url('img/profile_menu_sep_3_02.gif');
}
.profile_menu .m_blb {
    width:8px;
    height:28px;
    margin: 10px 0 0 0px;
    background: white left bottom no-repeat;
    float:left;
    position: relative;
    background-image: url('img/profile_menu_sep_2_03.gif');
}
.profile_menu .m_brb {
    width:8px;
    height:28px;
    margin: 10px 0 0 0px;
    background: white left bottom no-repeat;
    float:left;
    position: relative;
    background-image: url('img/profile_menu_sep_5_01.gif');
}


.profile_menu .l_blw {
    width:5px;
    height:28px;
    margin: 10px 0 0 0px;
    background: white left bottom no-repeat;
    float:left;
    position: relative;
    background-image: url('img/profile_menu_sep_4_01.gif');
}

.profile_menu .l_wlw {
    width:5px;
    height:28px;
    margin: 10px 0 0 0px;
    background: white left bottom no-repeat;
    float:left;
    position: relative;
    background-image: url('img/profile_menu_sep_4_03.gif');
}

.profile_menu a, .profile_menu a:active, .profile_menu a:link, .profile_menu a:visited{
color: black !important;
text-decoration: none !important;
}

.profile_menu a:hover {
color: #d40000 !important;
text-decoration: none !important;
}
