
/* ===== category ===== */
div#category ul {
	position: relative;
	width: 520px;
	border-bottom: 1px solid #E8668C;
	margin: 0 0 8px 0;
	padding: 0;
}

div#category ul li {
	position: relative;
	top: 1px;
	_top: 3px;
	height: 29px;
	line-height:29px;
	background-image: none;
	display: block;
	list-style:none;
	margin: 0 1px 0 4px;
	padding: 0;
	float: left;
}

div#category ul li a {
	width: 70px;
	color: #464646;
	text-decoration:none;
	text-align:center;
	display: block;
	background-image: url(/images/tab_press_01.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	padding-top: 2px;
}

div#category ul li a:hover,
div#category ul li a.selected {
	color: #C90033;
	font-weight:bold;
	background-image: url(/images/tab_press_02.gif);
	padding-top: 0;
}

/* ===== years ===== */
div#years {
	width: 520px;
	clear: both;
	border-bottom: 1px solid #BDB6AD;
	padding: 2px 0px 5px;
	margin-bottom: 10px;
}

div#years ul {
	border-left: 1px solid #cccccc;
	margin: 0px;
	padding: 0px;
}

div#years ul li {
	float: left;
	display: block;
	list-style:none;
	background-image: none;
	border-right: 1px solid #cccccc;
	padding: 0px 10px;
	margin: 0px;
	line-height: 1;
}
