﻿@media screen
{
	.easyMenu
	{
		/*border-right: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		border-top: 1px solid #cccccc;

		
		/*border-top:1px solid #a47d75;
		border-left: 1px solid #a47d75;
		border-right: 1px solid #a47d75;
		border-bottom: 1px solid #a47d75;
		background-color: #F9F9F9; */
		
		/* background-color: #fefbdc; */ 
		/*background-color: #f7f5f4;		
		 background-color: #ffff94; */
		
		
		/*background-repeat:no-repeat;*/

 vertical-align:middle;
	height:20px;
 text-align:left;
 
		border-top: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		border-bottom:1px solid #ffffff;
/*		
		border-top: 1px solid #ffffff;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-bottom:1px solid #cccccc;
*/
		
	 width:100%;	
		background-color: #E6E6E6;
		
	}
	
	.easyMenuItemContainer
	{
	
	}

	.easyMenuItem
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		/*border-bottom: 1px solid #F9F9F9;*/
		padding: 0px; 

		font-family:Verdana;
	}
	
	.easyMenuItem a
	{
		height: 22px;
		cursor: auto; cursor: pointer;
	}

	.easyMenuItemIconCell
	{
	}

	.easyMenuItemIconCell a
	{
	}

	.easyMenuItemContentCell
	{
		/*font-family: Tahoma;*/
		font-size: 11px;
		color:#666666;
		text-indent: 10px;
		background-color: #b29b98;
		width:148px; 
		white-space: nowrap;
	/*	
		border-top: 1px solid transparent;
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
		border-bottom:1px solid transparent;
*/
	 
		border-right: 1px solid #666666;
		border-left: 1px solid #666666;
		border-bottom: 1px solid #e6e6e6;
		border-top: 1px solid #e6e6e6;

	/* background-color:#f7f5f4;*/
	 	background-color:transparent;
	}

	.easyMenuItemContentCell a
	{
		height: 20px;
		color:#660000;  /*black;*/
		/* color:red; */
		/* color: Black; 
		font-family:Verdana;
		/*font-size: 8px;*/
		font-style:normal;
		text-decoration: none;
		text-indent: 5px;
		white-space: nowrap;
		background-color:transparent;
		background-image:url();
		font-weight:lighter;
		/*font-weight: bold;*/
	}

	.easyMenuItemOver
	{
		height: 20px;
		cursor: pointer; cursor: pointer;
		/*border-bottom: 1px solid #CCCCCC;*/
		background-color:#FFEBAE;
		padding: 0px;
	}
	
	.easyMenuItemOver a
	{
		height: 20px;
		cursor: pointer; cursor: pointer;
		/* background-color:#EAEAEA;
		background-color:#9a7672; 
		background-image:url("topnavselected_cardinal.gif");*/
		font-family:Tahoma;
		color: #000000;


	}

	.easyMenuItemIconCellOver
	{
	}

	.easyMenuItemIconCellOver a
	{
	}

	.easyMenuItemContentCellOver
	{
		color: White;
		font-family: Tahoma;
		font-size: 11px;
		text-decoration: none;
		text-indent: 10px;
		white-space: nowrap;
		background-position: 2px 4px;

	}

	.easyMenuItemContentCellOver a
	{
		color: White;
		cursor: auto; cursor: pointer;
		font-family: Tahoma;
		font-size: 11px;
		text-decoration: none;
		white-space: nowrap;
		background-position: 2px 4px;

	}

	.easyMenuSeparator
	{
	}
	
	.easyMenuSeparatorIconCell
	{
	}
	
	.easyMenuSeparatorContentCell
	{
	}

	.easyMenuSeparatorOver
	{
	}

	.easyMenuSeparatorIconCellOver
	{
	}
	
	.easyMenuSeparatorContentCellOver
	{
	}

	.easyMenuItemSubMenuCell
	{

	
		width: 10px;
		padding-top: 0px;
		background-image: url(submenu.gif);
		background-repeat: no-repeat;
		background-position: 2px 6px;
		font-family: Verdana;
		font-size: 1px;
		height:18px;
	}
	
	.easyMenuItemSubMenuCellOver
	{
		width: 10px;
		padding-top: 0px;
		background-image: url(submenu.gif);
		background-repeat: no-repeat;
		background-position: 2px 4px;
		font-family: Verdana;
		font-size: 1px;
	}

	/* do not change these classes */
	.menuContainerIframeUnderlay
	{
		border: 0px;
		position : absolute; 
		visibility : hidden; 
		top : -2000px;
		left : 0px; 
		filter : "Alpha(Opacity='0')"; 
		filter : "Alpha(Opacity='0')";
		opacity : 0;
		--moz-opacity : 0;

		background-color: #CCCCCC;
	}
	#ob_em_mc
	{
		width: 100%;
		height: 100%;
		border-collapse: separate;
		border-spacing: expression(cellSpacing=0);
		border-spacing: 0px;
	}
	#ob_em_mc td
	{
		padding: 0px;
	}
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}

