.parentMenuContainer
{
	background-color: white;
	padding: 0px;
}

.parentMenuContainer td
{
	padding:2px 2px 2px 0px; 
}

.parentMenuContainer a
{
	outline:none;
	color:#005600;
}

.parentMenuContainer #tcm_subMenuWidthImage
{
	width: 10px;
}



.parentMenuItem
{
	/*border-right:0px solid #E4E9EF;*/
	padding: 0px;
	width: 100%;
	height:100%;
 	border-collapse: separate;
	border-spacing: expression(cellSpacing=0);
	border-spacing: 0px;
}

.parentMenuItem #tcm_contentCell
{
	padding-left: 8px;
	padding-top: 4px; 
	padding-bottom: 4px;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
}

.parentMenuItem #tcm_contentCell a
{
	text-decoration: none;
	color:#408C4F;
	/*font-family:Lucida Grande, Lucida Sans Unicode,Tahoma, Helvetica, Arial, sans-serif;*/
	font-size:14px;
	font-weight: 800;

}

.parentMenuItemOver
{
	width: 100%;
	height:100%;
 	border-collapse: separate;
	border-spacing: expression(cellSpacing=0);
	border-spacing: 0px;
}


.parentMenuItemOver #tcm_contentCell
{
	padding-left: 8px;
	padding-top: 4px; 
	padding-bottom: 4px;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;

}

.parentMenuItemOver #tcm_contentCell a
{
	text-decoration:none;
	text-decoration: none;
	color:#408C4F;
	/*font-family:Lucida Grande, Lucida Sans Unicode,Tahoma, Helvetica, Arial, sans-serif;*/
	font-size:14px;
	font-weight: 800;
}
.parentMenuItemOver #tcm_contentCell a:hover
{
	text-decoration:none;
	text-decoration: none;
	color:#408C4F;
	/*font-family:Lucida Grande, Lucida Sans Unicode,Tahoma, Helvetica, Arial, sans-serif;*/
	font-size:14px;
	font-weight: 800;
}

.menuContainer
{
	padding: 0px;
	border-collapse: separate;
	border-spacing: expression(cellSpacing=0);
	border-spacing: 0px;
}

.menuContainer td
{
	padding: 0px;
	
}

.menuContainer a
{
	outline: none;
}

.menuContainer #tcm_subMenuWidthImage
{
	width: 4px;
}

.menuItem
{
	background:black;
	padding: 0px;
	width: 100%;
	height: 20px;
	border-collapse: separate;
	border-spacing: expression(cellSpacing=0);
	border-spacing: 0px;
}

.menuItem #tcm_contentCell
{
	padding-left: 20px; 
	padding-right: 20px; 
	padding-top: 4px; 
	padding-bottom: 4px;

	white-space: nowrap;
	vertical-align: middle;
}

.menuItem #tcm_contentCell a
{
	text-decoration: none;
}

.menuItem #tcm_submenuCell
{
	text-align: right;
	white-space: nowrap;
	vertical-align: middle;
	width: 10px;
	padding-right: 10px;

	/* <!-- if background image needed -->
	background-image: url('submenu.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	*/
}

.menuItemOver
{
	cursor: hand; cursor: pointer;
	color:#007B2E;
	border: 1px none;
	padding: 0px;
	width: 100%;
	height: 20px;
	border-collapse: separate;
	border-spacing: expression(cellSpacing=0);
	border-spacing: 0px;
}

.menuItemOver #tcm_contentCell
{
	padding-left: 20px; 
	padding-right: 20px; 
	padding-top: 4px; 
	padding-bottom: 4px;
	cursor: hand; 
	cursor: pointer;
	white-space: nowrap;
	vertical-align: middle;
	background-color:white;
	border: 1px solid black;
}

.menuItemOver #tcm_contentCell a
{
	text-decoration: none;
	
}

.menuItemOver #tcm_submenuCell
{
	text-align: right;
	white-space: nowrap;
	vertical-align: middle;
	width: 10px;

	padding-right: 10px
	
	/* <!-- if background image needed -->
	background-image: url('submenu.gif');
	background-repeat: no-repeat;
	background-position: -52px 5px;
	*/
}

.menuContainerDiv
{
	position: absolute; 
	top: 0px; 
	visibility: hidden; 
	
	left: -2000px; 
	z-index: 9999;
}
/*
.menuContainerIframeUnderlay
{
	border: 0;
	position: absolute;
	visibility: hidden;
	left: -2000px;
	top: 0px;
	background-color: transparent;
	filter: "progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)";
	filter: Alpha(Opacity=0);
	opacity: 0;
	--moz-opacity: 0;
}
*/

