@media screen
{
	.easyMenu
	{
		/*border: 1px solid #ffffff;*/
		background-color: #ffffff;
		cursor:hand;
		cursor:pointer;
		/*height:20px;*/
		
	}
	
	/*.easyMenuItemContainer
	{
		cursor:hand;
		/*background-color: #FFFFFF;	
	}*/
	
	.easyMenuItem
	{
		cursor: hand; 
		cursor:pointer;
		/*background-color: #B6BDD2;*/
		background-color: #5553ad;
		/*border: 1px solid #ffffff;*/
		border-top:	1px solid #ffffff;
		font-family: Century Gothic;
		font-size: 20pt;
		text-align:center;
		height:20px;	
		padding: 0px;
		padding-right:2px;
		padding-left:4px;
	}

	.easyMenuItemOver
	{
		cursor: hand; 
		cursor:pointer;
		/*background-color: #B6BDD2;*/
		/*background-color: #1C1578;*/
		background-color:#df1f31;
		font-family:Century Gothic;
		border-top:	1px solid #ffffff;
		/*border: 1px solid #FEFEFE; */
		/*border:1px solid #ffffff;*/
		font-size: 20pt;
		height:20px;			
		padding:0px;
		padding-right:2px;
		padding-left:4px;
	}
	
	.easyMenuItem a
	{
		background-color: #5553ad;
		cursor: hand; 
		cursor:pointer;
		width: 125px;
		font-size: 20pt;		
		text-decoration: none;
	}

	.easyMenuItemOver a
	{
		color:white;
		cursor:hand;
		cursor:pointer;
		width: 125px;
		font-size: 20pt;
		text-decoration: none;
	}

	.easyMenuItemIconCell
	{
		width: 10px;
		cursor:hand;
		cursor:pointer;
	}

	.easyMenuItemIconCellOver
	{
		width: 10px;
		cursor:hand;
		cursor:pointer;
	}

	.easyMenuItemIconCell a
	{
		cursor:hand;
		cursor:pointer;
	}

	.easyMenuItemIconCellOver a
	{
		cursor:hand;
		cursor:pointer;
	}

	.easyMenuItemContentCell
	{
		padding: 2px;
		font-family: Century Gothic;
		font-size: 10pt;
		color: white;
		/*border-bottom:1px solid #000000;
		border-left:1px solid #000000;
		border-right:1px solid #000000;
		border-top:1px solid #000000;*/
		cursor:hand;
		cursor:pointer;
		padding-right:2px;
		padding-left:4px;
	}

	.easyMenuItemContentCellOver
	{
		padding: 2px;
		font-family: Century Gothic;
		font-size: 10pt;
		color: white;
		cursor:hand;
		cursor:pointer;
		padding-right:2px;
		padding-left:4px;
	}

	.easyMenuItemContentCell a
	{
		color: white;
		font-family: Century Gothic;
		font-size: 10pt;
		text-decoration: none;
		cursor:hand;
		cursor:pointer;
	}

	.easyMenuItemContentCellOver a
	{
		font-family: Century Gothic;
		font-size: 10pt;
		text-decoration: none;
		cursor:hand;
		cursor:pointer;
	}
/*
	.easyMenuSeparator
	{
		height: 3px;
		font-size: 1px;
		color: Silver;
		cursor:hand;
	}
	
	.easyMenuSeparatorOver
	{
		height: 3px;
		font-size: 1px;
		color: Silver;
		cursor:hand;
	}
*/
	.easyMenuSeparatorIconCell
	{
		height: 3px;
		font-size: 1px;
		cursor:hand;
		cursor:pointer;
	}
	
	.easyMenuSeparatorIconCellOver
	{
		height: 3px;
		font-size: 1px;
		cursor:hand;
		cursor:pointer;
	}
	
	.easyMenuSeparatorContentCell
	{
		height: 3px;
		font-size: 1px;
		cursor:hand;
		cursor:pointer;
	}

	.easyMenuSeparatorContentCellOver
	{
		height: 3px;
		font-size: 1px;
		cursor:hand;
		cursor:pointer;
	}

	.easyMenuItemSubMenuCell
	{
		width: 10px;
		padding-top: 2px;
		padding-right:2px;
		/*background-image: url('submenu.gif');*/
		background-repeat: no-repeat;
		background-position: 2px 4px;
		font-family: Century Gothic;
		font-size: 1px;
		cursor:hand;
		cursor:pointer;
		padding-left:4px;
	}
	
	.easyMenuItemSubMenuCellOver
	{
		width: 10px;
		padding-top: 2px;
		padding-left:4px;
		/*background-image: url('submenu.gif');*/
		
		padding-right:2px;
		background-repeat: no-repeat;
		background-position: 2px 4px;
		font-family: Century Gothic;
		font-size: 1px;
		cursor:hand;
		cursor:pointer;
	}

	/* do not change these classes */
	.menuContainerIframeUnderlay
	{
		border: 0;
		position : absolute; 
		visibility : hidden; 
		left : -2000px;
		top : 0px; 
		filter : "progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)"; 
		filter : "Alpha(Opacity='0')";
		background-color: White;
		cursor:hand;
		cursor:pointer;
	}
	#ob_em_mc td
	{
		padding: 0px;
		cursor:hand;
		cursor:pointer;
	}
	.ParentItemContentCell
	{
		font: 11px Tahoma; 
		color: #ffffff;
		text-align: center;
		width:130px;
		/*height: 20px;*/
	
	}
	/* do not change these classes */
}