
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

.title440 a, .switch a {
	display:block;
	float:left;
	font-size:11px;
	padding-top:7px;

	width:28px;
	height:21px;
	background-image:url(../images/o-white.gif);
    color: #999999;
	text-align:center;
	text-decoration:none;
	margin-left:3px;
	margin-right:3px;
}

.title440 a.selected, .switch a.selected {
color: #FFFFFF !important;
background-image:url(../images/o-green.gif);


}

