.indentmenu{
font: bold 13px Arial;
width: 985px; /*leave this value as is in most cases*/
}

.indentmenu ul{
font: bold 14px Arial Narrow;
margin: 0;
padding: 0;
float: left;
width: 985px; /*width of menu*/
border: 1px solid #000000; /*dark purple border*/
border-width: 1px 0;
background: #E8B808 url(headings/b-menu2.jpg) center center repeat-x;

}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #000000; /*text color*/
padding: 4px 4px;
height: 30px;
text-decoration: none;
border-right: 1px solid #000000; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: #000000;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #FFFFFF !important; /*text color of selected and active item*/
background: #005018;
}

.shadow {
	height: 1em;
	filter: Shadow(Color=#000000, 	
			Direction=135
			Strength=1);
}

