/* 
    Document   : menu
    Created on : Jul 13, 2012, 1:54:18 PM
    Author     : nagse02
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

#menu
{
    font-family: Georgiana, Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    margin-left: 75px;
    top: 232px;
    position: absolute;    
    height: 72px; 
    text-align: center;
}

#menu .menuitem
{    
    padding: 0px;    
    text-align: center;
    float: left;
    width: 150px;
    font-size: 15px;
    color: #FFFFFF;
    text-transform: uppercase;
}

#menu .menuitem a
{   
    display: block;
    padding: 0 20px 0 20px;
    line-height: 74px;
}


#menu .menuitem:hover
{
    text-align: center;
    float: left;
    background-color:#edecec;
    
}

#menu a
{
    color:#FFFFFF;
    text-decoration: none;
}

#menu a:hover
{
    color: #8c7428;
    text-decoration: none;
}