/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	color: #333333;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #FFFFFF; /*text color*/
	padding: 3px 11px;
	text-decoration: none; /*darkred divider between menu items*/
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}

.indentmenu ul li a:visited{
	color: #FFFFFF;
}

.indentmenu ul li a.selected{
	color: #FFFFFF !important;
	padding-top: 4px; /*shift text down 1px*/
	padding-bottom: 2px;
	background-color: #333333;
}
