.indentmenu{
font: bold 11px Verdana, Arial;
width: 470px; /*leave this value as is in most cases*/
color: #004b8d;
text-align: center;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
background-color: #d4d9e4;
list-style-type:none;

}

.indentmenu ul li{
float:left;
}

.indentmenu ul li a{
float: left;
color: #004b8d; /*text color*/
padding: 13px 5px 9px 3px;
text-decoration: none;
border-right: 1px solid #004b8d;
border-bottom: 3px solid #758bbb;
height: 25px;
display:block;
}

.indentmenu ul li a:hover{
display:block;
background-color: #ffffff;
border-right: 1px solid #004b8d;
border-bottom: 3px solid #758bba;
}

.indentmenu ul li a:visited{
color: #004b8d;
border-right: 1px solid #004b8d;
display:block;
}

.indentmenu ul li a.selected{
color: #004b8d !important;
background-color: #ffffff;
border-right: 1px solid #004b8d;
border-bottom: 3px solid #f0b310;
display:block;
}