/* ######### CSS for Shade Tabs. Remove if not using ######### */

.indentmenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #afcbd9;
	border-left-color: #afcbd9;
	text-align: center;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	background-color: #FFFFFF;
	background-image: url(tab_on.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #afcbd9;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #154474;
	text-decoration: none; /*darkred divider between menu items*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #afcbd9;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 6px;
	padding-left: 6px;
}

.indentmenu ul li a:visited{
	color: #154474;
	text-decoration: none;
}

.indentmenu ul li a.selected{
	color: #990000!important;
	padding-top: 4px; /*shift text down 1px*/
	padding-bottom: 2px;
	background-image: url(tab_off.gif);
	background-repeat: repeat-x;
	background-position: center center;
	font-weight: bold;
}
