@charset "utf-8";
/* CSS Document */

#subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#subnav ul li {
	background: url(img/tab_bg.gif) no-repeat center top;
	border-right: solid 1px #bbb;
	color: #333;
	display: block;
	float: left;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: center;
	padding: 0;
	width: 126px;
}

#subnav ul li.first { background-position: left top; }
#subnav ul li.firstselected { background-position: left bottom; }

#subnav ul li.selected { background-position: center bottom; }

#subnav ul li.last { background-position: right top; border: none; width: 129px; }
#subnav ul li.lastselected { background-position: right bottom; border: none; width: 129px; }

#subnav ul li a:link,
#subnav ul li a:visited {
	color: #333;
	display: block;
}

#subnav ul li a:hover {
	color: #cc0033;
}