BODY
{
}
.menuBar
{
    BACKGROUND-COLOR: transparent;
}
.Bar
{
    BORDER-RIGHT: Gray 1px outset;
    padding-left:10px;
    padding-right:10px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    color:Gray;
    font-family:Arial Narrow;
    letter-spacing:5;
    font-size:x-small;
    float:left;
    text-decoration: none; 
}
.endBar
{
	padding-left:10px;
    padding-right:10px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    color:Gray;
    font-family:Arial Narrow;
    letter-spacing:5;
    font-size:x-small;
    float:left
}
.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: transparent;
    font-family:Arial Narrow;
    text-align:right;
    color:Navy;
}
.menuItem
{
	padding-left:10px;
    padding-right:10px;
	width:200;
	cursor: hand;
	line-height: 20px;
	border-bottom: black 1px solid;
	background-color: '#E6E6E6';
	filter:Fade(duration=0.2);
	filter:Alpha(style=0,opacity=88);
	font-family:Arial Narrow;
	font-size:x-small;
	color:Navy:
}
.ItemMouseOver
{
	padding-left:10px;
    padding-right:10px;
	width:200;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: highlight;
    font-family:Arial Narrow;
    font-size:80%;
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
	padding-left:10px;
    padding-right:10px;
    BORDER-RIGHT: blue 1px ridge;
    BORDER-TOP: blue 1px ridge;
    FLOAT: left;
    BORDER-LEFT: blue 1px ridge;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: blue 1px ridge;
    POSITION: relative;
    BACKGROUND-COLOR: silver;
    TEXT-ALIGN: center;
    font-family:Arial Narrow;
    letter-spacing:5;
    font-size:x-small;
    color:Navy;
    font-weight:bold;
}
.itemBorder { border: 1px solid black }
.itemText { text-decoration: none; color: navy; font: 12px Arial, Helvetica }
.crazyBorder { border: 2px outset #663399 }
.crazyText { text-decoration: none; color: #FFCC99; font: Bold 12px Arial, Helvetica }
