
.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 0px solid darkred; /*darkred border*/
background: white url() center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: red; /*text color*/
padding: 0px 0x;
text-decoration: none;
border-right: 0px solid darkred; /*darkred divider between menu items*/
border-left: 0px solid darkred;}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: black !important;
padding-top: 0px; /*shift text down 1px*/
padding-bottom: 0px;
background: white url() center center repeat-x;
}