img {
    border:none;
    padding:0;
    margin:0;
}

a {
    color:#ffffff;
}

a:focus {
    outline:none;
}

a:hover {
    color:#dfcb94;
}

/* Main menu classes */
a.home {
    background:url('../images/home_normal.png');
    background-repeat:no-repeat;
    width:88px;
}

a:hover.home {
    background:url('../images/home_link.png');
    background-repeat:no-repeat;
}

a.news {
    background:url('../images/news_normal.png');
    background-repeat:no-repeat;
    width:84px;
}

a:hover.news {
    background:url('../images/news_link.png');
    background-repeat:no-repeat;
}

a.gallery {
    background:url('../images/gallery_normal.png');
    background-repeat:no-repeat;
    width:111px;
}

a:hover.gallery {
    background:url('../images/gallery_link.png');
    background-repeat:no-repeat;
}

a.downloads {
    background:url('../images/downloads_normal.png');
    background-repeat:no-repeat;
    width:168px;
}

a:hover.downloads {
    background:url('../images/downloads_link.png');
    background-repeat:no-repeat;
}

a.forums {
    background:url('../images/forums_normal.png');
    background-repeat:no-repeat;
    width:118px;
}

a:hover.forums {
    background:url('../images/forums_link.png');
    background-repeat:no-repeat;
}

a.projects {
    background:url('../images/projects_normal.png');
    background-repeat:no-repeat;
    width:130px;
}

a:hover.projects {
    background:url('../images/projects_link.png');
    background-repeat:no-repeat;
}

a.team {
    background:url('../images/team_normal.png');
    background-repeat:no-repeat;
    width:85px;
}

a:hover.team {
    background:url('../images/team_link.png');
    background-repeat:no-repeat;
}

a.links {
    background:url('../images/links_normal.png');
    background-repeat:no-repeat;
    width:72px;
}

a:hover.links {
    background:url('../images/links_link.png');
    background-repeat:no-repeat;
}

a.about {
    background:url('../images/about_normal.png');
    background-repeat:no-repeat;
    width:89px;
}

a:hover.about {
    background:url('../images/about_link.png');
    background-repeat:no-repeat;
}

/* Header above page */
#head { 
    padding-top:0px;
    background-repeat:no-repeat;
    overflow:hidden;
}

#head ul {
    list-style:none;
    padding:0;
    margin:0px 0px 0px 20px;
    }

#head li {
    display:inline;
    margin:0;
}

#head li a {
    display:block;
    height:35px;
    padding:0px 0px 0px 0px;
    float:left;
    text-indent:-5000px;
}

#head li span {
    display:block;
    font-size:22px;
    text-align:center;
    color:#025773;
    float:left;
    width:12px;
}
