﻿#nav
{
    background-color: black;
    width: 100%;
    height: 30px;
    float: left;
}

#navc
{
    width: 850px;
    margin-left: 30px;
    font-size: 16px;
}

#navc ul
{
    margin: 0px;
    padding: 0px;
}

#navc ul li
{
    display:inline;
    height: 30px;
    float: left;
    list-style: none;
    padding-right: 10px;
    padding-top: 4px;
}

#navc li a
{
    color: White;
    text-decoration: none;
    padding: 5px 5px 8px 5px;
}

#navc li a:hover
{
    text-decoration: underline;
}

#home a.home-nav,
#research a.research-nav,
#publications a.publications-nav,
#presentations a.presentations-nav,
#teaching a.teaching-nav,
#service a.service-nav,
#honors a.honors-nav
{
    background-color: White;
    color: Black;
    padding: 5px 5px 8px 5px;
}