.indentmenu{
font: 10pt Tahoma;
margin-top: 1px;
margin-left: 1px;
width: 500px; 
}

.indentmenu ul{
margin: 0;
float: left;
/* width: 80%; width of menu*/
border-bottom: 1px dotted black; /*darkred border*/
background: white center center repeat-x;
}

.indentmenu ul li{
display: inline;
float: left;
}

.indentmenu ul li a{
float: left;
color: #404343; /*text color*/
padding: 3px 11px;
text-decoration: none;
border-right: 1px dotted black; /*darkred divider between menu items*/
}

.indentmenu ul li a:visited{
color: #404343;
}

.indentmenu ul li a.selected{
color: #404343 !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: white center center repeat-x;
}
