.indentmenu{
	font-size: 10pt;
	width: 100%; /*leave this value as is in most cases*/
	clear: left;
	margin: 5px auto;
	text-align: right;
	color: #336600;
	text-transform: uppercase
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	width: 100%; /*width of menu*/
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	color: #336600; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
}

.indentmenu ul li a:visited{
	color: #336600;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: silver !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
}