.megamenu{
position: absolute;
display: none; 
left: 0;
top: 0;
z-index: 100;
margin:0;
padding:0;

}

.megamenu table {
	margin:0;
	padding:0;
	border:0;
	border-collapse:collapse;
}

.megamenu td {

	margin:0;
	padding:0;
	border:0;
	border-collapse:collapse;

}

.megamenu h3 {
	
	font-size:14px;
	color:#2b792e;
	padding: 0 0 1px 0;
	margin: 0 0 1px 0;
	border-bottom:1px dotted #bed2c2;	
	
}

.megamenu .column{
float: left;
width: 145px; /*width of each menu column*/
margin-right: 20px;
}

.megamenu .columnLong {
float: left;
width: 310px; /*width of each menu column*/
margin-right: 20px;
}

.megamenu .column h3{
background: #e0e0e0;
font: bold 16px;
margin: 0 0 5px 0;
}



.subMenuItem a:visited,
.subMenuItem a:link,
.subMenuItemLast a:visited,
.subMenuItemLast a:link {
	font-size:12px;
	text-decoration:none;
	color:#88641a;
	font-weight:normal;
}

.subMenuItem a:hover,
.subMenuItem a:active,
.subMenuItemLast a:hover,
.subMenuItemLast a:active {
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
	color:#88641a;
}



.subMenuItem {
	padding:2px 0 3px 0; 
	border-bottom:1px dotted #d5c9af;	
}
.subMenuItemLast {
	padding:2px 0 3px 0; 
}

.subMenu {
	display:block;
	position:absolute;
	height:120px;
	width:400px;
	background-color:#FFC;
	top:37px;
	visibility:hidden;
	
}

.subMenu1 table{
	width:727px;
}

.subMenu1TopLeft {
	background-image:url(/img/submenu.shadow.topleft.png); 
	background-repeat:repeat-x; 
	height:4px; 
	width:20px; 
	behavior: url("iepngfix.htc");	
}

.subMenu1Head {
	background-image:url(/img/submenu.head.bg.png); 
	background-repeat:repeat-x; 
	background-position:top; 
	height:4px; 
	behavior: url("iepngfix.htc");
}

.subMenu1Left {
	background-image:url(/img/submenu.shadow.left.png); 
	background-repeat:repeat-y; 
	width:20px; 
	behavior: url("iepngfix.htc");	
}

.subMenu1Bg {
	background-image:url(/img/submenu.bg.png); 
	background-repeat:repeat; 
	behavior: url("iepngfix.htc");	
}

.subMenu1BottomLeft {
	background-image:url(/img/submenu.shadow.bottomleft.png); 
	background-repeat:repeat-y; 
	width:20px; 
	height:20px; 
	behavior: url("iepngfix.htc");
}

.subMenu1ShaddowBottom {
	background-image:url(/img/submenu.shadow.bottom.png); 
	background-repeat:repeat-x; 
	height:20px; 
	behavior: url("iepngfix.htc");	
}

.subMenu1Clear {
	clear:left; 
	padding-bottom:16px;
}

.mmContent {
	margin:16px;
}
