.indentmenu{
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 581px;
	background: black url(images/indentbg.gif) center center repeat-x;
	height: 41px;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #F9C827;
	text-decoration: none; /*dark purple divider between menu items*/
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

.indentmenu ul li a:visited{
	color: #F9c827;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #F9C827 !important; /*text color of selected and active item*/
padding-top: 15px; /*shift text down 1px for selected and active item*/
padding-bottom: 10px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.gif) center center repeat-x;
}
