.TopItemTextClass
{
    font-family:Verdana, Tahoma, Arial;
    font-size:10pt;
    font-weight:normal;
    padding: 3px 4px 3px 4px;
    
    color: Navy;
}
.DropItemTextClass
{
    font-family:Verdana, Tahoma, Arial;
    font-size:10pt;
    font-weight:normal;
    padding: 3px 8px 3px 8px;
    
    border-top: solid 1px #E8CDE8; /* #648ABD */
    border-right: solid 1px #E8CDE8;
    border-left: solid 1px #E8CDE8;
    
    color: Navy;
    background:#7795BD url(bg_nav.gif) repeat-x;
}
.TopItemTextHoveredClass
{
    color: Maroon;
    background-color: #3e6ba4;
    background-image: none;
}
.MenuPanel
{
    height: 23px;
    /* background: #7795BD url(bg_nav.gif) repeat-x; */
}
.MenuPanel A:hover
{
    color:White;
    text-decoration: none;
}

.FooterPanel
{
    height: 23px;
    background: #7795BD url(bg_nav.gif) repeat-x;
}
.FooterPanel A:hover
{
    color:White;
    text-decoration: none;
}

.ManuPanelCornerLeft
{
    width: 8px;
    /* background: url(konaLeft.gif) no-repeat; */
}
.ManuPanelCornerRight
{
    width: 8px;
    /* background: url(konaRight.gif) no-repeat; */
}

.ManuPanelCornerLeftBottom
{
    width: 8px;
    background: url(konaLeftBottom.gif) no-repeat;
}
.ManuPanelCornerRightBottom
{
    width: 8px;
    background: url(konaRightBottom.gif) no-repeat;
}

