#MenuBar
{
    BACKGROUND: url(../images/menubar-04.gif);
    WIDTH: 924px;
    HEIGHT: 87px
}
#MenuBar DIV.c1
{
    FLOAT: left;
    WIDTH: 16px;
    HEIGHT: 87px
}

#MenuBarBtns
{
    FLOAT: left;
    WIDTH: 892px;
    HEIGHT: 87px;
}
#MenuBarBtns DIV.c1
{
    MARGIN-TOP: 18px;
    FLOAT: left;
    WIDTH: 249px;
    HEIGHT: 52px
}
#MenuBarBtns DIV.c2
{
    MARGIN-TOP: 18px;
    FLOAT: left;
    WIDTH: 4px;
	  MARGIN-LEFT: 4px;
    MARGIN-RIGHT: 4px;
    HEIGHT: 52px
}

#MenuBarBtns div.mcp
{
    float         : left;
    width         : 53px;
    height        : 30px;
    margin-top    : 32px;
    margin-left   : 6px;
    background    : url(../images/mcp.gif) no-repeat center;
}

#MenuBarBtns DIV.c4
{
    MARGIN-TOP: 17px;
    FLOAT: right
}
#MenuBarBtns DIV.c4 A,
#MenuBarBtns DIV.c4 A:hover,
#MenuBarBtns DIV.c4 A:active,
#MenuBarBtns DIV.c4 A:visited
{
    PADDING-RIGHT: 0px;
    BORDER-TOP: #999 3px solid;
    DISPLAY: block;
    PADDING-LEFT: 0px;
    BACKGROUND: url(../images/mbarbtn.gif) no-repeat 0px -50px;
    FLOAT: left;
    PADDING-BOTTOM: 20px;
    WIDTH: 65px;
    COLOR: #333333;
    PADDING-TOP: 16px;
    HEIGHT: 11px;
    TEXT-ALIGN: center
}

#MenuBarBtns DIV.MenuBarSep
{
    FLOAT: left;
    WIDTH: 4px;
    HEIGHT: 52px;
}

#DropDownMenu
{
    BORDER: #868686 1px solid;
    PADDING: 1px;
    Z-INDEX: 100;
    FONT: normal 11px/14px Tahoma, Arial, Helvetica, Sans-Serif;
    WIDTH: 150px;
    POSITION: absolute;
    TEXT-ALIGN: left;
}
#DropDownMenu A,
#DropDownMenu A:visited,
#DropDownMenu A:active,
#DropDownMenu A:hover
{
    HEIGHT: 18px;
    DISPLAY: block;
    COLOR: #444;
    TEXT-INDENT: 30px;
    TEXT-DECORATION: none;
    PADDING: 1px;
}
#DropDownMenu A:active,
#DropDownMenu A:hover
{
    COLOR: #000;
    BORDER: #c4cfe0 1px solid;
    BACKGROUND: url('../images/mitembk-O.gif') #d7ddeb repeat-x;
    PADDING: 0px;
}
#DropDownMenu DIV.separator
{
    BORDER-TOP: #ccc 1px solid;
    MARGIN: 0px;
    BORDER-BOTTOM: #fff 1px solid
}