#category-main {
	background: #007984 url(/g/sprites/theme-1000002-sprite-new.png) repeat-x 0 0; /* bar background color, inactive background */
	border: 1px solid #005f78; } /* dark border color */

#category-main div {
	background-color: #007984; /* bar background color */
	border-right: 1px solid #005f78; } /* dark border color */

#category-main a {
	background: transparent url(/g/sprites/theme-1000002-sprite-new.png) repeat-x 0 0; /* inactive background */
	border: 1px solid #005f78; /* dark border color */
	border-right: 1px solid #00919f; /* light border color */
	color: #fff; } /* text color */
	
#category-main a:hover, #category-main a:focus {
	background: transparent url(/g/sprites/theme-1000002-sprite-new.png) repeat-x 0 -33px; } /* active background */
