.indentmenu{
	font: bold 12px Arial;
	width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
}

.indentmenu ul li{
	display: inline;
	background:url('../images/tab_title_inactive.gif') center center  no-repeat;
}

.indentmenu ul li a{
	float: left;
	color: #ffffff; /*text color*/
	text-decoration: none;
	background:url('../images/tab_title_inactive.gif') center center  no-repeat;
	width:89px;
	height:28px;
	line-height: 28px;
	text-align:center;
	margin: 0;
}

.indentmenu ul li a:visited{
	color: #ffffff;
}

.indentmenu ul li a.selected{
	color: #ffffff !important;
	background:url('../images/tab_title_active.gif') center center no-repeat;
}
