.menu1{
/*	background-image:url(images/menudiv1bg.gif);
	margin-left:25px;
	padding-left:20px;
*/
	padding-top:2px;
	padding-bottom: 2px;
	display: block;
	cursor: hand;
	text-decoration: none;
	color: #9C9200;
	height: 20px;
	font-family: "Arial Narrow", sans-serif;
	font-weight: bolder;
	font-size: 20px;
}

.submenu{
/*	background-image: url(images/submenuBgr.gif);
*/
	display: block;
	text-decoration: none;
	height: 19px;
	margin-left: 0px;
	margin-right: 25px;
	padding-top: 2px;
	padding-left: 7px;
	color: #9C9200;
	font-family: "Arial Narrow", sans-serif;
	font-size: 12px;
	border-left: 1px solid #9C9200;
	border-bottom: 1px solid #9C9200;
}

.hide{
	display: none;
}

.show{
	display: block;
	color: #CEC998;
	padding-bottom: 12px;
}
