.Menu
{
	background-color:	#2653a6;
	font-family:	verdana, arial, sans-serif;
	font-size:	8.5pt;
	color:		white;

	padding:	0;
	border:		0;


	cursor:		default;
	width:		425px;
	height:		21px;
}

.SubMenuTable
{

	font-family:	verdana, arial, sans-serif;
	font-size:	8.5pt;
	color:		white;
	background-color:	#708aba;

	padding:	0;
	border:		0;

	cursor:		default;
	width:		150px;
	height:		20px;
	border-top:	10px solid #3c5075;
	border-bottom:	10px solid #3c5075;
}

.SubMenu
{
	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;

	/* For Shadow Unremark the following line of code */
	 filter:progid:DXImageTransform.Microsoft.Shadow(color=#848A84, Direction=135, Strength=4);
}

.SubMenuTable TD
{
	height:		16px;
	white-space:	nowrap;
}

.MainItem, MenuItem
{
}

.MainItemHover,.MainItemActive,
{
	white-space:	nowrap;
	background-color:	#4472c6;
	color: 		white;
}

.MenuItemHover,.MenuItemActive
{
	white-space:	nowrap;
	background-color:	#1c2f64;
	color: 		white;
}

.MenuSplit
{
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid white;
}

.MenuVSplit
{
	width:		1px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid white;
}
