<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight: bold; color:#636363; line-height:135%; width: 900px; /*leave this value as is in most cases*/
}

.indentmenu ul{
border-left:0 solid #564c66; border-right:0 solid #564c66; border-top:0px solid #564c66; border-bottom:1px solid #564c66; margin:0; padding:0; float: left;
width: 100%; /*width of menu*/
/*dark purple border*/
background: black url('indentbg.gif') repeat-x center;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color:  white; /*text color*/
padding: 5px 5px;
text-decoration: none;
border-right: 1px solid #b0ad8c; /*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: 5px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url('indentbg2.gif') repeat-x center;
}

</style>
