.Menu,.SubMenuTable
{
	white-space:	nowrap;
	float:			left;
}

.Menu
{
	width:			100%;
}

.SubMenu
{
	position:		absolute;
	visibility:		hidden;
	z-index:		100;
	padding:		0px;
	overflow:		visible;
	border:			1px solid #8DABCC;
}

.SubMenuTable
{
	overflow:		visible;
}

.MainItem,.MainItemHover,.MainItemActive,
.MenuItem,.MenuItemHover,.MenuItemActive
{
	white-space:	nowrap;
}

.MainItem
{
	height: 			16px;
	background-color:	#8DABCC;
	text-align:			center;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10px;
	color:				#FFFFFF;
	font-weight:		bold;
	text-transform:		uppercase;
	border-bottom:		#D9E3EE 5px solid;
	display:			block;
}

.MainItemHover,.MainItemActive
{
	height: 			16px;
	background-color:	#8DABCC;
	text-align:			center;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10px;
	color:				#FFFFFF;
	font-weight:		bold;
	text-transform:		uppercase;
	border-bottom:		#00428C 5px solid;
	display:			block;
}

.MenuItem
{
	background-color:	#D9E3EE;
}

.MenuItemHover,.MenuItemActive
{
	background-color:	#FFFFFF;
}


/* sub menu sub components */
.MenuFolderText,.MenuItemText
{
	font-weight:		bold;
	padding:			5px 20px 5px 5px;
	white-space:		nowrap;
}
