<style type="text/css">

.indentmenu{
font: bold 14px Century;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
width: 900px;
background: url(images/BG2.jpg) repeat-x; 
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
color: white; /*text color*/
font: 14px Century;
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #FFFFFF; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{

background: black url(images/bg1.jpg) repeat-x;
color: #0080C0; /*text color*/
}

</style>
