body {
	font-family: arial;
}

#cat_div {
	width: 195px;
}

.cat_div_header {
	width: 195px;
	height: 7px;
	background: url('img/cat_header.gif');
}

.cat_div_contents {
	padding-left: 5px;
	background: url('img/cat_bg.gif');
}

.cat_div_footer {
	width: 195px;
	height: 6px;
	background: url('img/cat_footer.gif');
}


#cat_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#cat_menu li {
	margin: 0;
	padding: 1px;
	margin-right: 8px;
	background: url('img/cat_separator.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	color: #666666;
}

#cat_menu .last {
	background: none;
}

#cat_menu li a {
	line-height: 17px;
	margin: 0;
	padding: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	font-size: 11px;
	color: #6e6e6e;
	display: block;
	text-decoration: none;
	background-image: url('img/cat_bullet.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

#cat_menu li ul {
	margin: 0;
	padding: 0;
}

#cat_menu li ul li {
	list-style-type: none;
	margin-left: 10px;
	background: white;
}

#cat_menu li ul li a {
	line-height: 0.7em;
	padding-top: 4px;
	padding-bottom : 4px;
	background-image: url('img/cat_subbullet.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

