.indentmenu{
font: bold 15px Arial Narrow;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
font: bold 15px Arial Narrow;
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #000000; /*dark purple border*/
border-width: 1px 0;
background: black url(images/indentbg.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #000000; /*text color*/
padding: 6px 8px;
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: black !important; /*text color of selected and active item*/
background: black url(images/indentbg2.jpg) center center repeat-x;
}

.shadow {
	height: 1em;
	filter: Shadow(Color=#000000, 	
			Direction=135
			Strength=1);
}

