#nav {
	width: 917px;
	height: 37px;
	background: transparent url('../images/bg.gif') no-repeat bottom left;
	padding: 0;
	margin-left: 38px;
	overflow: hidden !important; /*This needs to be hidden from IE but shown to other browsers. */
	overflow: inherit;
	
}

ul#minitabs
{
	list-style: none;
	font-weight: normal;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
	padding-top: 9px; /*Only appears to affect gecko and webkit*/
}

ul#minitabs li
{
	display: inline;
}

ul#minitabs a 
{
	text-decoration: none;
	color: #333333;
	padding: 0px 30px 2px 20px;
	padding-top: 10px; /* Controls the offset of the place image.*/
	background: transparent url('../images/bg_sep.gif') no-repeat top left;
}

ul#minitabs a#current
{
	color: #333333;
	background: transparent url('../images/bg_place.gif') no-repeat bottom left;
}

ul#minitabs a:hover
{
	border-color: #929292;
	color: #000000;
}