@media screen
{
	.ParentMenu
	{
		background-image: url(/kongwheel/Stylesheet/emstyles/styles/horizontal1/margin.gif);
		background-repeat: repeat-x; background-position: left bottom;
		height: 30px;
		padding-left: 1px;
		padding-right: 1px;
	}
	
	.ParentItemContainer
	{
		background-image: url(/kongwheel/Stylesheet/emstyles/styles/horizontal1/mid.gif);
		background-repeat: repeat-x;
	}
	
	.ParentItem
	{
		background-image: url(/kongwheel/Stylesheet/emstyles/styles/horizontal1/mid.gif); 
		cursor: pointer; cursor: auto;
		background-repeat: repeat-x;
		height: 30px;
	}
	.ParentItem A /*added by user */
	{
		text-decoration: none;
		color: Black;
	}
	
	.ParentItemContentCell
	{
		font: 11px Tahoma; 
		color: #666666;
		text-align: center;
	}

	.ParentItemSubmenuCell, .ParentItemSubMenuCellOver
	{
		display: none;
	}

	.ParentItemOver
	{
		/*background-image: url(/kongwheel/Stylesheet/emstyles/styles/horizontal1/mid_over.gif);*/
		cursor: pointer; cursor: auto;
		background-repeat: repeat-x; 
		height: 30px;
		
	}
	
	.ParentItemOver A /*added by user */
	{
		cursor: hand;
		height: 30px;
		color: Red;
		text-decoration: none;
		
	}

	.ParentItemContentCellOver
	{
		font: 11px Tahoma; 
		color: #ffffff;
		text-align: center;
	}
	
	.ParentSeparator, .ParentSeparatorOver
	{
		background-image: url(/kongwheel/Stylesheet/emstyles/styles/horizontal1/mid.gif); 
		width:1px;
		padding: 0px;
	}
	.ParentSeparatorContentCell,.ParentSeparatorContentCellOver
	{
		color: #D6D6D6;
	}
	
	.easyMenu
	{
		border-top: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		background-color: #F9F9F9;
	}
	
	.easyMenuItemContainer
	{
	}

	.easyMenuItem
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		border-bottom: 1px solid #CCCCCC;
		padding: 0px;
	}
	
	.easyMenuItem a
	{
		height: 20px;
		cursor: auto; cursor: pointer;
	}

	.easyMenuItemIconCell
	{
	}

	.easyMenuItemIconCell a
	{
	}

	.easyMenuItemContentCell /*This is the sub menu cell */
	{
		font-family: Tahoma;
		font-size: 11px;
		color: #666666;
		text-indent: 10px;
		width: 130px;
	}

	.easyMenuItemContentCell a
	{
		height: 20px;
		color: Black;
		font-family: Tahoma;
		font-size: 11px;
		text-decoration: none;
		text-indent: 10px;
	}

	.easyMenuItemOver
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		border-bottom: 1px solid #CCCCCC;
		background-color: Red;
		padding: 0px;
	}
	
	.easyMenuItemOver a
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		background-color: Red;
	}

	.easyMenuItemIconCellOver
	{
	}

	.easyMenuItemIconCellOver a
	{
	}

	.easyMenuItemContentCellOver
	{
		color: White;
		font-family: Tahoma;
		font-size: 11px;
		text-decoration: none;
		text-indent: 10px;
		width: 130px;
	}

	.easyMenuItemContentCellOver a
	{
		color: White;
		cursor: auto; cursor: pointer;
		font-family: Tahoma;
		font-size: 11px;
		text-decoration: none;
	}

	.easyMenuSeparator
	{
	}
	
	.easyMenuSeparatorIconCell
	{
	}
	
	.easyMenuSeparatorContentCell
	{
	}

	.easyMenuSeparatorOver
	{
	}

	.easyMenuSeparatorIconCellOver
	{
	}
	
	.easyMenuSeparatorContentCellOver
	{
	}

	.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;
	}
	
	.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;
	}

	/* 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 */
}