#nav a:hover {
	color: #333;
}

#nav {
	height: 0px;
	font: normal 10px/20px 'Lucida Grande', 'Lucida Sans',verdana, arial, sans-serif;
	background: none;
	margin: 0px auto;
	padding: 0px 0 0 0;
	position: absolute;
	top: 42px;
	width: 760px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	height: 20px;
	color: #666;
	float: right;
}

#nav li {
	float: left;
	background: url("http://www.bi-uk.com/resources/images/tab_reg_l.gif") no-repeat left top;
	margin: 0;
	height: 20px;
	padding: 0 0 0 6px;
}

#nav a {
	float: left;
	display: block;
	width: .1em;
	background: url("http://www.bi-uk.com/resources/images/tab_reg_r.gif") no-repeat right top;
	padding: 2px 17px 5px 17px;
	text-decoration: none;
	margin: 0;
	font-weight: bold;
	white-space: nowrap;
	height: 17px;
	color: #666;
}

#nav .border > ul a {
	width: auto;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#nav a {
	float: none;
}

/* End IE5-Mac hack */

#nav .activenav {
	background: url("http://www.bi-uk.com/resources/images/tab_active_l.gif") no-repeat left top;
	border-width: 0;
}

#nav .activenav a {
	background: url("http://www.bi-uk.com/resources/images/tab_active_r.gif") no-repeat right top;
	padding-bottom: 0px;
	color: #666;
}
