.MenuGroup
{
	width:100px;
}
.MenuGroup2
{
	cursor: pointer;
	width:750px;
	height:29px;
	margin-left:auto;
	margin-right:auto;
	background:url(../../Media/Images/General/<%=GetString("mediaFolder")%>/BG_mnu.gif) repeat-x;
	text-align:left;

}
.MainItem
{
      cursor: hand;
      font:bold 11px tahoma;
      color: #ffffff;
      text-align: center;
      padding-left:5px;
      text-decoration:none;
      height:24px;
	width:100%;
	display:block;
	margin-top:1px;
}
.MainItemOver
{
	cursor: hand;
	font:bold 11px tahoma;
	color: #F69928;
	text-align: center;
	padding-left:5px;
	text-decoration:none;
	 height:24px;
	width:100%;
	display:block;
	margin-top:1px;
}
.MenuItem
{
	font:bold 11px tahoma;
	cursor: hand;
	padding: 2px 2px 2px 5px;
	background:#374B5A url(../../Media/Images/General/<%=GetString("mediaFolder")%>/ARR_mnu.gif) no-repeat 6px center;
	color: #ffffff;
	border-bottom:solid 1px #000000;
	border-top:solid 1px #5B7D96;
	width:100%;
	height:27px;
}
.MenuItemOver
{
	font:bold 11px tahoma;
	cursor: hand;
	padding: 2px 2px 2px 5px;
	background:#3F5769 url(../../Media/Images/General/<%=GetString("mediaFolder")%>/ARR_mnu.gif) no-repeat 6px center;
	border-bottom:solid 1px #000000;
	border-top:solid 1px #5B7D96;
	color: #F69928;
	width:100%;
	height:27px;
}
.MenuItemToolTip
{
         background-color: #fffacd;
         border-style:solid;
         border-width:1px;
         border-color: black;
         font-family: Arial;
         padding: 3px;
         font-size:8pt;
         text-align: left;
}

.MenuItemClicked
{
         cursor: pointer;
         cursor: hand;
         padding: 1px;
}




