.menuBar, .Bar
{
	POSITION: relative;
	BACKGROUND-COLOR: transparent;
	TEXT-ALIGN: center;
	vertical-align:middle;
	/*height:14px;*/
	CURSOR: hand;
	font-size: 10px;
	color: #FFFFFF;
	/*font-weight:bold;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.menu
{
	visibility: hidden;
    /*WIDTH: 100px;*/
    POSITION: absolute;
	font-size: 10px;
	color: #FFFFFF;
	/*font-weight:bold;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index:2;
	CURSOR: hand;
	filter:alpha(Opacity=85); -moz-opacity:0.85;
}


.menuItem
{
	LINE-HEIGHT: 15px;
	font-size: 10px;
	color: #ffffff;
	/*font-weight:bold;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index:2;
}

.divmenuitem
{
	LINE-HEIGHT: 15px;
	WIDTH: 100%;
    CURSOR: hand;
	background-color:#316081;
	/*224C6F 2B5F8A 163147*/
	filter:alpha(Opacity=74); -moz-opacity:0.75;
	z-index:2;
}

.divitemmouseover
{
	LINE-HEIGHT: 15px;
	WIDTH: 100%;
    CURSOR: hand;
	background-color:#54809F;
	/*224C6F 2B5F8A 163147*/
	filter:alpha(Opacity=74); -moz-opacity:0.75;
	z-index:2;
 
}

.ItemMouseOver
{
	LINE-HEIGHT: 15px;
	font-size: 10px;
	color: #FFFFFF;
	/*font-weight:bold;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
    LINE-HEIGHT: 15px;
	z-index:2;
}

.ItemMouseOut
{
    WIDTH: 100%
}

.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}

.Img
{
    width:5px;   
	FLOAT: left;
    CURSOR: hand;
	height: 14px;
}
