/*// Styling for the Advertise tab if it is selected //*/
#navAdvertiseTab {
	background: #ccc;
}
td.headerCol,td.headerColEnd  {
	background: #ccc;
	color: #333;
}
#navAdvertiseTab a {
	color: #333;
	font-style: normal;
	font-weight: bold;
}

#navAdvertiseTab:hover, #navAdvertiseTab a:hover {
	background: #ccc;
}