.indentmenu{
float: left;
font: bold 12px Arial;
width: 300px; /*leave this value as is in most cases*/
color: #FFFFFF;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid #000000; /*darkred border*/
color: #FFFFFF;
background-color:#b09ee2;
}

.indentmenu ul li{
color: #000000;
float: left;
display: inline;
width:150px;

}

.indentmenu ul li a{
float: left;
color: #000000; /*text color*/
padding: 1px 11px;
text-decoration: none;
width:150px;
border-left: 1px solid #000000;
 /*darkred divider between menu items*/
}

.indentmenu ul li a:visited{
float: left;
color: #000000;
width:150px;
}

.indentmenu ul li a.selected{
	float: left;
	color: #000000;
	text-decoration: none;
	padding-top: 1px; /*shift text down 1px*/
	width:150px;
	padding-bottom: 1px;
	background-color:#cfc7ee;
}
