.TopGroup
{
}

.MenuGroup
{
	background-color: #EFA563;
	xborder: solid 1px #72c4f4;
	border: 0px;
	opacity: .9;
	xfilter: alpha(opacity=80);
}

.TopMenuItem
{
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	line-height:14px;
}

.TopMenuItemHover
{
	font-size: 10px;
	cursor: pointer;
	line-height:14px;
}

.MenuItem, .MenuItem td
{
	color: #ffffff;
	background-color: #EFA563;
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	cursor: pointer;
	line-height:14px;
}

.MenuItemHover, .MenuItemHover td
{
	color: #ffffff; 
	background-color: #EF7B32;
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;	
	cursor: pointer;
	line-height:14px;
}

.MenuBreak, .MenuBreak td
{
	ImageUrl: "~/images/trans.gif";
}
