.menugroup, .menugroup_active, .menugroup_container
{
	color: white;
	white-space: nowrap;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	overflow: hidden;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	line-height:14px;
	height:14px;
}
.menugroup
{
	background-color: #FF9900;
	color: white;
	border: 1px solid #FF9900;
}
.menugroup_active
{
	background-color: #CC6600;
	color: white;
	border: 1px solid #000033;
}
.menugroup a:link, .menugroup a:visited, .menugroup_active a:link, .menugroup_active a:visited
{
	color: white;
	text-decoration: none;
}
.menugroup a:hover, .menugroup_active a:hover, menugroup hover
{
	color: white;
	text-decoration: underline;
}
.menuitem, .menuitem_active, .menuitem_container, tr.menuitem td
{
	color: #000033;
	white-space: nowrap;
	text-align: left;
	margin: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	border-spacing: 0px;
	overflow: hidden;
	line-height:12px;
	height:12px;
}
.menuitem
{
	background-color: #FFCC66;
	color: #000033;
	border: 1px solid #FFCC66;
}
.menuitem_active
{
	background-color: #FFdd77;
	color: #000033;
	border: 1px solid #000033;
}

.menuitem a:link, .menuitem a:visited, .menuitem_active a:link, .menuitem_active a:visited
{
	color: #000033;
	text-decoration: none;
}

.menuitem a:hover, .menuitem_active a:hover
{
	color: #000033;
	text-decoration: underline;
}

.menuicon
{
	border: none;
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: black;
	background-color: #FFCC66;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	line-height: 9px;
	height: 9px;
}
.menuicon_container
{
	border: hidden;
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #FFCC66;
	background-color: transparent;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 9px;
	height: 9px;
}
.ah_content
{
	margin-left: 10px;
	margin-right: 5px;
}

.menugroup_container, .menuitem_container
{
	background-color: transparent;
	border: hidden;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
.minicell
{
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	color: black;
	background-color: white;
	padding: 1px;
}
.minicelltitle
{
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: black;
	background-color: #cccccc;
	padding: 1px;
}
