/* ######### 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;
	vertical-align:text-bottom;
	width: 163px;
	height:30px;
	margin-right:3px;
	text-align: center;
	padding-top:15px;
}


.indentmenu ul li a{
	float: left;
	font: bold 12px sans-serif;
	color:#999999;
	text-decoration: none;
	text-align: center;
	vertical-align:text-bottom;
	padding-top:10px;
	background: url(images/TAB_NoSelec5_R.gif) no-repeat center bottom;
	width: 163px;
	height:30px;
	/*background: url(images/TAB_NoSelec5_R.gif) no-repeat center bottom;
	margin-right:3px;*/
	
}

.indentmenu ul li a:visited{
  /*color: #000000;*/
}

.indentmenu ul li a.selected{
	font: bold 12px sans-serif;
	color:#3366FF;
	text-decoration:underline;
	text-align: center;
	vertical-align:text-bottom;
	background: url(images/TAB_Selec5_R.gif) no-repeat center bottom;
	width: 163px;
	height:30px;
	/*border-right: 1px solid navy; navy divider between menu items*/
}
.LP_BG-Cal-UP {
	background-image: url(images/BD_CalBG-Up.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.LP-BG-Cal-Mid {
	background-image: url(images/BD_CalBG-Middle.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.LP-BG-Cal-Down {
	background-image: url(images/BD_CalBG-Down.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

