@media screen
{
	.easyMenu
	{
	/*background-color: #ddbed3;*/
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #b59db4;
	border-right-color: #b59db4;
	border-left-color: #b59db4;
	*/
	width:100%;
	}
	
	.easyMenuItemContainer
	{
	}

	.easyMenuItem
	{
	height: 18px;
	cursor: auto;
	cursor: pointer;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	width:150px;
	color: #FFF;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	font-weight: bold;
	background-image: url(a_link.gif);
	background-repeat: repeat-x;
	}
	
	.easyMenuItem a
	{
		height: 24px;
		cursor: auto; cursor: pointer;
		
        
	}

	.easyMenuItemIconCell
	{
	}

	.easyMenuItemIconCell a
	{
	}

	.easyMenuItemContentCell
	{
	font-family: Tahoma;
	font-size: 12px;
	text-indent: 10px;
	white-space: nowrap;
	}

	.easyMenuItemContentCell a
	{
		font-family: Tahoma;
		font-size: 12px;
		
		color: #5f1e5d;
		text-indent: 10px;
		white-space: nowrap;
		
		text-decoration: none;
	}
	

	.easyMenuItemOver
	{
	height: 18px;
	cursor: auto;
	cursor: pointer;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	width:150px;
	font-weight: bold;
	color: #FFF;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	background-image: url(hover.gif);
	background-repeat: repeat-x;
	}
	
	.easyMenuItemOver a
	{
		height: 24px;
		cursor: auto; cursor: pointer;
		
			
	

		
	}

	.easyMenuItemIconCellOver
	{
	}

	.easyMenuItemIconCellOver a
	{
	}

	.easyMenuItemContentCellOver
	{
		
		font-family: Tahoma;
		font-size: 12px;
		text-decoration: none;
		text-indent: 10px;
		white-space: nowrap;
		width:100%;
	}

	.easyMenuItemContentCellOver a
	{
		
		font-family: Tahoma;
		font-size: 12px;
		text-decoration: none;
		text-indent: 10px;
		white-space: nowrap;
		width:100%;
	}

	.easyMenuSeparator
	{
	}
	
	.easyMenuSeparatorIconCell
	{
	}
	
	.easyMenuSeparatorContentCell
	{
	}

	.easyMenuSeparatorOver
	{
	}

	.easyMenuSeparatorIconCellOver
	{
	}
	
	.easyMenuSeparatorContentCellOver
	{
	}

	.easyMenuItemSubMenuCell
	{
		width: 10px;
		padding-top: 2px;
		background-image: url(submenu.gif);
		background-repeat: no-repeat;
		background-position: 2px 4px;
		font-family: Verdana;
		font-size: 1px;
		height:18px;
	}
	
	.easyMenuItemSubMenuCellOver
	{
		width: 10px;
		padding-top: 2px;
		background-image: url(submenu.gif);
		background-repeat: no-repeat;
		background-position: 2px 4px;
		font-family: Verdana;
		font-size: 1px;
		height:18px;
	}

	/* do not change these classes */
	.menuContainerIframeUnderlay
	{
		border: 0px;
		position : absolute; 
		visibility : hidden; 
		top : -2000px;
		left : 0px; 
		filter : "progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)"; 
		filter : "Alpha(Opacity='0')";
		opacity : 0;
		--moz-opacity : 0;

		background-color: White;
	}
	#ob_em_mc
	{
		width: 100%;
		height: 100%;
		border-collapse: separate;
		border-spacing: expression(cellSpacing=0);
		border-spacing: 0px;
	}
	#ob_em_mc td
	{
		padding: 0px;
	}
	
	
	#ob_em_mc td a
	{
	color: #FFF;
	}
	
	
	#ob_em_mc td a:hover
	{
	color: #FFF;
	text-decoration:none;
	}
	
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}