﻿#divNavMenu
{
    height: 110px;
}

#divNavMenu li
{
    height: 42px;
    width: 150px;
    margin-top: 60px;
    padding: 8px 0 0 0;
    float: right;
    display: block;
    text-align: center;
    background-image: url(../Images/NavMenu/btnNav.png);
    background-repeat: no-repeat;
    font-size: 12pt;
    font-weight: bold;
    color: White;
    list-style: none;
}

#divNavMenu a
{
    height: 20px;
    width: 150px;
    display: Block;
    text-align: center;
    text-decoration: none;
    color: White;
}

#divNavMenu a:Hover
{
    color: Black;
}