BODY
{
background: #FFFFFF url('../images/world.gif') no-repeat fixed center
}

A:hover {color: #800000; font-weight: bold}

.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
    BORDER-RIGHT: blue 0px outset;
    BORDER-TOP: blue 0px outset;
    FLOAT: left;
    BORDER-LEFT: blue 0px outset;
    WIDTH: 100px;
    CURSOR: hand;
    TEXT-INDENT: 0px;
    BORDER-BOTTOM: blue 1px outset;
    POSITION: relative;
    BACKGROUND-COLOR: deepskyblue;
    TEXT-ALIGN: center;
    Font-Family: verdana;
    Font-weight: bold;
    Font-size: 11px;
    color: maroon
}
.menu
{
    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: deepskyblue
     
}
.menuItem
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
  
}
.ItemMouseOver
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: highlight
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
    BORDER-RIGHT: blue 1px ridge;
    BORDER-TOP: blue 1px ridge;
    FLOAT: left;
    BORDER-LEFT: blue 1px ridge;
    WIDTH: 100px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: blue 1px ridge;
    POSITION: relative;
    BACKGROUND-COLOR: deepskyblue;
    TEXT-ALIGN: center
}

.norm1 
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	}

.big 
{
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	}
.bigger
{
font-family: verdana;
	font-size: 14px;
	font-weight: normal;
	}
	
.link1
{
  font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}
.bigbold 
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	}
.small1 
{
	font-family: verdana;
	font-size: 7px;
	font-weight: normal;
	}
