﻿/*- Menu Tabs J--------------------------- */

#nav {
	float: left;
	height: 70px;
	width: 615px;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
}
#nav ul {
	margin: 0 0 0 px;
	height: 70px;
	width: 615px;
	padding: 0 0 0 0px;
	list-style: none;
}
#nav li {
	display: inline;
	height: 70px;
	width: 100px;
	margin: 0 0 0 1px;
	padding: 0 0 0 0px;
}
#nav a {
	float: left;
	height: 70px;
	width: 100px;
	margin: 0 0 0 1px;
	cursor: pointer;
	padding: 0px 0 0 0px;
	text-decoration: none;
}
#nav a span {
	margin: 0 0 0 0px;
	float: left;
	height: 70px;
	width: 100px;
	display: block;
	padding: 0px 0px 0px px;
	color: #554336;
	vertical-align: middle;
	line-height: 70px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {
	float:none;
	height: 70px;
	}
/* End IE5-Mac hack */
#nav a:hover span {
	color: #3a3029;
	height: 70px;

}
#nav a:hover {
	background-image: url('images/button_over.gif');
	background-repeat:no-repeat;
	height: 70px;
	}
#nav a:hover span {
	background-position:100% 0px;
	height: 70px;
	}