#mainMenuPage{
	position:absolute;
	width:750px;
  	height:700px;/*add 168 (approx) to category navigation column*/ 
	top:10px;
	left:5px;
	text-align:center;
	background-color:#DEECDC;
}
#menuFooter{
	position:absolute;
	left:5px;
	top:700px;/*same as mainMenuPage height*/ 
	background-color:#E76319;
	width:750px;
	height:100px;
}
#menuCartHolder{
	position:absolute;
	left:0;
	top:159px;
	width:750px;
  	height:600px;/*same as navigation column height*/ 
	background-color:#367501;
}
#oneColumnBoxMenuPage{
	position:absolute;
	top:0px;
	left:0px;
	width:125px;
/*	min-height:50px;
  	height:auto !important;*/
  	height:auto;
	background-color: #E76319;
}
#menuThreeColumn{
	position:absolute;
	top:0px;
	left:125px;
	width:375px;
	height:600px;/*same as navigation column height*/ 
	text-align:left;
	background-color:#E9E9E9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#menuThreeColumn_items{
	position:absolute;
	top:35px;
	left:0px;
	width:375px;
	/*min-height:200px;
  	height:auto !important;
  	height:200px;*/
	background-color:#DEECDC;
}
#menuThreeColumn_items h3{
	color:#000000;
}
#menuThreeColumn_items p.cat_description{
	color:#000000;
	font-size:.8em;
}
#menuThreeColumnInstruction{
	position:absolute;
	top:0px;
	left:0px;
	width:375px;
	height:35px;
	text-align:left;
	background-color:#E9E9E9;
}
#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{
	background-color:#E9E9E9;
}
table.menuTable tr.dark{
	background-color:#DBDBDB;
}
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:#000000;
}
table.menuTable td.centred{
	text-align:center;
}
table.menuTable td.right{
	text-align:right;
}
table.menuTable p.description{
	font-size:.8em;
	color:#333333;
}
