.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu li{
margin: 0;
padding: 0;
float: left;
list-style:none;
/* width: 80%; width of menu*/
border-top: 1px solid #8E0808; /*darkred border*/
}


.indentmenu li a{
float: left;
color: black; /*text color*/
padding: 3px 11px;
text-decoration: none;
border-right: 1px solid #8E0808; /*darkred divider between menu items*/
}

.indentmenu  li a:visited{
color: black;
}

.indentmenu  li a.selected{
color: black !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
}

