﻿
ul#MenuList
{
        
    width: 750px;
    height: 28px;
    float: left;
    
    list-style: none;   
}

ul li a
{
    text-decoration: none;
    color: White;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    
}

li.MenuItem
{    
    width: 101px;
    height: 21px;    
    border-top-width: 7px;
    border-top-style: solid;
    border-right: solid 1px White;
    float: left;
    text-align: left;
    font-family: Tahoma;
    color: White;
    font-size: 8pt;
    font-weight: bold;
    padding-left: 5px;
    line-height: 10px;
}

li.LastMenuItem
{
    width: 103px;
    height: 21px;
    border-top-width: 7px;
    border-top-style: solid;
    float: left;
    text-align: left;
    font-family: Verdana;
    color: White;
    font-size: 8pt;  
    font-weight: bold;  
    padding-left: 5px;
    line-height: 10px;
}


div#MenuContainer ul
{
    margin-left: 0px;   
    padding-left: 0px;
    margin-top: 0px;    
}

li#menuItem1
{
    background-color: #336633;
    border-top-color: #679966;
    
}
li#menuItem2
{
    background-color: #336667;
    border-top-color: #66999a;    
}
li#menuItem3
{
    background-color: #333365;
    border-top-color: #666698;
}   
li#menuItem4
{
    background-color: #653366;
    border-top-color: #986699;
}
li#menuItem5
{
    background-color: #643333;
    border-top-color: #986665;
}
li#menuItem6
{
    background-color: #666632;
    border-top-color: #999965;
}
li#menuItem7
{
    background-color: #7e1706;
    border-top-color: #b04938;
}

