﻿#nv a {
	color: #fff;
	background: url("../images/tab-unsel.png") left top no-repeat;
	text-decoration: none;
	width: 102px;
	height: 45px;
}
#nv a span {
	background: url("../images/tab-unsel.png") left top no-repeat;
	height: 43px;
}
#nv span {
	text-align: center;
}
#nv span.sel {
	background: url("../images/tab-sel.png") left top no-repeat;
	color: #B52931;
	text-align: center;
	height: 45px;
}
#nv a, #nv a span {
	display: block;
	float: left;
}
#nv a span {
	padding-top: 4px;
}
/* Hide from IE5-Mac \*/
#nv a, #nv a span {
	float: none;
}
/* End hide */
#nv a:hover {
	color: #B52931;
	background: url("../images/tab-sel-hover.png") left top no-repeat;
}
#nv a:hover span {
	cursor: hand;
	background: url("../images/tab-sel-hover.png") left top no-repeat;
}
#nv a:hover span.sel {
	background: url("../images/tab-sel.png") left top no-repeat;
}
#nv {
	list-style: none;
	padding: 0;
	margin-left: 0;
}
#nv li {
	float: left;
	margin: 0;
}


