
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */
.indentmenu{
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 100%;
	color: #000000;
}
.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/*background: #FFFFFF url(images/NewED/LP-Tab-LightBlue.gif) no-repeat left top;*/
}
.indentmenu ul li{
display: inline;
}
.indentmenu ul li a{
	float: left;
	color: #000000;
	text-decoration: none;
	width: 153px;
	height:20px;
	background: url(/images/LP-Tab-LightBlue.jpg) no-repeat left bottom;
	text-align: center;
	vertical-align: text-bottom middle;
	padding-top: 10px;
	padding-bottom: 5px;/*border-right: 1px solid navy; navy divider between menu items*/
}

.indentmenu ul li a:visited{
/*color: #000000;*/
}

.indentmenu ul li a.selected{
	color: #000000; /* !important; */
	padding-top: 10px;
	padding-bottom: 5px;
	background: url(/images/LP-Tab-Blue.jpg) no-repeat left bottom;
	width: 153px;
	height:20px;
	text-align: center;
	vertical-align: text-bottom middle;
	font-size: 12px;
	text-decoration:underline;
	/*border-right: 1px solid navy; navy divider between menu items*/
}

