@media screen
{
	.ParentMenu, .ParentItemContainer
	{
		background-image: url(../images/margin.gif);
		background-repeat: repeat-x;
		background-position: left bottom;
		height: 30px; /*border: solid 2px red; top bar borders*/
	}
	.ParentItem
	{
		background-image: url(../images/e.jpg);
		background-color: #cccccc;
		cursor: pointer;
		cursor: auto;
		background-repeat: repeat-x;
		height: 30px;
		font-weight: bolder;  /*border: solid 2px red; top bar items */
	}
	.ParentItemContentCell, .ParentItemContentCell a, .ParentItemContentCellOver, .ParentItemContentCellOver a
	{
		text-indent: 10px;
		white-space: nowrap;
		/*width:100%; 
		font: 11px Tahoma; 		
		color: #666666; 		
		text-align: center; 		*/
		/*border: solid 2px blue;  still top bar items*/
	}

	.ParentItemOver
	{
		background-image: url(../images/e.jpg); 
        white-space: nowrap;
		/*background-color: #cccccc;         
		cursor: pointer;
        cursor: auto; 
        background-repeat: repeat-x;
        height: 30px;
        font-weight: bolder; 
        color: #000000; 
        font: 11px Tahoma;  
        text-align: center; 
         border: solid 2px blue; */
	}


	.ParentItemSubMenuCell, .ParentItemSubMenuCellOver
	{
		/*1*/
		width: 20px;
		background-image: url(../images/submenu_parent.gif);
		background-repeat: no-repeat;
		background-position: 0px 13px;
		font-family: Verdana;
		font-size: 1px; /* border: solid 2px blue; top bar arrow buttons*/
	}

	.ParentSeparator, .ParentSeparatorOver
	{
		background-image: url(../images/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: #cccccc; /*border: solid 2px blue; entire block of child items*/
	}

	.easyMenuItemContainer
	{
		
	}

	.easyMenuItem
	{
		height: 20px;
		cursor: auto;
		cursor: pointer;
		border-bottom: 1px solid #CCCCCC;
		padding: 0px;
		background-image: url(../images/e.jpg);
		background-repeat: repeat-x;
		background-color: #cccccc; /*border: solid 2px blue; individual menu items*/
	}

	.easyMenuItemIconCell
	{
	}



	.easyMenuItemOver
	{
		height: 20px;
		cursor: auto;
		cursor: pointer;
		border-bottom: 1px solid #CCCCCC;
		background-color: silver;
		padding: 0px;
	}

	.easyMenuItemIconCellOver
	{
	}
	.easyMenuItemContentCell
	{
		font-size: 11px;
		color: #666666;
		padding-left: 3px;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
	}
	.easyMenuItemContentCell a
	{
		padding-left: 3px;
		
	}
	.easyMenuItemContentCellOver, .easyMenuItemContentCellOver a
	{
		background-image: url(../images/e.jpg);
		padding-left: 3px;
		font-size: 11px;
		white-space: nowrap;
		font-weight: bold;
		/*width:100%;
		border: solid 2px blue*/
	}

	.easyMenuSeparatorIconCell, .easyMenuSeparatorContentCell, .easyMenuSeparatorIconCellOver, .easyMenuSeparatorContentCellOver
	{
		
	}

	.easyMenuSeparator, .easyMenuSeparatorOver
	{
		border-bottom: 1px solid #CCCCCC;
	}

	.easyMenuItemSubMenuCell, .easyMenuItemSubMenuCellOver
	{
		
		
		width: 10px;
		padding-top: 2px;
		background-image: url(../images/submenu.gif);
		background-repeat: no-repeat;
		background-position: 2px 6px;
		font-family: Verdana;
		font-size: 1px;/**/
	}

	/* 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;
	}
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}
}

