/* CSS Categories menu */
/*change the menu hover color below*/
#thecategories a:hover {
	text-decoration: none;
}

.catwithsubs, .catwithnosubs {
	padding-right: 5px;
	text-decoration: none;
}

#thecategories {
	position: relative;
	top: -9px;
	margin-bottom: -16px;
	width: 220px;
}

.activelink {
	font-size: 12px;
	background-color: #eeeeee;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#thecategories a {
	display: block;
	padding-bottom: 7px;
	padding-top: 3px;
	width: 100%px;
}

/*mozilla fix*/
html>body #thecategories a {
	width: auto;
}
/*end of mozilla fix*/

#topcat a {
padding-left: 15px;
height: 22px;
font-weight: bold;
font-size: 12px;
color: #626262;
background-color: #ffffff;
border-top: 1px;
border-top-style: solid;
border-color: #bfbfbf;
}

#topcat a:hover {
height: 22px;
font-size: 12px;
color: #ffffff;
text-decoration: none;
background-color: #71AB47;
}

#secondcat a {
	padding-left: 30px;
	font-size: 11px;
}

#thirdcat a {
	padding-left: 35px;
}

#fourthcat a {
	padding-left: 50px;
}

#fifthcat a {
	padding-left: 65px;
}

#secondcat a:hover, #thirdcat a:hover, #fourthcat a:hover, #fifthcat a:hover {
text-decoration: underline;
background-color: #eeeeee;
color: #000000;
}

.categories_infoBoxContents {
  background-color: #f4f4f4;
}