/* CSS Document */

#subnav ul { list-style: none; padding: 0; margin: 0; }
#subnav li { 
	padding: 0; 
	margin-bottom: 10px;
	line-height: 12px; 
	text-align: center; 
	font-size: 10px;
	font-weight: bold;
	float: left;
	width: 130px;
}

#subnav a {
	display: block;
	text-decoration: none;
	color: black; 
	padding: 5px 3px;
	margin: 0;
	border-left: 5px solid #CCC;
	background-color: #DDD;
	filter:alpha(opacity=60); -moz-opacity:.60; opacity:.60;
	height: 12px;
}

#subnav a:hover { 
	border-left-color: #F00;
	background-color: #09C;
	color: white;
}

#subnav a.current {
	background-color: #069;
	border-left-color: #F00;
	color: white;
}