BODY
{
	text-align: left;
}
.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
	FLOAT: left;
/*	WIDTH: 100px; */
	CURSOR: hand;
	TEXT-INDENT: 0px;
	POSITION: relative;
	BACKGROUND-COLOR: transparent;
/*	background:url(../../../../images/horiznav_bg.gif); */
	TEXT-ALIGN: center
}
.menu
{
	BORDER-RIGHT: buttonhighlight thin outset;
	BORDER-TOP: buttonhighlight thin outset;
	VISIBILITY: hidden;
	BORDER-LEFT: buttonhighlight thin outset;
/*	WIDTH: 70px; */
	LINE-HEIGHT: 140%;
	BORDER-BOTTOM: buttonhighlight thin outset;
	POSITION: absolute;
	filter:alpha(opacity=70);
 		-moz-opacity: 0.7; 
		 opacity: 0.7;
	 	-khtml-opacity: 0.7;
	BACKGROUND-COLOR: #CcCcCc
}
.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: #CcCcCc
/*    BACKGROUND-COLOR: highlight*/
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
    FLOAT: left;
/*    WIDTH: 100px;*/
    CURSOR: hand;
    TEXT-INDENT: 0px;
    POSITION: relative;
/*     background:url(../../../../images/horiznav_bg.gif); */
    TEXT-ALIGN: center
}

