﻿#ActionMenus{
vertical-align:top;
padding-top:1px;
}
.topMenu 
{
    text-align:center; 
    }
.topMenu td
{
    text-align:center;
    }

.topMenuItem
{
    border: solid 1px white;
    width:160px;
    font-weight: bold;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom:5px;
    text-align:center; 
    }
.topMenuItem a
{
    text-decoration: none;
    color: white;
}

.topMenuItemHover
{
    color: #85ABBE;
    background-color:white;
}
.topMenuItemHover a
{
    text-decoration: none;
    color: #85ABBE;
}
.topMenuItemSelected
{
    color: #85ABBE;
}
.topMenuSubItem
{
    font-weight:bold;
    color:#fff;
    background: #85ABBE;
    padding-left:24px;
    padding-right:24px;
    padding-top:5px;
    padding-bottom:5px;
    width:160px;
}
.topMenuSubItemHover
{
    color: blue;
}

