@media screen
{
	.ParentMenu_Vertical
	{
	padding-left: 0px;
	padding-right: 0px;
	}
	.ParentItem_Vertical
	{
		background-color:#5D5647;
		
	}
	.ParentItemContainer_Vertical
	{
	height: 25px;
	background-image: url(bg.gif);
	text-align:right;
	}
	.ParentItemOver_Vertical
	{
	background-color: #5D5647;
	}
	.ParentItemContentCell_Vertical, .ParentItemContentCell_Vertical a
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	font-style: normal;
	text-decoration: none;
    margin-right:10px;
	}
	.ParentItemContentCellOver_Vertical, .ParentItemContentCellOver_Vertical a
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	font-style: normal;
	text-decoration: none;
    margin-right:10px;	
	}

	.ParentItemSubmenuCell_Vertical,.ParentItemSubmenuCellOver_Vertical
	{
		display: none;
	}
	.ParentSeparator_Vertical, .ParentSeparatorOver_Vertical
	{
		width: 2px;
		background-color: #FFFFFF;
		padding:0;
	}
	.ParentSeparatorContentCell_Vertical, .ParentSeparatorContentCellOver_Vertical
	{
		width: 1px;
		font: 1px Verdana;
		padding: 0px;
	}

	.easyMenu_Vertical
	{
		border:1px solid #a4bed0;
		filter: Alpha(opacity=95);
		-moz-opacity: 0.95;
		opacity: .95;
		
	}
	
	.easyMenuItemContainer_Vertical
	{
	}

	.easyMenuItem_Vertical
	{
	height: 25px;
	cursor: auto;
	cursor: pointer;
	background-color: #FFFFFF;
	padding: 0px;
	}
	
	.easyMenuItemIconCell_Vertical
	{
	
	}


	.easyMenuItemOver_Vertical
	{
	height: 25px;
	cursor: auto;
	cursor: pointer;
	background-color: #676767;
	padding: 0px;
	}
	
	.easyMenuItemIconCellOver_Vertical
	{
	}
	.easyMenuItemContentCell_Vertical
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;	
	text-indent: 10px;	
	}
	.easyMenuItemContentCellOver_Vertical
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	word-spacing: 2.2pt;
	color: #FFFFFF;
	text-indent: 10px;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
	}

	.easyMenuSeparator_Vertical
	{
	}
	
	.easyMenuSeparatorIconCell_Vertical
	{
	}
	
	.easyMenuSeparatorContentCell_Vertical
	{
	}

	.easyMenuSeparatorOver_Vertical
	{
	}

	.easyMenuSeparatorIconCellOver_Vertical
	{
	}
	
	.easyMenuSeparatorContentCellOver_Vertical
	{
	}

	.easyMenuItemSubMenuCell_Vertical
	{
		width: 15px;
		background-image: url(submenu.gif);
		background-repeat: no-repeat;
		background-position: 0px 9px;
		font-family: Verdana;
		font-size: 1px;
	}
	
	.easyMenuItemSubMenuCellOver_Vertical
	{
		width: 15px;
		background-image: url(submenu_white.gif);
		background-repeat: no-repeat;
		background-position: 0px 9px;
		font-family: Verdana;
		font-size: 1px;
	}

	/* do not change these classes */
	.menuContainerIframeUnderlay_Vertical
	{
		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_Vertical
	{
		width: 100%;
		height: 100%;
		border-collapse: separate;
		border-spacing: expression(cellSpacing=0);
		border-spacing: 0px;
	}
	#ob_em_mc_Vertical td
	{
	}
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}