#categories  .tab > a {
	background-color: #E6E9ED;
}

#categories  .tab > a:hover {
	background-color: #AEB9C6;
	color: #fff;
}

#categories .activetab > a,
#categories .activetab > a:hover {
	background: #E6E9ED;
	background: -moz-linear-gradient(top, #75838f 0%, #E6E9ED 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #75838f), color-stop(100%, #E6E9ED));
	background: -webkit-linear-gradient(top, #75838f 0%, #E6E9ED 100%);
	background: -o-linear-gradient(top, #75838f 0%, #E6E9ED 100%);
	background: -ms-linear-gradient(top, #75838f 0%, #E6E9ED 100%);
	background: linear-gradient(to bottom, #75838f 0%, #DFDFDF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75838f', endColorstr='#E6E9ED', GradientType=0 );
	border-color: #DFDFDF;
	box-shadow: 0 1px 1px #DFDFDF inset;
	color: #fff;
	padding-bottom: 8px;
	margin-bottom: -1px;
}

