/* CSS Document */
body {
scrollbar-base-color: #009185;
scrollbar-arrow-color: #FFFFFF;
scrollbar-3dlight-color: #000E70;
scrollbar-darkshadow-color: #1F0087;
scrollbar-face-color: #0037A5;
scrollbar-highlight-color: #0065B2;
scrollbar-shadow-color: #00A1AD;
scrollbar-track-color: #009E81;
}
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold Arial;
font-size:18px;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;

padding: 0;
float: left;
border: 1px solid #66B88F /*dark purple border*/
border-width: 1px;
background: #336666 url(media/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
font-size:18px;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #66B88F  /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #000033 url(media/indentbg2.gif) center center repeat-x;
}

</style>
