
#header {
    position: relative;
    height: 106px;
}

#header h1 {
    position: absolute;
    left: 40px;
    top: 43px;
}

#header .sections {
    position: absolute;
    display: block;
    width: 589px;
    left: 200px;
    top: 75px;
    white-space: nowrap;
}

#header .sections ul li {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
}

#header .sections ul li a {
    display: block;
    padding: 31px 0 0;
    overflow: hidden;
    margin: 0;
    color: transparent;
    height: 0px !important; /* for most browsers */
    height /**/:35px; /* for IE5.5's bad box model */
}

#header .sections ul li a.about {
    width: 115px;
    background: url(../images/navigation/about_0.png) no-repeat;
}

#header .sections ul li a.about:hover, #header .sections ul li.current a.about {
    background: url(../images/navigation/about_1.png) no-repeat;
}

#header .sections ul li a.athletes {
    width: 148px;
    background: url(../images/navigation/athletes_0.png) no-repeat;
}

#header .sections ul li a.athletes:hover, #header .sections ul li.current a.athletes {
    background: url(../images/navigation/athletes_1.png) no-repeat;
}

#header .sections ul li a.edu {
    width: 131px;
    background: url(../images/navigation/edu_0.png) no-repeat;
}

#header .sections ul li a.edu:hover, #header .sections ul li.current a.edu {
    background: url(../images/navigation/edu_1.png) no-repeat;
}

#header .sections ul li a.regulations {
    width: 108px;
    background: url(../images/navigation/regulations_0.png) no-repeat;
}

#header .sections ul li a.regulations:hover, #header .sections ul li.current a.regulations {
    background: url(../images/navigation/regulations_1.png) no-repeat;
}

#header .sections ul li a.info {
    width: 84px;
    background: url(../images/navigation/info_0.png) no-repeat;
}

#header .sections ul li a.info:hover, #header .sections ul li.current a.info {
    background: url(../images/navigation/info_1.png) no-repeat;
}

/* old version with text instead images *

#header .sections ul li {
    display: inline-block;
    background: url(../images/bg_navigation.png) repeat-x;
    background-position: top;
    vertical-align: top;
    height: 24px;
    padding: 6px 0 0;
}

#header .sections ul li.current {
    background: url(../images/bg_navigation_current.png) repeat-x;
}

#header .sections ul li.first {
    background: url(../images/bg_navigation_start.png) no-repeat;
}

#header .sections ul li.last {
    background: url(../images/bg_navigation_end.png) no-repeat;
    width: 30px;
}

#header .sections ul li a:link, #header .sections ul li a:visited {
    padding: 2px 20px 3px;
    color: White;
    font-weight: bold;
    text-decoration: none;
    border-right: 1px solid #872523;
}

#header .sections ul li.current a:link, #header .sections ul li.current a:visited {
    color: #676767;
    background: none;
}

#header .sections ul li a:hover {
    color: #676767;
    font-weight: bold;
    background: url(../images/bg_navigation_current.png) repeat-x 0 -1px;
}

#header .sections ul li.current a:hover {
    background: none;
}

*/
