.ThemeMiniRedMenu,.ThemeMiniRedSubMenuTable{
	background-color:	transparent;
	padding:	0;
	border:		0;
	cursor:		default;
	color: #FFFFFF;
	width: 100%;
	vertical-align: middle;
	height: 16px !important;
	font-family: Arial;	
}

.ThemeMiniRedSubMenu{ 
	position: absolute;
	visibility: hidden;
	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:        100;
	border:		0;
	padding:	0;
	background-color: #ff6602;
	width: 190px;
}

.ThemeMiniRedSubMenuTable{
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10pt !important;
}
.ThemeMiniRedMenu TD{
	font-size: 10pt !important;
}
.ThemeMiniRedSubMenuTable TD{
	white-space:	nowrap;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	padding-left: 5px !important;
	text-transform: none !important;
	font-size: 10pt !important;
}

.ThemeMiniRedMainItem,.ThemeMiniRedMainItemHover,.ThemeMiniRedMainItemActive,
.ThemeMiniRedMenuItem,.ThemeMiniRedMenuItemHover,.ThemeMiniRedMenuItemActive{
	white-space:	nowrap;
	padding-left: 15px !important;
	padding-right: 15px !important;
	text-transform: uppercase;
	border-right: 1px solid #FFFFFF;
	font-size: 8pt !important;
}

.ThemeMiniRedMainItemHover,.ThemeMiniRedMainItemActive,
.ThemeMiniRedMenuItemHover,.ThemeMiniRedMenuItemActive{
	background-color: #ff8408 !important;
	cursor: hand;
}

.ThemeMiniRedMenuSplit{
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:	inherit;
}

.ThemeMiniRedMenuVSplit{
	width:		1px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	}