
#menuMain {
	background: #3E2217;
	position: absolute;
	top: 160px;
	left: 0px;
	width: 800px;
	height: 1130px;
	margin: 5px 0 5px 0;
	padding-bottom: 10px;
}

#menuContent {
	background: #ffffff;
	text-align: left;
	font-size: 14px;
	position: relative;
	
}

#ctrBarMenu {
	background:#ffffff;
	width: 610px;
	position: absolute;
	top: 5px;
	left: 180px;
	
}

#menuFooter {
	background: #000000;
	position: absolute;
	top: 1140px;
	left: 0;
	width: 800px;
	color: #ffffff;
}

#categoryTitle {
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}	
