.menuBar
{
    border:0px solid #FF0066; POSITION: relative;
    TEXT-ALIGN: center; vertical-align:baseline
}
.Bar         
{ 
	margin-top: 5px; margin-left: 2px; margin-right: 2px; padding-right: 0px; padding-left: 0px; border-left: 0px solid #0000FF; border-top: 1px solid #999999;
	border-right:0px solid #0000FF; border-bottom: 1px solid #999999; float: left; width: 0px; height: 5px; cursor: hand; text-indent: 5px; position: relative; 
    background-color: #999999; text-align: center; color:#FFFFFF 
}
.menu
{
    border:thin outset #FFFFFF; VISIBILITY: hidden;
    WIDTH: 145px;
    LINE-HEIGHT: 140%;
    POSITION: absolute;
    BACKGROUND-COLOR: #999999; font-family:Verdana; font-size:1em; vertical-align:text-bottom
}
.menuItem
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: 0px solid white; ; color:#FFFFFF
}
.ItemMouseOver
{
    
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: #000000;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: 1px solid #FFFFFF;
    BACKGROUND-COLOR: #95C2FF
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
    border:1px ridge #808080; margin-left: 2px; margin-right: 2px; 
    margin-top: 5px; 
    FLOAT: left;
    WIDTH: 87px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    POSITION: relative;
    BACKGROUND-COLOR: #999999;
    TEXT-ALIGN: center
}
