.indentmenu {
	font: bold 13px Arial;
	width: 100%;
}
.indentmenu ul {
	margin: 0;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
	border-top: 1px solid #afafd9;
	border-left: 1px solid #afafd9;
	background: #e9e9f5 url(indentbg.gif) top repeat-x;
}
.indentmenu ul li {
	display: inline;
}
.indentmenu ul li a {
	float: left;
	color: #2a2a5e;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
	border-right: 1px solid #afafd9;
}
.indentmenu ul li a:visited, .indentmenu ul li a:hover {
	color: #444495;
}
.indentmenu ul li a.selected {
	color: #6a6ab5 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #e9e9f5 url(indentbg2.gif) top repeat-x;
}