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