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


}

.indentmenu ul{
margin: 0;
padding: 0;
float: right;
border-top: 1px solid #778; 
border-left: 1px solid #778; 
background: url(indentbg2.gif);

}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #00404C; /*text color*/
padding: 3px 30px;
text-decoration: none;
border-right: 1px solid #778;
}

.indentmenu ul li a:visited{
color: #00404C;
}

.indentmenu ul li a.selected{
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: url(indentbg2.gif) ;
}

.indentmenu ul li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}
