.indentmenu{
	font: 13px Arial;
	height:28px;
	width:400px;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	height:28px;
	background:  url(/images/indentbg.gif)  repeat-x;
}

.indentmenu ul li{
	display: inline;	
}

.indentmenu ul li a{
float: left;
color: #000000; /*text color*/
padding: 5px 11px;
text-decoration: none;
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color:  #000000 !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:  url(/images/indentbg_hover.gif) center center repeat-x;
}
