.indentmenu{
	font: bold 13px Arial;
	width: 500px;
	height: 27px;
	padding-top: 4px;
	padding-left: 5px;
	background-color: #c0cbad;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
	
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	width: 106px;
	height: 17px;
	float: left;
	color: black; /*text color*/
	padding: 3px 11px;
	padding-left: 22px;
	margin-left: 20px;
	text-decoration: none;
	background: black url(../images/tab_button.gif) center center repeat-x;
}

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

.indentmenu ul li a.selected{
color: white !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: black url(../images/tab_button_active.gif) center center repeat-x;
}
