@define
{
	TopGroup;
	MenuGroup;
	TopMenuItem;
	TopMenuItemHover;
	MenuItem;
	MenuItemHover;
	MenuItemHover_Span;
	ChildMenuItem;
	ChildMenuItemHover;
	MenuBreak;
	SelectedItem;
	SelectedItemHover;
	SelectedChildMenuItem;
	SelectedChildMenuItemHover;
	PopChildItem;
	PopChildItemHover;
}

.TopGroup
{
	@TopGroup;
}

.MenuGroup
{ 
	@MenuGroup;
}

.TopMenuItem
{  
	@TopMenuItem;
}

.TopMenuItemHover 
{  
	@TopMenuItemHover;
}

.MenuItem
{	
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #3F3F3F;
	text-decoration: none;		
	width: 165px;
	height: 21px;
	cursor: pointer;
	text-transform: uppercase;
}

.MenuItemHover
{  	
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #248801;
	width: 165px;
	height: 21px;
	cursor: pointer;
}


.ChildMenuItem
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #248801;
	text-decoration: none;
	padding:1px;	
	width: 165px;
	height: 21px;
	background-color: #D3D3D3;
	cursor: pointer;
}

.ChildMenuItemHover
{  
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;	
	padding:1px;	
	width: 165px;
	height: 21px;
	background-color: #ADADAD;
	cursor: pointer;
}

.SelectedChildMenuItem
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding:1px;	
	width: 165px;
	height: 21px;
	background-color: #ADADAD;
	cursor: pointer;
}

.SelectedChildMenuItemHover
{  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0F6409;
	text-decoration: none;
	padding:1px;
	width: 165px;
	height: 21px;
	background-color: #ADADAD;
	cursor: pointer;
}

.MenuItemHover Span
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #0F6409;
	text-decoration: none;
	padding:2px;
	width: 165px;
	height: 21px;
	cursor: pointer;	
}

.MenuBreak
{
	@MenuBreak;
}

.SelectedItem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3F3F3F;
	text-decoration: none;
	padding:2px;
	width: 165px;
	height: 21px;
	cursor: pointer;
}

.SelectedItemHover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #248801;
	padding:2px;
	width: 165px;
	height: 21px;
	cursor: pointer;
}

.PopChildItem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3F3F3F;
	text-decoration: none;
	background-color: #DFDFDF;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
	padding:1px;
	width: 165px;
	height: 21px;
	cursor: pointer;
}

.PopChildItemHover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;	
	padding:1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
	width: 165px;
	height: 21px;
	cursor: pointer;
}