@media screen
{
	
	.easyMenu {
	color: #000000;
	border: 1px solid #254070;
	text-align: left;
	font: 13px Tahoma, "Trebuchet MS", Arial;
	background: #212c42;
	}
	
	.easyMenu a:link, .easyMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	.easyMenu a:hover, .easyMenu a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
		
	.easyMenuItemContainer
	{
	}
	
	.easyMenuItem
	{
	cursor: auto;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	}

	.easyMenuItemOver
	{
	cursor: auto;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	background: #192233;
	}
	
	.easyMenuItem a
	{
	cursor: auto;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	}		
	
	.easyMenuItemOver a
	{
	cursor: auto; cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	}
	
	.easyMenuItemIconCell
	{
	width:15px;
	}

	.easyMenuItemIconCellOver
	{
	width:15px;
	}

	.easyMenuItemIconCell a
	{
	width:15px;
	}

	.easyMenuItemIconCellOver a
	{
	width:15px;
	}
	
	
	.easyMenuItemContentCell
	{
	}

	.easyMenuItemContentCell a
	{
	color: #FFFFFF;
	text-decoration: none;
	}

	.easyMenuItemContentCellOver a
	{
	color: #FFFFFF;
	text-decoration: none;
	}
	
	
.easyMenuSeparator {
    height: 3px;
    font-size: 1px;
    background-color: red;
}
.easyMenuSeparatorOver {
    height: 3px;
    font-size: 1px;
    background-color: yellow;
}

	.easyMenuSeparatorIconCell
	{
		height: 3px;
		font-size: 1px;
	}
	
	.easyMenuSeparatorIconCellOver
	{
		height: 3px;
		font-size: 1px;
	}
	
	.easyMenuSeparatorContentCell
	{
		height: 3px;
		font-size: 1px;
	}

	.easyMenuSeparatorContentCellOver
	{
		height: 3px;
		font-size: 1px;
	}

	.easyMenuItemSubMenuCell
	{
	width: 10px;
	background: url(submenu.gif) no-repeat;
	}
	
	.easyMenuItemSubMenuCellOver
	{
	width: 10px;
	background: url(submenu.gif) no-repeat;
	}

	/* 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')";
		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;
	}
	/* do not change these classes */
}