.indentmenu{	width: 832px;	overflow: hidden;	margin-left: auto;	margin-right: auto;	text-align: center;	}.indentmenu ul{	margin: 0;	padding: 0;	float: left;	background: black url(indentbg1.png) center center repeat-x;	border-top: 0px solid black;	border-right: 0 solid black;	border-bottom: 0px solid black;	border-left: 0 solid black;}.indentmenu ul li {    list-style: none;    float: left !important;    padding-right: 1px;}.indentmenu ul li a{	float: left;	margin-left: auto;	margin-right: auto;	color: white;	width: 153px;	height: 15px;	display: block;	padding: 5px;	text-decoration: none;	text-align: center;	border-right: 0px solid black;	border-left-width: 1px;	border-left-style: solid;	border-left-color: #000;}.indentmenu ul li a:visited {}.indentmenu ul li a:hover, .indentmenu ul li .current{    color: #9CF !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(indentbg2.png) center center repeat-x;}