/* CSS Document */

	#nav {
		width:804px;
		display:block;
		height:24px;
		vertical-align:top;
		background-color:#ffffff;
		}
	
	#navin {
		width:800px;
		height:22px;
		margin-left:2px;
		margin-right:2px;
		display:block;
		text-align:left;
		background-image:url(../templates/default/images/nav/filler.gif);
		background-repeat:repeat-x;
		}

	#navrit {
		background-image:url(../templates/default/images/nav/div.gif);
		background-repeat:no-repeat;
		display:block;
		width:1px;
		height:22px;
		float:right;
		}


/* home */

	#home
		{
  		display: block;
  		width: 75px;
  		height: 22px;
  		background: url(../templates/default/images/nav/home.gif) no-repeat 0 0;
		}

	#home:hover
		{ 
  		background-position: 0 -22px;
		}

	#home span
		{
  	display: none;
		}

	.nhome {
		width:75px;
		height:22px;
		float:left;
		}

/* range */

	#range
		{
  		display: block;
  		width: 113px;
  		height: 22px;
  		background: url(../templates/default/images/nav/range.gif) no-repeat 0 0;
		}

	#range:hover
		{ 
  		background-position: 0 -22px;
		}

	#range span
		{
  	display: none;
		}

	.nrange {
		width:113px;
		height:22px;
		float:left;
		}

/* global */

	#global
		{
  		display: block;
  		width: 139px;
  		height: 22px;
  		background: url(../templates/default/images/nav/global.gif) no-repeat 0 0;
		}

	#global:hover
		{ 
  		background-position: 0 -22px;
		}

	#global span
		{
  	display: none;
		}

	.nglobal {
		width:139px;
		height:22px;
		float:left;
		}

/* ventures */

	#ventures
		{
  		display: block;
  		width: 117px;
  		height: 22px;
  		background: url(../templates/default/images/nav/ventures.gif) no-repeat 0 0;
		}

	#ventures:hover
		{ 
  		background-position: 0 -22px;
		}

	#ventures span
		{
  	display: none;
		}

	.nventures {
		width:117px;
		height:22px;
		float:left;
		}

/* news */

	#news
		{
  		display: block;
  		width: 62px;
  		height: 22px;
  		background: url(../templates/default/images/nav/news.gif) no-repeat 0 0;
		}

	#news:hover
		{ 
  		background-position: 0 -22px;
		}

	#news span
		{
  	display: none;
		}

	.nnews {
		width:62px;
		height:22px;
		float:left;
		}

/* contact */

	#contact
		{
  		display: block;
  		width: 75px;
  		height: 22px;
  		background: url(../templates/default/images/nav/contact.gif) no-repeat 0 0;
		}

	#contact:hover
		{ 
  		background-position: 0 -22px;
		}

	#contact span
		{
  	display: none;
		}

	.ncontact {
		width:75px;
		height:22px;
		float:left;
		}
