.TopMenuGroup
{
	background-color:#666666;
	border: 1px;
	border-style:solid;	
	border-color:#989898;
	padding: 2px;
	z-index:2;
	font-size:110%;
	color:Black;
	
}

.SubMenuGroup
{
	background-color:#eeeeee;
	border: 1px;
	border-style:solid;	
	border-color:#989898;
	padding: 3px;
	font-size: 80%;
	color:#000000;
}

.MenuItemTest
{
	background-color:#F1F1F1;
	border: 1px;
	border-style:solid;	
	border-color:#F1F1F1;	
	font-weight:normal;
	padding: 3px; 
	cursor: hand;
	color:#000000;
}

.MenuItem
{
	background-color:#666;
	border: 1px;
	border-style:solid;	
	border-color:#F1F1F1;	
	font-weight:normal;
	padding: 3px; 
	cursor: hand;
	text-align:center;
	color:#ffffff;
}

.MenuItem A
{
	color: #ffffff;
	font-family: Verdana,Arial;
	font-size: 11;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	text-align:center;
}


.MenuItemOver
{
	background-color: #CCCCCC;
	border: 1px;
	border-style: solid;
	border-color: #989898;
	padding: 3px;
	cursor: hand;
	text-align:center;
	color:#ffffff;
}

.MenuItemOver A
{
	color: #ffffff;
	font-family: Verdana,Arial;
	font-size:11;
	font-weight: bold;
	cursor: hand;
	text-decoration: none;
	text-align:center;
}

.MenuItemOver A:visited
{
	color: #ffffff;
	font-family: Verdana,Arial;
	font-size:11;
	font-weight: bold;
	cursor: hand;
	text-decoration: none;
	text-align:center;
}

.MenuItemSelected
{
	border-right: #8bb0db 1px solid;
	padding-right: 2px;
	border-top: #8bb0db 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #8bb0db 1px solid;
	cursor: hand;
	padding-top: 2px;
	border-bottom: #8bb0db 1px solid;
	background-color: #f96002;
	text-align:center;
	color: #000000;
}

.MenuItemSelected A
{
	color: #ffffff;
	font-family: Verdana,Arial;
	font-size: 11;
	font-weight: bold;
	cursor: hand;
	text-decoration: none;
	text-align:center;
}

.MenuItemDisabled A
{
	font-weight: normal;
	font-size: 11px;
	cursor: hand;
	color: gray;
	font-family: Verdana,Arial;
	text-decoration: none;
	text-align:center;
}

.MenuItemDisabled
{
	background-color:#F1F1F1;
	border: 1px;
	border-style:solid;	
	border-color:#F1F1F1;	
	font-weight:normal;
	padding: 3px; 
	text-align:center;
}

.ToolTip
{
	border: 1px;
	border-style: solid;	
	border-color: #000000; 
	padding: 3px;	
	background-color: #fff7da;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}