﻿.siteMenu
{   
    height:25px; 
    width: 95%;
    /*height: 480px;    */
    background-color:#BCED91;
    margin: auto;    
}

.mainMenu
{
    background-color:#BCED91;
    color:#000;
    font-family:Verdana;
    font-size:8pt; 
    cursor:pointer;      
}

.subMenu
{
    background-color:#BCED91;
    /*background-color:#90EE90; green */
    color:#000;
    font-family:Verdana;
    font-size:8pt; 
    cursor:pointer;
}

.selectedMenuItem
{
    background-color:#FFC080;
}


.mainMenuLink
{
    color: #FFF;
    background: #98ACBB;
    text-decoration: none;
}


/* new menu css */
.menuHeader
{
    background-color: #DE1C37;
    color: #FFF;
    text-align:center;
    font-weight:bolder;
    font-family:Arial;
    font-size:12pt;
}

.menuItems
{    
    text-align:center;
}

.menuItem
{
    color: #000; 
    text-decoration:none;
    font-family:Arial;
}


