.indentmenu{
font: 14px Arial; font-weight: normal;
width: 600px; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
position: absolute;
border: o; margin:0; padding:0; float: left;
width: 100%; /*width of menu*/
bottom: 10px;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: rgb(210,211,219); /*text color*/
padding-right: 25px;
text-decoration: none;
}

.indentmenu ul li a:visited{
color: rgb(210,211,219);
}

.indentmenu ul li a:hover{
color: rgb(111, 102, 74); /*text color of selected and active item*/

}

.indentmenu ul li .current{
color: rgb(111,102,74); /*text color of selected and active item*/
}