.custom .sidebar h3 {
font-variant:normal;
text-transform:normal;
}


/* Add the left border back in. If you change the color of the nav border in the WordPress admin panel, you will also have to manually change the left border color below. */
ul.menu li.tab-home a{
	border-left:1px solid #CCC;
	-moz-border-radius-topleft:.5em;
	-webkit-border-top-left-radius:.5em; }

.custom .menu a { text-transform:lowercase; }



