.TopGroup
{
	padding:3px;
}

/* Main Heading  */
.TopGroupItem
{
	/*background-color:#7f7f7f;*/
	font-size: 11px;
	font-family: arial, verdana, helvetica;
	color:#333333;
	padding:1px;
	padding-left:10px;
	padding-right:5px;
	padding-bottom:2px;
	cursor:default;
	font-weight:bold;
	text-align:center;
	white-space: nowrap;
}

/* Main Heading on mouse over */
.TopGroupItemOver 
{
	/*background-color: #7f7f7f; */
	color:#666666;
	font-size: 11px;
	font-family: arial, verdana, helvetica;
	text-align:center;
	padding:1px;
	padding-left:10px;
	padding-right:5px;
	padding-bottom:2px;
	cursor:pointer;
	font-weight:bold;
	border-width:1px;
	border-color:#cccccc;
	white-space: nowrap;
}

.MenuGroup
{
	/*background-color:#999999;*/
	border:1px;
	border-color:#E7E7E7; 
	border-style:outset;
	padding:0px;
}

/* This style is the stuff under the main headings  */
.MenuItem
{
	background-color:#333333;
	color:#ffffff;
	font-size: 12px;
	font-family: arial, verdana, helvetica;
	padding:2px;
	padding-left:5px;
	padding-right:14px;
	cursor:default;
	white-space: nowrap;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90, style=0);
}

/* This style is the stuff under the main headings on mouse over  */
.MenuItemOver 
{
	background-color:#333333;
	color:#fe000c; 
	font-size: 12px;
	font-family: arial, verdana, helvetica;
	padding:2px;
	padding-left:5px;
	padding-right:14px;
	cursor:pointer;
	white-space: nowrap;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90, style=0);
}

.SuperMenuItem
{
	background-color:#333333;
	color:#ffffff;
	font-size: 12px;
	font-family: arial, verdana, helvetica;
	padding:2px;
	padding-left:5px;
	padding-right:28px;
	cursor:default;
	white-space: nowrap;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90, style=0);
	background-image:url(../images/menusidearrow.gif);
	background-position:right;
	background-repeat:no-repeat; 
 /* instead of the icon */
}

.SuperMenuItemOver
{
	background-color:#333333; 
	color:#fe000c; 
	font-size: 12px;
	font-family: arial, verdana, helvetica;
	padding:2px;
	padding-left:5px;
	padding-right:28px;
	cursor:pointer;
	white-space: nowrap;
	background-image:url(../images/menusidearrow.gif);
	background-position:right;
	background-repeat:no-repeat; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90, style=0);
}