﻿/* MENU Principal */

    .easyMenuContainer
    {
    	position:relative;
    	top:0px;
	    margin-top:0px;
    }
	
	.easyMenu div
	{
		float:left;
		position:relative;
		top:100px;
	}
	
	.easyMenuItemContainer
	{
	}

	.easyMenuItem
	{
		height: 27px;
		cursor: auto; cursor: pointer;
		padding: 0px;
	}
	
	.easyMenuItemOver
	{
		height: 27px;
		cursor: auto; cursor: pointer;
		padding: 0px;
	}
	
	.easyMenuItemIconCell
	{
	}
	
	.easyMenuItemIconCellOver
	{
	}

	.easyMenuItemContentCell
	{
		font-size: 12px;
		font-weight:bold;
		text-align: center;
		white-space: nowrap;
		height:27px;
		background-image: url(nav_center_unselected.png);
		background-repeat: repeat-x;
	}
	
	.easyMenuItemContentCell a
	{
		color:#694e3d;
		font-size: 12px;
		font-weight:bold;
		text-align: center;
		white-space: nowrap;
		text-decoration:none;
	}

	.easyMenuItemContentCellOver
	{
		font-size: 12px;
		color: #ffffff;
		font-weight:bold;
		text-align: center;
		white-space: nowrap;
		height:27px;
		background-image: url(nav_center_selected.png);
		background-repeat: repeat-x;
	}
	
	.easyMenuItemContentCellOver a
	{
		font-size: 12px;
		color:#f4a330;
    	font-weight:bold;
		text-align: center;
		white-space: nowrap;
		text-decoration:none;
	}

	.easyMenuSeparator, .easyMenuSeparatorOver
	{
		width:1px;
	}
	
	.easyMenuSeparatorIconCell, .easyMenuSeparatorContentCell, .easyMenuSeparatorIconCellOver, .easyMenuSeparatorContentCellOver
	{
	}
	
	.easyMenuItemSubMenuCell, .easyMenuItemSubMenuCellOver
	{
	}
	
	.easyMenuItemLeftRoundCornerCell
	{
		width:5px;
		background-image: url(nav_left_unselected.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
	.easyMenuItemLeftRoundCornerCellOver
	{
		width:5px;
		background-image: url(nav_left_selected.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
	.easyMenuItemRightRoundCornerCell
	{
		width:5px;
		background-image: url(nav_right_unselected.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
	.easyMenuItemRightRoundCornerCellOver
	{
		width:5px;
		background-image: url(nav_right_selected.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}

	/* 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;
	}