/**
 * main menu
 */
div.clsMenuBarItem
{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    padding: 6px 0px 6px 8px;
    cursor: pointer;
    background-color: #E3E5EB;
    filter: Alpha(opacity:65);
}
div.clsMenuBarItem:hover
{
    font-weight: bold;
    color: White;
    background-color: #3cf;
    padding: 6px 0px 6px 8px;
    cursor: pointer;
}
div.clsCurrentMenuBarItem
{
	font-weight: bold;
    color: White;
    background-color: #0093d1;
    padding: 6px 0px 6px 8px;
    cursor: pointer;
}
/* replaced with :hover
div.clsMenuBarItemSelected
{
    font-weight: bold;
    color: White;
    background-color: #0093d1;
    padding: 6px 0px 6px 8px;
    cursor: pointer;
}
*/

/**
 * sub menu
 */
div.submenuItem
{
    background-color: #EDEEF1;
    padding: 3px 0px 3px 5px;
    filter: Alpha(opacity:60);
}
div.submenuItem a
{
    color: Black;
    height: 15px;
    padding-left: 15px;
    text-decoration: none;
	display: block;
}
div.submenuItem a:hover
{
    background: url(../images/PopupBG.gif) no-repeat left 4px;
    text-decoration: none;
}
div.submenuItem a.submenuItemSelected
{
    color: Black;
    height: 15px;
    padding-left: 15px;
    text-decoration: none;
    background: url(../images/PopupBG.gif) no-repeat left 4px;
	display: block;
}
