.indentmenu {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight: bold;
text-transform: uppercase;
width: auto; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #000000;
border-width: 1px 0;
border-top: none;
background: #660066 url(../images/menu-bg-off.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #FFFFFF;
padding: 10px 5px 10px 5px;
text-decoration: none;
border-right: 1px solid #000000;
}

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

.indentmenu ul li a:hover, 
.indentmenu ul li .current{
color: #FFFFFF!important; /*text color of selected and active item*/
padding-top: 11px; /*shift text down 1px for selected and active item*/
padding-bottom: 9px; /*shift text down 1px for selected and active item*/
background: #000000 url(../images/menu-bg-on.gif) center center repeat-x;
}

