BODY
{
	font-family : "Comic Sans MS";
	font-size : 10px;
	
}
P {
	font-family : "Comic Sans MS";
	color : Black;
	font-size : 12px;
}
h1 {
	font-family : "Comic Sans MS";
	color : Black;
	font-size : 18px;
}

.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
	FLOAT: left;
	WIDTH: 90px;
	CURSOR: hand;
	TEXT-INDENT: 5px;
	POSITION: relative;
	BACKGROUND-COLOR: transparent;
	TEXT-ALIGN: center;
	font-family : "Comic Sans MS";
}

A:LINK {
	color : white;
	text-decoration : none;
}
A:VISITED {
	color : white;
	text-decoration : none;
}

A:LINK#blue {
	color : navy;
	text-decoration : none;
}
A:VISITED#blue {
	color : navy;
	text-decoration : none;
}

TD#menu {
	font-family : "Comic Sans MS";
	font-size : 13px;
	font-weight : bold;
	color : White;
}
TD{
	font-family : "Comic Sans MS";
	font-size : 13px;
	color : black;
	font-weight : bold;
}
.menu
{
	BORDER-RIGHT: buttonhighlight thin outset;
	BORDER-TOP: buttonhighlight thin outset;
	VISIBILITY: hidden;
	BORDER-LEFT: buttonhighlight thin outset;
	WIDTH: 130px;
	LINE-HEIGHT: 140%;
	BORDER-BOTTOM: buttonhighlight thin outset;
	POSITION: absolute;
	background-color : Blue;
}
.menuItem
{
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 10px;
	WIDTH: 100%;
	CURSOR: hand;
	LINE-HEIGHT: 20px;
	BORDER-BOTTOM: white 1px solid;
	background-color : Blue;
}
.ItemMouseOver
{
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 10px;
	WIDTH: 100%;
	CURSOR: hand;
	COLOR: highlighttext;
	LINE-HEIGHT:20px;
	BORDER-BOTTOM: white 0px solid;
	BACKGROUND-COLOR: highlight;
	
}
.ItemMouseOut
{
    WIDTH: 90%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
	FLOAT: left;
	WIDTH: 90px;
	CURSOR: hand;
	TEXT-INDENT: 5px;
	POSITION: relative;
		TEXT-ALIGN: center
}
