﻿.Nav
{
    margin-top: 1px;
    margin-bottom: 2px;
}
a.HomeButton
{
    display:block;
    width: 159px;
    height: 32px;
    background: transparent url(/images/Nav/Home.png) no-repeat;
    float:left;
}
a.AboutUs
{
    display:block;
    width: 99px;
    height: 32px;
    background: transparent url(/images/Nav/AboutUs.png) no-repeat;
    float:left;
    margin-left: 1px;
}
a.Education
{
    display:block;
    width: 159px;
    height: 32px;
    background: transparent url(/images/Nav/Education.png) no-repeat;
    float:left;
    margin-left: 1px;
}
a.People
{
    display:block;
    width: 99px;
    height: 32px;
    background: transparent url(/images/Nav/People.png) no-repeat;
    float:left;
    margin-left: 1px;
}
a.Research
{
    display:block;
    width: 159px;
    height: 32px;
    background: transparent url(/images/Nav/Research.png) no-repeat;
    float:left;
    margin-left: 1px;
}
a.Seminars
{
    display:block;
    width: 99px;
    height: 32px;
    background: transparent url(/images/Nav/Seminars.png) no-repeat;
    float:left;
    margin-left: 1px;
}
a.HomeButton:hover, a.Research:hover, a.Education:hover, a.People:hover, a.Seminars:hover, a.AboutUs:hover
{
    background-position: 0px -32px;
}
