.Bar
{
	POSITION: relative;
	BACKGROUND-COLOR: transparent;
	/*vertical-align:top;*/
	CURSOR:pointer;
}


.menu
{
	visibility: hidden;
    POSITION: absolute;
}


.menuItem
{
	/*border: medium solid #FFFFF;
	border-bottom-width:thin;
	border-left-width:thin;
	border-right-width:thin;
	border-top:blank;
	border-width:1px;*/
	LINE-HEIGHT: 15px;
	CURSOR:pointer;
	background-color:#F8882E;
	filter:alpha(Opacity=90); -moz-opacity:0.90;
	font-size: 10px;
	color: #FFFFFF;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


.menuItemOver
{
	/*border: medium solid #FFFFF;
	border-bottom-width:thin;
	border-left-width:thin;
	border-right-width:thin;
	border-top:blank;
	border-width:1px;*/
	LINE-HEIGHT: 15px;
	CURSOR:pointer;
	background-color:#97B6F7;
	filter:alpha(Opacity=90); -moz-opacity:0.90;
	font-size: 10px;
	color: #FFFFFF;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.itemSeparator
{
	HEIGHT: 2px;
	z-index:10;
}

.imgSeparator
{
	height:2px;
	width:100%;
	z-index:10;
}

.ItemMouseOut
{
    WIDTH: 100%
}

