DIV.clsPopup
{
    visibility: hidden;
}
DIV.PopupBG
{
    background-color: #EDEEF1;
    filter: Alpha(opacity:60);
    width: 100%;
    padding-left: 5px;
}
TD.clsMenuBarItem
{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    padding: 6px 0px 6px 8px;
    cursor: hand;
    background-color: #E3E5EB;
    filter: Alpha(opacity:65);
}
TD.clsMenuBarItemSelected
{
    font-weight: bold;
    color: White;
    background-color: #0093d1;
    padding: 6px 0px 6px 8px;
    cursor: hand;
}
TD.clsCurrentMenuBarItem
{
	font-weight: bold;
    color: White;
    background-color: #0093d1;
    padding: 6px 0px 6px 8px;
    cursor: hand;
}
A.clsPopupBar
{
    color: Black;
    height: 15px;
    padding-left: 15px;
    text-decoration: none;
}
A.clsPopupBar:hover
{
    background: url(../images/PopupBG.gif) no-repeat left 4px;
    text-decoration: none;
}
.PopupBarSelected
{
    color: Black;
    height: 15px;
    padding-left: 15px;
    text-decoration: none;
    background: url(../images/PopupBG.gif) no-repeat left 4px;
}