@media screen
{
	.easyMenu
	{
	color: #FFFFFF;
	background: #FFFFFF;
	border: 1px solid #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	}
	
	.easyMenu a:link {
	color: #000000;
	text-decoration: none;
	}
	
	.easyMenu a:visited
	{
	color: #000000;	
	text-decoration: none;
	}
	
	.easyMenu a:hover
	{
	color: #000000;	
	text-decoration: none;
	}
	
	.easyMenuItemContainer
	{
	padding-top: 3px;
	padding-bottom: 3px;
	}
	
	.easyMenuItem
	{
		cursor: auto; cursor: pointer;
		font: 11px tahoma;
		color: #FFFFFF;
		background: #FFFFFF url(menu_icon.gif) no-repeat 10px;
		height: 24px;
	}

	.easyMenuItemOver
	{
	cursor: auto;
	cursor: pointer;
	font: 11px tahoma;
	color: #cfa460;
	height: 24px;
	background: url(submenuIkona_03.gif) no-repeat 12px;
	}
	
	.easyMenuItem a
	{
		cursor: auto; cursor: pointer;
		font: 11px tahoma;
		color: #bea500;
		height: 24px;
	}		
	
	.easyMenuItemOver a
	{
		cursor: auto; cursor: pointer;
		font: 11px tahoma;
		color: #bea500;
		height: 24px;
	}
	
	.easyMenuItemIconCell
	{
		width: 25px;
	}

	.easyMenuItemIconCellOver
	{
		width: 25px;
	}

	.easyMenuItemIconCell a
	{
	}

	.easyMenuItemIconCellOver a
	{
	}
	
	.easyMenuItemContentCell
	{
		color: #FFFFFF;
		font-family: Tahoma;
		font-size: 11px;
	}

	.easyMenuItemContentCell a
	{
		color: #bea500;
		font-family: Tahoma;
		font-size: 11px;
		text-decoration: none;
	}

	.easyMenuItemContentCellOver a
	{
		color: #bea500;
		font-family: Tahoma;
		font-size: 11px;
		text-decoration: none;
	}
	
	.easyMenuSeparator
	{
	width: 150;
	background-image: url('/images/menu_pregrada.gif');
	}	
	
	.easyMenuSeparatorOver
	{
		height: 3px;
		font-size: 1px;
		color: Silver;
	}

	.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;
		padding-top: 2px;
		background-image: url('submenu.gif');
		background-repeat: no-repeat;
		background-position: 2px 4px;
		font-family: Verdana;
		font-size: 1px;
	}
	
	.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;
	}

	/* 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 */
}