@media screen
{
	.parentMenuContainer
	{
		border: 0px solid red;
		background-color:transparent;
		height:30px;
		
		border-collapse: separate;
		border-spacing: expression(cellSpacing=0);
		border-spacing: 0px;
	}
	
	.parentMenuContainer td
	{
			padding:0px;  
	}
	
	.parentMenuContainer a
	{
	}
	
	.parentMenuContainer #tcm_subMenuWidthImage
	{
		width: 10px;
	}
	
	.parentMenuItem
	{
		border-right:0px solid #E4E9EF;
		padding: 0px;
	
		border-collapse: separate;
		border-spacing: expression(cellSpacing=0);
		border-spacing: 0px;
	}
	
	.parentMenuItem #tcm_contentCell
	{
		border-right: 0px solid #E4E9EF;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px; 
		padding-bottom: 0px;
	
		white-space: nowrap;
		vertical-align: middle;
	}
	
	.parentMenuItem #tcm_contentCell a
	{
		font-family:arial;
		font-size:12px;
		font-weight:normal;
		text-decoration:none;
		color:#7ea72e;
	}
	
	.parentMenuItem #tcm_submenuCell
	{
		text-align: left;
		white-space: nowrap;
		width: 10px;
		vertical-align: middle;
		display: none;
	
		/* <!-- if background image needed -->
		background-image: url('submenu.gif');
		background-repeat: no-repeat;
		background-position: 2px 13px;
		*/
	}
	
	.parentMenuItemOver
	{
		border-left:0px solid #E4E9EF;
		padding: 0px;
		width: 100%;
		height:100%;
	
		border-collapse: separate;
		border-spacing: expression(cellSpacing=0);
		border-spacing: 0px;
	}
	
	.parentMenuItemOver #tcm_contentCell
	{
		cursor: default;
		border-right: 0px solid #E4E9EF;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px; 
		padding-bottom: 0px;
		
		white-space: nowrap;
		vertical-align: middle;
	}
	
	.parentMenuItemOver #tcm_contentCell a
	{
		font-family:arial;
		font-size:12px;
		font-weight:normal;
		text-decoration:underline;
		color:#7ea72e; 

	}
	
	.parentMenuItemOver #tcm_submenuCell
	{
		text-align: left;
		white-space: nowrap;
		width: 10px;
		vertical-align: middle;
		display: none;
	
		/* <!-- if background image needed -->
		background-image: url('submenu.gif');
		background-repeat: no-repeat;
		background-position: -50px 13px;
		*/
	}






















	
	.menuContainer
	{
		padding: 0px;
		
		background-color: #ffffff;
		border: 1px solid #c3c3bf;
		border-collapse: separate;
		border-spacing: expression(cellSpacing=0);
		border-spacing: 0px;
		
		margin-top:5px;
	}
	
	.menuContainer td
	{
		padding-top:0px;
		padding-bottom:0px;
		padding-left:0px;
		padding-right:0px;
	}
	
	.menuContainer #tcm_subMenuWidthImage
	{
		width: 5px;
	}
	
	.menuItem
	{
		width: 100%;
		height: 25px;
	    
		border-collapse: separate;
		border-spacing: expression(cellSpacing=0);
		border-spacing: 0px;
		
		border-bottom:1px dotted #8aa53c;
	}
	
	.menuItem #tcm_contentCell
	{
		padding-left: 0px; 
		padding-right: 0px; 
		padding-top: 1px; 
		padding-bottom: 1px;
	
		white-space: nowrap;
		vertical-align: middle;
		padding-left: 18px;
		padding-right: 10px;
	}
	
	.menuItem #tcm_contentCell a
	{
	    color:#646464;
	    background-color:#ffffff;
	    font-family:Arial;
	    font-size:12px;
	    font-weight:normal;
	    text-decoration:none;
	}
	
	.menuItem #tcm_submenuCell
	{
		text-align: left;
		white-space: nowrap;
		vertical-align: middle;
		width: 10px;
	
		padding-left: 5px;
		padding-right: 5px;
	
		/* <!-- if background image needed -->
		background-image: url('submenu.gif');
		background-repeat: no-repeat;
		background-position: 0px 5px;
		*/
	}
	
	.menuItemOver
	{
		cursor: hand; cursor: pointer;
		background-color:#f1f2ef;	
		border: 0px none;
		padding: 0px;
	
		width: 100%;
		height: 25px;
	
		border-collapse: separate;
		border-spacing: expression(cellSpacing=0);
		border-spacing: 0px;

		border-bottom:1px dotted #8aa53c;
	}
	
	.menuItemOver #tcm_contentCell
	{
		padding-left: 0px; 
		padding-right: 0px; 
		padding-top: 1px; 
		padding-bottom: 1px;
	
		cursor: hand; cursor: pointer;
		white-space: nowrap;
		vertical-align: middle;
		padding-left: 18px;
		padding-right: 10px;
	}
	
	.menuItemOver #tcm_contentCell a
	{
	    color:#646464;
	    background-color:#f1f2ef;
	    font-family:Arial;
	    font-size:12px;
	    font-weight:normal;
	    text-decoration:none;
	}
	
	.menuItemOver #tcm_submenuCell
	{
		text-align: left;
		white-space: nowrap;
		vertical-align: middle;
		width: 10px;
	
		padding-left: 5px;
		padding-right: 5px;
		
		/* <!-- if background image needed -->
		background-image: url('submenu.gif');
		background-repeat: no-repeat;
		background-position: -52px 5px;
		*/
	}
	
	.menuContainerDiv
	{
		position: absolute; 
		top: 0px; 
		left: -2000px; 
		visibility: hidden; 
		z-index: 9999;
	}
	
	.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;
	}
}

@media print
{
	.menuContainerIframeUnderlay, .parentMenuContainer, .menuContainer
	{
		display: none;
	}	
}





.level_2
{
	
}


