﻿/*taken from http://www.dynamicdrive.com/style/csslibrary/item/thick_underline_menu/ */

.menuItem{
    display: inline;
    margin-right:24px;
}

.menuItem a{
    text-decoration: none;
    font-weight:bold;
    padding-left:6px;
    padding-right:6px;
}

.menuItem a:link
{
    color: White;
}
.menuItem a:visited
{
    color: White;
}
.menuItem a:hover
{
    color:Navy;
}
.menuItem a:active
{
    color: Navy;
}

.menuItem a.selected{
    /*border-bottom-color: black;*/
}