BODY
{
}
.menuBar
{
	margin : 0px auto;
	width : 813px;
    float: center
}
.Bar
{
    BORDER-RIGHT: 1px outset;
    BORDER-TOP: 1px outset;
    FLOAT: left;
    BORDER-LEFT: 1px outset;
    WIDTH: 99.4px;
        LINE-HEIGHT: 30px;
    CURSOR: pointer;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: 1px outset;
    POSITION: relative;
    TEXT-ALIGN: center;
	background-color : #5C5E5F;
	font-size : 12px;
	font-weight : bold;
	color : #E4E1E1;

}
.menu
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 160px;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
	background-color : #5C5E5F;
	font-size : 12px;
	font-weight : bold;
	color : #E4E1E1;
}
.menuItem
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 160px;
    TEXT-ALIGN: left;
    CURSOR: pointer;
    LINE-HEIGHT: 20px;
    BORDER-TOP: white 1px solid
    BORDER-BOTTOM: white 1px solid
	font-size : 12px;
	font-weight : bold;
}
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 136px;
    TEXT-ALIGN: left;
    CURSOR: pointer;
    COLOR: white;
    LINE-HEIGHT: 20px;
	font-size : 12px;
	font-weight : bold;
	background-color : black;
}
.ItemMouseOut
{
    WIDTH: 150px;
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
    BORDER-RIGHT: white 1px ridge;
    BORDER-TOP: white 1px ridge;
    FLOAT: left;
    BORDER-LEFT: white 1px ridge;
    WIDTH: 160px;
    CURSOR: pointer;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: white 1px ridge;
    POSITION: relative;
    TEXT-ALIGN: center;
	font-size : 12px;
	font-weight : bold;
    LINE-HEIGHT: 20px;
}
