﻿


    

.glossymenu
{
    height: auto;
    margin: 0px 0;
    padding: 0;
    width: 210px; /*width of menu*/
    border: 0px solid #9A9A9A;
    border-bottom-width: 0;
    z-index: 10;
}

.glossymenu a.menuitem
{
    /*border-bottom: 2px solid #009900;*/
    background: url('../Images/home_objects/menu_gray.jpg') repeat-x left center;
    font: normal 16px Arial, Helvetica, sans-serif;
    color: #ffffff;
    display: block;
    position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
    width: 200px;
    padding-left: 10px;
    text-decoration: none;
    
    left: 0px;
    height: 26px;
    margin-top: 0px;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 1px;
    z-index: 10;
    text-align: left;
    text-indent: 15px;
    vertical-align: middle;
    top: 0px;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
    color: black;
    background-color: White;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
    position: absolute;
    top: 0px;
    right: 5px;
    border: none;
}

.glossymenu a.menuitem:hover
{
    font-weight: bold;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
    background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.glossymenu div.submenu ul li
{
    background-position: left center;
    background-image: url('../Images/home_objects/menu_green.jpg');
    border-bottom: 1px solid white;
    border-bottom-width: 2px;
    padding-bottom: 1px;
    text-indent: 0px;
    margin-top: 0px;
}

.glossymenu div.submenu ul li a
{
    display: block;
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    height: 25px;
    text-align: left;
    margin-top: 1px;
    padding-right: 0;
    padding-bottom: 1px;
    padding-top: 5px;
    text-indent: 30px;
    vertical-align: middle;
}

.glossymenu div.submenu ul li a:hover
{
    /*background: #FFFFFF;*/
    /*color: #000000;*/
    font-weight: bold;
}

.banner
{
    margin-top: 5px; 
    margin-bottom: 5px;
}