.indentmenu{
	width: 850px; /*Brown color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: transparent;
	padding: 0;
	height:27px
}

.indentmenu ul{
	margin:0;
	margin-left: 10px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

.indentmenu ul li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}

.indentmenu ul li a{
	float: left;
	display: block;
	color: #77C22A;
	text-decoration: none;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: white;
	
}

.indentmenu ul li a:hover{
	background-color: #026515; /*Brown color theme*/
	color: white;
	border-color: transparent}

.indentmenu ul li a:visited{
}

.indentmenu ul li a.selected{ /*currently selected tab*/
	background-color: #006613; /*Brown color theme*/
	color: white;
	border-color: transparent;
}

.show {
	text-decoration: none;
	background-color: #FFFFE0;
	height: 224px;
	width: 850px;
}
