#profile_menu {
    list-style: none;
    width: 765px;
    height: 30px;
    padding: 0;
}

#profile_menu li {
    width: 191px;
    list-style: none;
    float: left;
    text-align: center;
    line-height: 30px;
}

#profile_menu a {
    display: block;
    text-decoration: none;
    background: url(http://image.dashofer.hu/sites/Dashofer/images/profile_menu_bg.png) repeat-x center;
    height: 30px;
    width: 191px;
    line-height: 30px;
    color: white;
}

#profile_menu a:hover {
    text-decoration: underline;
}

.profile_clear {
    clear: both;
}