/* freeball.go.pl main styles */

#headermenu {
    height: 25px;
    margin: 0px;
    clear: left;
    padding: 0px;
    list-style: none; }
#headermenu li {
    display: inline;
    float: left;
    margin-left: 2px; }
#headermenu li a {
    height: 17px;
    line-height: 17px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 0px;
    float: left;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
    background: url(../images/bg_leftheadermenu.gif) no-repeat 100% 4px; }
#headermenu li a:hover {
    text-decoration: none;
    color: white;
    padding-top: 4px;
    padding-bottom: 4px;
    background: url(../images/bg_leftheadermenu.gif) no-repeat 100% 0px; }
#headermenu #current a {
    padding-top: 4px;
    padding-bottom: 4px;
    background: url(../images/bg_leftheadermenu.gif) no-repeat 100% -25px; }
