﻿#nv a {
	color: #fff;
	background: #B52931 url(/images/tab-unsel.png) left top no-repeat;
	text-decoration: none;
	width: 100px;
}
#nv a span {
	background: url(/images/tab-unsel.png) right top no-repeat;
	padding: 10px;
	padding-bottom: 0;
}
#nv span.sel {
	background: url(/images/tab-sel.png) right top no-repeat;
	color: #B52931;
}
#nv a, #nv a span {
	display: block;
	float: left;
}
/* Hide from IE5-Mac \*/
#nv a, #nv a span {
	float: none;
}
/* End hide */
#nv a:hover {
	color: #B52931;
	background: #eadc93 url(/images/tab-sel.png) left top no-repeat;
}
#nv a:hover span {
	background: url(/images/tab-sel.png) right top no-repeat;
}
#nv {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nv li {
	float: left;
	margin: 0;
}
