.indentmenu{
font: normal 11px 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: 1px solid #c1c1c1; /*darkred border*/
background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #1c1c1c; /*text color*/
padding: 3px 10px;
text-decoration: none;
border-left: 1px solid #c1c1c1;
border-right: 1px solid #f1f1f1;
}

.indentmenu ul li a:hover{
color: #ffffff; /*text color*/
background: #c9c9c9;
}

.indentmenu ul li a:visited{

}

.indentmenu ul li a.selected{
color: #ffffff !important;
font-weight: normal;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 4px;
background: #ec6f00;
}