
#subnav {
	float: left;
	width: 100%;
	background: #B32317 url(../images/bg_subnav.gif) top left repeat-x;
	font-size: 1em;
	line-height: normal;
}
#subnav ul {
	margin: 0;
	padding:0 0 0;
	list-style: none;
}

#subnav li {
	float: left;
	background: url(../images/tab_left.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 6px;
}
#subnav a {
	float: left;
	display: block;
	background: url(../images/tab_right.gif) no-repeat right top;
	padding: 6px 24px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	height: 15px;
}

#subnav a {
	/*float:none; color:#00f;*/
}

#subnav #current {
	/*background-image: url(../images/left_on.gif);*/
	background: #fff none;
	margin-left: -1px;
}

#subnav #current a {
	/*background-image:url(../images/right_on.gif);*/
	background: none;
	color:#B32317;
	/*padding-bottom:5px;*/
}
