#mainMenuPage{
	position:relative;
	width:770px;
  	height:604px;/*add 168 (approx) to category navigation column*/ 
	text-align:center;
	margin:0 auto;
}

#menuCartHolder{
	position:absolute;
	left:0;
	top:129px;
	width:750px;
  	height:455px;
}
#oneColumnBoxMenuPage{
	position:absolute;
	top:0px;
	left:0px;
	width:125px;
/*	min-height:50px;
  	height:auto !important;*/
  	height:auto;
}
#menuThreeColumn{
	position:absolute;
	top:150px;
	left:415px;
	width:330px;
	height:425px;/*same as navigation column height*/ 
	text-align:left;
	font-family:Arial, Arial, Helvetica, sans-serif;
	border: 0px solid #000000;
	overflow:hidden;
	
	
}


#menuThreeColumn_items{
	position:absolute;
	top:35px;
	left:0px;
	width:330px;

}
#menuThreeColumn_items h3{
	color:#000;
}
#menuThreeColumn_items p.cat_description{
	color:#000;
	
}
#menuThreeColumnInstruction{
	position:absolute;
	top:0px;
	left:0px;
	width:330px;
	height:35px;
	text-align:left;
}
#menuThreeColumnInstruction p{
	
	text-align:left;
}
table.menuTable{
	width:100%;
	margin:0 auto;
	
	
	padding:2px;
	/*border-bottom: 1px solid #1E7733;*/
	color:#333333;
	text-align:left;
}
table.menuTable a:link{
	
	color:#000000;
	
}
table.menuTable a:visited{
	
	color:#000000;
	
}
table.menuTable a:active{
	
	color:#000000;
	
}
table.menuTable a:hover{
	
	color:#fff;
	background-color:#000000;
	
}
table.menuTable th{
	font-weight:bold;
	padding:0px;
	vertical-align:top;
}
table.menuTable tr{
	/*border-bottom: 1px solid #1E7733;*/
	padding:4px;
	vertical-align:top;
	height:20px;
}
table.menuTable tr.light{
	
}
table.menuTable tr.dark{
	
}
table.menuTable td{
	padding:4px;
	vertical-align:top;
	/*border-bottom: 1px solid #1E7733;*/
}
table.menuTable td.itemTitle{
	color:#000000;
	
	/*border-bottom: 1px solid #1E7733;*/
}
table.menuTable td.itemTitle2{
	color:#000000;
	
	/*border-bottom: 1px solid #1E7733;*/
}
table.menuTable strong{
	font-weight:bold;
}
table.menuTable h2{
	color:#fff;
}
table.menuTable td.centred{
	text-align:center;
}
table.menuTable td.right{
	text-align:right;
}
table.menuTable p.description{
	
	color:#333333;
}