@charset "UTF-8";
#nav  ul  {
	float: left;
	list-style: none;
	height: 45px;
	margin-top: 65px;
	margin-right: 0;
	margin-bottom: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 70px;
}
#nav  ul  li  {
	float: left;
	margin: 0;
	width: 190px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
#nav  ul  li  a  {
	float: left;
	margin: 0;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 15px;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	text-decoration: none;
}
#nav  ul  li  a:hover  
     {
	border: none;
	color: #999999;
	background: transparent;
}
#nav  ul  li#current  {
	background-color: transparent;
	background-image: url(images/left-tab.gif);
	background-repeat: no-repeat;
}
#nav  ul  li#current  a  {
	color: #444;
	background-color: transparent;
	background-image: url(images/right-tab.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav/*  navigation  */
  {
	width: 900px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
}
