/*****************************************************
********Site Top Menu
*****************************************************/

.TopMenuGroup
{
    background-color: Transparent;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    float: left;
}

.TopMenuItem
{
    color: #494949;
    font: 14px Times New Roman, Serif;
    border: 0px;
    padding: 6px 8px 6px 18px;
    cursor: pointer;
    text-align: left;
}

.TopMenuItemHover
{
    color: #0084FF;
    font: 14px Times New Roman, Serif;
    border: 0px;
    padding: 6px 8px 6px 18px;
    cursor: pointer;
    text-align: left;
}


.MenuHash
{
   background-image: url(/images/hash.gif);
   background-repeat: no-repeat;
   width: 166px;
   height: 2px;
   top: 5px;
}
 