<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: Bold 13px Arial Narrow;
width: 967px; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
font: Bold 13px Arial Narrow;
width: 967px; /*width of menu*/
border: 0px solid #42402; /*dark purple border*/
border-width: 0 0;
background: black url(images/indentbg5.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #EAE8E2; /*text color*/
padding: 5px 6px;
text-decoration: none;
border-right: 1px solid #42402F; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #EAE8E2 !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: black url(images/indentbg4.jpg) center center repeat-x;
}

</style>

