/* Advanced Expanding Category Links */
.catTree {
	margin: 5px 0;
}

.catTree ul, catTree li {
	list-style-type:none;
}

.catTreeTop {
	font:12px "Times New Roman", Times, Georgia, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.catLevel1, a.catLevel1, a.catLevel2, a.catLevel3, a.catLevel4, a.catLevel5 {
	display: block;
	color: #636466;
	text-decoration: none;
}

.catLevel1 {
	background-color: transparent;
	padding:7px 0 0 5px;
	width:190px;
	font-size: 13px;
	background-image: url(../styleImages/backgrounds/navlistBorder.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height:20px;
}

a.catLevel2 {
	background-color: #e0e9ed;
	padding: 2px 0 2px 10px;
	width: 150px;
	font-size:11px;
	background-image:none;
	height:18px;
}

a.catLevel1:hover {
	background-color:transparent;  /*#e0e9ed;*/
	text-decoration: none;
	background-image: url(../styleImages/backgrounds/navlistBorder.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.catLevel2:hover {
	background-color: #e0e9ed;
	text-decoration: none;
	background-image: none;
}

#catActive {
	font-weight: bold;
	/*color: red;*/
}
