﻿.MenuItem, .Menu
{
    background-color:#4D984E;
    color:#002953;
    font-weight:bold;
    font-size:14px;
    cursor:pointer;
}


.menu_ecoBilling_1:active 
{
    color:#002953;
}

.MenuItem:hover, .MenuMouseOver{
    background-color:#002953;  
    cursor:pointer;  
    color:#4D984E;
    font-size:14px;
    font-weight:bold;
    cursor:pointer;
}

.MenuItem table:hover, .MenuMouseOver table {
    color:#4D984E;
    
}

.MenuItem table
{
    width:750px;
    height:200px;
}

.MenuItem table tr td
{
    vertical-align:text-top;
    text-align:center;
    width:250px;
    /*border-right:3px solid transparent;*/
}

.MenuItem table tr td a
{
    color:#FFFF04;
}
    