﻿/*
dark 1 #064037
dark 2 #0B745C
light 1 #319BA3
light 2 #1E8175

*/

/* COMPONENT ART HORIZONTAL MENU */

.TopMenuGroup
{
    /*border: solid 0px #000;*/
    background-color: transparent;
    line-height:35px;  
}

.MenuGroup
{
   /* border: solid 0px #000;*/
    color: #ffffff;
    font-size: 11px;
    margin: 0;
    background: #1E8175 none;
}

.MenuGroup td, .MenuItemDown, .MenuGroupHover td, .MenuItemHover td, td.MenuItemHover
{
    color: #ffffff;
    font-size: 11px;
}

.TopMenuItem, .TopMenuItemHover
{
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    cursor: hand;
    cursor: pointer;
    margin:0;
    padding: 0 1em!important;
    line-height: 34px;
    height: 34px;
    vertical-align:middle;
    background: url(images/tab-sep.jpg) no-repeat top left;
}
.TopMenuItem
{
    background: url(images/tab-sep.jpg) no-repeat top left;
}


/*leaf menu items*/
.MenuItem, .MenuItemHover, .MenuItem td, .MenuItemHover td
{
    color: #ffffff;
    border-bottom: solid 0px white;
    cursor: hand;
    cursor: pointer;
    margin: 0;
    background: #064037 none;
    width: 100%!important;
    
}


.MenuItemHover, .MenuItemHover td
{
    background: #0B745C none;  
}

.ScrollItem
{
    background-color: green;
    font-size: 0.8em;
    border: solid 0px gray;
    cursor: default;
    text-align: center;
}

.ScrollItemH
{
    background-color: aqua;
    color: orange;
    font-size: 0.8em;
    border: solid 0px gray;
    cursor: default;
    text-align: center;
}

.ScrollItemA
{
    background-color: Lime;
    color: yellow;
    font-size: 0.8em;
    border: solid 0px gray;
    cursor: default;
    text-align: center;
}
