@media screen
{
	.ParentMenu
	{
		padding-left:1px;
		padding-right:1px;
		background-image:url(index-1_03-04.jpg);
		background-repeat:repeat-x;
	}
	.ParentItemContainer
	{
	}
	.ParentItem
	{
		height:26px;
		background-image:url(index-1_03-04.jpg);
		background-repeat:repeat-x;
	}
	.ParentItemOver
	{ 
		height:26px;
		background-image:url(index-1_03-04.jpg);
		background-repeat:repeat-x;
	}
	.ParentItemContentCell, .ParentItemContentCellOver
	{
		white-space: nowrap;
		font: bold 16px/17px arial,Tahoma,Verdana, Sans-Serif;
		text-transform: none;
		color: white;
		text-align: justify;
		text-decoration: none;
		padding-left: 40px;
	}
	.ParentItemSubmenuCell,.ParentItemSubmenuCellOver
	{
		display: none;
	}
	.ParentSeparator, .ParentSeparatorOver
	{
		width:2px;
		background-image:url(sep.gif);
		background-repeat:no-repeat;	
	}
	.ParentSeparatorContentCell, .ParentSeparatorContentCellOver
	{
		display: none;
	}

	.easyMenu
	{
		border:1px solid #818282;
		/*background:url(s_bg.gif) #CFCFCF;*/
		background-color: #ff9b00;
	}
	
	.easyMenuItemContainer
	{
	}

	.easyMenuItem
	{
		height: 25px;
		cursor: auto;
		cursor: pointer;
		color: white;
		padding: 0px;
		font-weight: bold;
		font-size: 14px;
		text-decoration: none;
	}
	
	.easyMenuItemOver
	{
		/*cursor: auto; cursor: pointer;
		padding: 2px;
		padding-left: 5px;
		height: 16px;
		background-color: #073771;
		border: 1px solid white;
		width: 100%;*/
		background-color: #ff9b00;
	}
	
	.easyMenuItem a
	{
		cursor: auto; cursor: pointer;
		width: 100%;
		text-decoration: none;
		font-family: arial;
		font-size: 14px;
		color: white;
		text-indent: 10px;
		white-space: nowrap;
		font-weight: bold;
	}

	.easyMenuItemOver a
	{
		cursor: auto;
		cursor: pointer;
		width: 100%;
		text-decoration: underline;
		font-family: arial;
		font-size: 14px;
		color: white;
		text-indent: 10px;
		white-space: nowrap;
		font-weight: bold;
	}
	
	.easyMenuItemIconCell
	{
	
	}

	.easyMenuItemContentCell
	{
		font-family: arial;
		font-size: 14px;
		color: white;
		text-indent: 10px;
		white-space: nowrap;
		font-weight: bold;
	}

	.easyMenuItemOver
	{
		font-family: arial;
		font-size: 14px;
		color: white;
		height: 25px;
		cursor: auto;
		cursor: pointer; /*background:url(s_bg_a.gif) #AFAFAF;		*/
		padding: 0px;
		font-weight: bold;
		text-decoration: underline;
	}
	
	.easyMenuItemIconCellOver
	{
	}

	.easyMenuItemContentCellOver
	{
		color: white;
		font-family: arial;
		font-size: 14px;
		text-decoration: underline;
		text-indent: 10px;
		white-space: nowrap;
		font-weight: bold;
	}

	.easyMenuSeparator
	{
	}
	
	.easyMenuSeparatorIconCell
	{
	}
	
	.easyMenuSeparatorContentCell
	{
	}

	.easyMenuSeparatorOver
	{
	}

	.easyMenuSeparatorIconCellOver
	{
	}
	
	.easyMenuSeparatorContentCellOver
	{
	}

	.easyMenuItemSubMenuCell
	{
		width: 15px;	
		background-image: url(submenu.gif);
		background-repeat: no-repeat;
		background-position: 0px 50%;
	}
	
	.easyMenuItemSubMenuCellOver
	{
		width: 15px;	
		background-image: url(submenu_white.gif);
		background-repeat: no-repeat;
		background-position: 0px 50%;
	}

	/* 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%;
	}
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}