<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
border-left:0 solid #FFFFFF; border-right:0 solid #FFFFFF; border-top:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF; margin:0; padding:0; float: left;
width: 100%; /*width of menu*/
/*dark purple border*/
background: black url('images/indentbg.jpg') repeat-x center;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
float: left;
color: white; /*text color*/
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{
color: orange !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/indentbg2.jpg') repeat-x center;
}

</style>