@media screen
{
	.ParentMenu
	{
		background-image: url(margin.gif);
		background-repeat: repeat-x; background-position: left bottom;
		height: 30px;
		padding-left: 1px;
		padding-right: 1px;
		z-index:1;
	}
	
	.ParentItemContainer
	{
		background-image: url(mid.gif);
		background-repeat: repeat-x;
		z-index:1;
	}
	
	.ParentItem
	{
		background-image: url(mid.gif); 
		cursor: pointer; cursor: auto;
		background-repeat: repeat-x;
		height: 30px;
		z-index:1;
	}
	
	.ParentItemContentCell
	{
		font-size:small;
		font-family:Tahoma;
		font-weight:normal;
		color: #666666;
		text-align: center;
		white-space: nowrap;
		width:100%;
		z-index:1;
	}

	.ParentItemOver
	{
		background-image: url(mid_over.gif); 
		cursor: pointer; cursor: auto;
		background-repeat: repeat-x; 
		height: 30px;
		z-index:1;
	}

	.ParentItemContentCellOver
	{
		font-size:small;
		font-family:Tahoma;
		font-weight:normal;
		color: #ffffff;
		text-align: center;
		white-space: nowrap;
		width:100%;
		z-index:1;
	}

	.ParentItemSubMenuCell, .ParentItemSubMenuCellOver
	{
		width: 10px;
		background-image: url(submenu_parent.gif);
		background-repeat: no-repeat;
		background-position: 0px 13px;
		font-family: Verdana;
		font-size: 1px;
		height:30px;
		z-index:1;
	}
	
	.ParentSeparator, .ParentSeparatorOver
	{
		background-image: url(mid.gif); 
		width:1px;
		padding: 0px;
		z-index:1;
	}
	.ParentSeparatorContentCell,.ParentSeparatorContentCellOver
	{
		color: #D6D6D6;
		z-index:1;
		
	}
	
	.easyMenu
	{
		position: relative;

		border-top: 0px solid #CCCCCC;
		border-left: 0px solid #CCCCCC;
		border-right: 0px solid #CCCCCC;
		width:100%;
		/*width:800px;
	    margin-left:auto;
	    margin-right:auto;*/
		z-index:1;
	}
	
	.easyMenuItemContainer
	{
	margin-left:auto;
	margin-right:auto;
		z-index:1;
	}
	
	.easyMenuItemLeftRoundCornerCell
	{
		width:10px;
		z-index:1;
	}	
	
	.easyMenuItemRightRoundCornerCell
	{
		width:10px;
		z-index:1;
	}
	
	
	.easySubMenuItemContainer
	{
		border-top: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		border-bottom:1px solid #CCCCCC;
		background-color:#F9dDaA;
		z-index:1;
	}

	.easyMenuItem
	{
		background: url(common_images/public/ToolbarSmall.png);
		background-repeat:repeat-x;
		height: 20px;
		cursor: auto; cursor: pointer;
		border-bottom: 0px;
		/*padding-left:5px;*/
		padding-right:25px;
		font-weight:bold;
	}
	
	.easyMenuItem a
	{
		height: 20px;
		font-weight:normal;
		z-index:1;
		/*padding-right:15px;*/
		cursor: pointer;
		
	}

	.easyMenuItemIconCell
	{
		width:5px;
		z-index:1;
	}

	.easyMenuItemIconCell a
	{
		width:25px;
		z-index:1;
	}

	.easyMenuItemContentCell
	{
		font-size:small;
		font-family:Tahoma;
		font-weight:normal;
		color: #666666;
		text-indent: 15px;
		white-space: nowrap;
	    width:100%;
		/*width:200px;*/
		z-index:1;
	}

	.easyMenuItemContentCell a
	{
		height: 20px;
		color: Black;
		font-size:small;
		font-family:Tahoma;
		font-weight:normal;
		text-decoration: none;
		text-indent: 15px;
		white-space: nowrap;
		width:100%;
		/*width:200px;*/
		z-index:1;
	}

	.easyMenuItemOver
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		border-bottom: 0px solid #000000;
		background-color: #FF6258;
		background-image:url(common_images/public/ToolbarSmall.png);
		/*padding-left:5px;*/
		padding-right:25px;
		z-index:1;
	}
	
	.easyMenuItemOver a
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		background-color: #FF6258;
		background-image:url(common_images/public/ToolbarSmall.png);
		z-index:1;
	}

	.easyMenuItemIconCellOver
	{
		z-index:1;
	}

	.easyMenuItemIconCellOver a
	{
		z-index:1;
	}

	.easyMenuItemContentCellOver
	{
		color: White;
		font-size:small;
		font-family:Tahoma;
		font-weight:normal;
		text-decoration: none;
		text-indent: 15px;
		white-space: nowrap;
		width:100%;
		z-index:1;
	}

	.easyMenuItemContentCellOver a
	{
		color: White;
		cursor: auto; cursor: pointer;
		font-size:small;
		font-family:Tahoma;
		font-weight:normal;
		text-decoration: none;
		white-space: nowrap;
		z-index:1;
	}

	.easyMenuSeparator
	{
		border-bottom: 1px solid #CCCCCC;
		width:5px;
		z-index:1;
	}

	.easyMenuSeparatorIconCell
	{
		vertical-align:top;
		width:5px;
		z-index:1;
	}
	
	.easyMenuSeparatorContentCell
	{
		vertical-align:top;
		width:5px;
		z-index:1;
	}

	.easyMenuSeparatorOver
	{
		border-bottom: 1px solid #CCCCCC;
		z-index:1;
	}

	.easyMenuSeparatorIconCellOver
	{
		vertical-align:top;
		width:5px;
		z-index:1;
	}
	
	.easyMenuSeparatorContentCellOver
	{
		vertical-align:top;
		width:5px;
		z-index:1;
	}

	.easyMenuItemSubMenuCell
	{
		width: 10px;
		padding-top: 2px;
		background-image: url(submenu.gif);
		background-repeat: no-repeat;
		background-position: 2px 6px;
		font-family: Verdana;
		font-size: 1px;
		height:18px;
		z-index:1;
	}
	
	.easyMenuItemSubMenuCellOver
	{
		width: 10px;
		padding-top: 2px;
		background-image: url(submenu.gif);
		background-repeat: no-repeat;
		background-position: 2px 6px;
		font-family: Verdana;
		font-size: 1px;
		height:18px;
		z-index:1;
	}

	/* 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;
padding-bottom: 0px;

	}
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}