.indentmenu{
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
padding: 0;
text-decoration: none;
background: url(1shade.gif) top left no-repeat;
margin-right:2px;
}

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

.indentmenu ul li a.selected{
padding: 0; /*shift text down 1px*/
background: url(1shadeactive.gif) top left no-repeat;
}
