/*.container{
	width:100% ;/*width of accordion menu
}*/
.menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 15px Arial;
color: white;
background: black;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
cursor:pointer;
cursor: pointer;
width:760px;
}
/*.container .menuheader .main_block{
	padding:3px;
}
*/
/*.container .openheader{ /*CSS class to apply to expandable header when it's expanded
	background:#993300;
	color:#FFFFFF;
	width:760px;
}*/
.categoryitems{
	background:#CCCCCC;
	width:760px;
	font-family:Tahoma;
	font-size:12px;
}