BODY
{
}
.menuBar
{
	float: left;
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: left;
}
.Bar
{
	FLOAT: left;
	xWIDTH: 111px;
	CURSOR: pointer;
	POSITION: relative;
	TEXT-ALIGN: left;
	xxbackground-image: url(../image/m1a.gif);	
	xheight: 31px;
}

.barOver
{
	FLOAT: left;
	xWIDTH: 111px;
	CURSOR: pointer;
	POSITION: relative;
	TEXT-ALIGN: left;
	xbackground-image: url(../image/m1b.gif);
	xheight: 31px;
}


.menu
{
	VISIBILITY: hidden;
	xWIDTH: 100px;
	LINE-HEIGHT: 27px;
	POSITION: absolute;
	border: thin none buttonhighlight;
	float:left;
}



.menu a {text-decoration:none;}

.menuItem
{
	xWIDTH: 120px;
    CURSOR: pointer;
	LINE-HEIGHT: 27px;
	background-image: url(/images/submenu_BG.gif);
	xbackground-repeat: no-repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #c9cbe1;
	padding-left:20px;
	float:left;
	text-align: left;
}

.menuItem_Link{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #c9cbe1;
}

.menuItem_Link a:hover{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #c9cbe1;
}

.ItemMouseOver
{	
    xWIDTH: 140px;
    CURSOR: pointer;
	LINE-HEIGHT: 27px;
	background-image: url(/images/submenu_BG2.gif);
	xbackground-repeat: no-repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #55EEEE;
	padding-left:20px;
	float:left;
	text-align: left;
}
.ItemMouseOut
{
    xWIDTH: 140px;
}


