.indentmenu{
	font: bold 11px Arial;
	width: 100%; /*leave this value as is in most cases*/
	/*overflow: hidden;*/
	
}

.indentmenu ul{
	margin: 0;
	padding: 0px 0px 15px;
	float: right;
	width: 100%; /*width of menu*/
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: right;
	color: silver; /*text color*/
	text-decoration: none;
}

.indentmenu ul li a:visited{
color: silver;
}

.indentmenu ul li a:hover, .indentmenu ul li a.current{
	color: orange; /*text color of selected and active item*/
	padding-top: 0px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
}
