#highlights{
width:270px;
height:45px;
color:white;
font-weight:bold;
font-size:12px;
font-family:"Arial Black", Gadget, sans-serif;
}
.indentmenu{
font: bold 12px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
background: black url(http://www.barbadosfa.com/ajaxtabscontent/ajaxtabs/indentbg.gif) center center repeat-x;
border-right: 1px solid black; 
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 10px 15px;
text-decoration: none;
border-left: 1px solid black; /*darkred divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: black !important;
padding-top: 10px; /*shift text down 1px*/
padding-bottom: 10px;
background: black url(http://www.barbadosfa.com/ajaxtabscontent/ajaxtabs/indentbg2.gif) center center repeat-x;
}