.clsMenuBar
{
    BACKGROUND-COLOR: #06186E;
    COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    position: relative;
    border-left: 3px ridge #CFCFCF;
    border-bottom: 3px ridge #CFCFCF;
    border-right: 3px ridge #CFCFCF;
    width: 900px;
    height: 20px
}
.clsMenuBarN
{
    BACKGROUND-COLOR: #0066CC;
    COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    position: relative;
    border-left: 3px ridge #CFCFCF;
    border-bottom: 3px ridge #CFCFCF;
    border-right: 3px ridge #CFCFCF;
    width: 900px;
    height: 20px
}
.clsMenuBarSeperator { color: #FFFFFF; font-weight: bold; font-family: Verdana; font-size: 8pt; text-align: center; width: 18px; height: 18px; position: absolute; line-height: 15px  }

.clsMenuBarItem { color: #FFFFFF; text-transform: uppercase; font-weight: bold; cursor: pointer; font-family: Verdana; font-size: 8pt; text-align: center; height: 18px; position: absolute; line-height: 16px }

.clsMenuBarItemHighlight { BACKGROUND-COLOR: #F8F8F8; color: #06186E; text-transform: uppercase; font-weight: bold; cursor: pointer; font-family: Verdana; 
               font-size: 8pt; text-align: center; height: 18px; position: absolute; line-height: 16px }

.clsMenuBarItemHighlight { BACKGROUND-COLOR: #F8F8F8; color: #0066CC; text-transform: uppercase; font-weight: bold; cursor: pointer; font-family: Verdana; 
               font-size: 8pt; text-align: center; height: 18px; position: absolute; line-height: 16px }

.clsMenuItemHighlight
{
    BACKGROUND-COLOR: #06186E;
    COLOR: white;
    CURSOR: pointer;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    TEXT-ALIGN: left;
    padding-left: 6px;
    left: 2px;
    position: absolute;
    width: 90px;
    height: 32px;
    line-height: 29px
}
.clsMenuItem
{
    BACKGROUND-IMAGE: URL('/images/Main/tdMenuBackground.jpg');
    BACKGROUND-REPEAT: REPEAT-X;
    COLOR: #06186E;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    CURSOR: pointer;
    TEXT-ALIGN: left;
    padding-left: 6px;
    left: 2px;
    position: absolute;
    height: 32px;
    line-height: 29px
}
.showMenu
{
	DISPLAY: block;
    BACKGROUND-COLOR: #F8F8F8;
    BORDER-BOTTOM: silver thin outset;
    BORDER-LEFT: none;
    BORDER-RIGHT: silver thin outset;
    BORDER-TOP: none
}
.hideMenu {
	display:none }