#mainMenuPage{
	position:relative;
	width:770px;
  	height:604px;/*add 168 (approx) to category navigation column*/ 
	text-align:center;
	margin:0 auto;
}
#menuFooter{
	position:absolute;
	left:5px;
	top:604px;/*same as mainMenuPage height*/ 
	background-color:#E76319;
	width:750px;
	height:100px;
	border: 1px solid #000000;
}
#menuCartHolder{
	position:absolute;
	left:0;
	top:159px;
	width:750px;
  	height:436px;/*same as navigation column height*/ 
}
#oneColumnBoxMenuPage{
	position:absolute;
	top:0px;
	left:0px;
	width:125px;
/*	min-height:50px;
  	height:auto !important;*/
  	height:auto;
}
#menuThreeColumn{
	position:absolute;
	top:20px;
	left:300px;
	width:450px;
	height:460px;/*same as navigation column height*/ 
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 0px solid #000000;
	overflow:auto;
	
}


#menuThreeColumn_items{
	position:absolute;
	top:35px;
	left:0px;
	width:430px;
	/*min-height:200px;
  	height:auto !important;
  	height:200px;*/
}
#menuThreeColumn_items h3{
	color:#000;
}
#menuThreeColumn_items p.cat_description{
	color:#000;
	font-size:.8em;
}
#menuThreeColumnInstruction{
	position:absolute;
	top:0px;
	left:0px;
	width:430px;
	height:35px;
	text-align:left;
}
#menuThreeColumnInstruction p{
	font-size:.7em;
	text-align:left;
}
table.menuTable{
	width:100%;
	margin:0 auto;
	font-size:0.6em;
	line-height:1.2em;
	padding:2px;
	/*border-bottom: 1px solid #1E7733;*/
	color:#333333;
	text-align:left;
}
table.menuTable a:link{
	font-size:1.2em;
	color:#000000;
	line-height: 120%;
}
table.menuTable a:visited{
	font-size:1.2em;
	color:#000000;
	line-height: 120%;
}
table.menuTable a:active{
	font-size:1.2em;
	color:#000000;
	line-height: 120%;
}
table.menuTable a:hover{
	font-size:1.2em;
	color:#fff;
	background-color:#000000;
	line-height: 120%;
}
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;
	font-size:1.2em;
	/*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{
	font-size:.8em;
	color:#333333;
}