/* Makes below listed main menu items third color */

#left_inner .moduletable:first-child table tbody tr:nth-child(13) td a.mainlevel:link,
#left_inner .moduletable:first-child table tbody tr:nth-child(13) td a.mainlevel:visited,
#left_inner .moduletable:first-child table tbody tr:nth-child(17) td a.mainlevel:link,
#left_inner .moduletable:first-child table tbody tr:nth-child(17) td a.mainlevel:visited {
	display: block;
	background: url(http://www.brdy.org/images/menu_bg_third_color.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

#left_inner .moduletable:first-child table tbody tr:nth-child(13) td a.mainlevel:hover,
#left_inner .moduletable:first-child table tbody tr:nth-child(17) td a.mainlevel:hover {
    background-position: 0px -25px;
    text-decoration: none;
    color: #fff;
}