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


TD#menu {
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	color : White;
}
TD{
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	color : White;
}
BODY
{
	font-family : "Comic Sans MS";
	font-size : 8px;
	font-weight : normal;
}
.menuBar
{
	POSITION: relative;
	BACKGROUND-COLOR: transparent;
	TEXT-ALIGN: left;
}
.Bar
{
	FLOAT: left;
	
	CURSOR: hand;
	TEXT-INDENT: 10px;
	POSITION: relative;
	BACKGROUND-COLOR: transparent;
	TEXT-ALIGN: left;
	font-family : Verdana;
	margin-top : 5px;
}
.barOver
{
	FLOAT: left;
	
	CURSOR: hand;
	TEXT-INDENT: 10px;
	margin-top : 5px;
	POSITION: relative;
	BACKGROUND-COLOR: Silver;
	TEXT-ALIGN: left
}



.menu
{
	BORDER-RIGHT: buttonhighlight thin outset;
	BORDER-TOP: buttonhighlight thin outset;
	VISIBILITY: hidden;
	BORDER-LEFT: buttonhighlight thin outset;
	WIDTH: 140px;
	LINE-HEIGHT: 160%;
	BORDER-BOTTOM: buttonhighlight thin outset;
	POSITION: absolute;
	BACKGROUND-COLOR: Silver;
}
.menuItem
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid
}
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    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
}

