.indentmenu{
	width: 100%;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}

.indentmenu ul{ /*menu container*/
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	border: 0px solid #000000;
	border-width: 0px 0;
}

.indentmenu ul li{ /*all items in menu container*/
	display: inline;
}

.indentmenu ul li a{  /*text properties*/
	float: left;
	color: white;
	text-decoration: none;
	border-right: 0px solid #ffffff;/* divider between menu items*/
	background-image: url(images/menu/indentbg.gif);
	margin-left: 0px;
	width: 90px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
}

.indentmenu ul li a:visited{  /*additional properties of visited links*/
	color: #FFF;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{ /*hover and current page item attributes*/
	color: white; /*text color of selected and active item*/
	padding-top: 5px; /*shift text down 1px for selected and active item*/
	padding-bottom: 5px; /*shift text down 1px for selected and active item*/
	background: url(images/menu/indentbg2.gif) center center no-repeat;
	padding-right: 0px;
	padding-left: 10px;
}
