BODY	{
    margin: 0;
}

.menuBar{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}

.Bar	{
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
    BORDER-RIGHT: black 1px outset;
    BORDER-TOP: black 1px outset;
    FLOAT: left;
    BORDER-LEFT: black 1px outset;
   // WIDTH: 150px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: black 1px outset;
    POSITION: relative;
    BACKGROUND-COLOR: black;
    TEXT-ALIGN: center;
    COLOR: #FFFFFF;
    
    height: 25px;
    WIDTH: 314px;
    padding: 10px 0 0 0;
}


.menu	{
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
   // WIDTH: 150px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: #868686;
    
    min-height: 25px;
    mix-height: 100px;
    WIDTH: 314px;
    padding: 0 0 0 0;
}


.menuItem{
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
    padding: 10px;
    width:100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    /*BORDER-BOTTOM: white 1px solid*/
}

.ItemMouseOver{
    
    padding: 10px;   
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    /*BORDER-BOTTOM: white 1px solid;*/
    BACKGROUND-COLOR: highlight;
    width:94%;
    FONT-SIZE: 10pt;
}


.ItemMouseOut{
    WIDTH: 100%
}

.Arrow{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}

.barOver{
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
    BORDER-RIGHT: blue 1px ridge;
    BORDER-TOP: blue 1px ridge;
    FLOAT: left;
    BORDER-LEFT: blue 1px ridge;
   // WIDTH: 150px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: blue 1px ridge;
    POSITION: relative;
    BACKGROUND-COLOR: #FFFFFF;
    TEXT-ALIGN: center;
        
     height: 25px;
    WIDTH: 314px;
    padding: 10px 0 0 0;
}
.header-wrapper{
    margin-bottom: 5px;
}
.iframe-wrapper{
    height:100%;width:100%;border: 0;
}
.logo_wrapper img{
    width: 100%;
    margin-top: 2px;
}