BODY
{
	background-color: #0077a2;
  font-size: 13px;
  font-family: Tahoma, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color: #564b47;  
  padding: 0px;
  margin: 0px;
  background-image:url(images/bg.jpg);
  background-repeat:repeat-x;
}
.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
    BORDER-RIGHT: blue 1px outset;
    BORDER-TOP: blue 1px outset;
    FLOAT: left;
    vertical-align:text-bottom ;
    BORDER-LEFT: blue 1px outset;
    WIDTH: 108px;
    height: 20px;
    CURSOR: hand;
    TEXT-INDENT: 1px;
    BORDER-BOTTOM: blue 0px outset;
    POSITION: relative;
    BACKGROUND-COLOR: #3366FF;
    TEXT-ALIGN: center;	
    color :White ;
    font-weight :bold 
    
}

.menu
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 108px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: deepskyblue
}
.menuItem
{
    PADDING-RIGHT: 1px;
    PADDING-LEFT: 1px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
     color: white ;
    font-weight :bold;
    font-size : 7px
    
}

.ItemMouseOver
{
    PADDING-RIGHT: 1px;
    PADDING-LEFT: 1px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: highlight;
    color: Orange ;
    font-weight :bold;
    font-size : 7px
    
}

.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
    BORDER-RIGHT: blue 1px outset;
    BORDER-TOP: blue 1px outset;
    FLOAT: left;
    vertical-align:text-bottom ;
    BORDER-LEFT: blue 1px outset;
    WIDTH: 108px;
    height: 20px;
    CURSOR: hand;
    TEXT-INDENT: 1px;
    BORDER-BOTTOM: blue 0px outset;
    POSITION: relative;
    BACKGROUND-COLOR: #3366FF;
    TEXT-ALIGN: center;	
    color :Orange ;
    font-size : 7px
}

