/* CSS Document */

#navbox {

	width: 370px;

	height: 40px;

	padding: 0px;

	margin: 0px;

	background: #FFFFFF;	

	}



#nav {

	margin: 0;

	padding: 0;

	height: 40px;

	display: inline;

	list-style: none;

	overflow: hidden;

	}



#nav ul {

	margin: 0px;

	padding: 0px;

	display: inline;

	list-style-type: none;

}



#nav li {

	margin: 0px;

	padding: 0px;

	display: inline;

	list-style-type: none;

	height: 0px !important; 

	height /**/:40px; /* IE5/Win */

}



#nav a {

	float: left;

	margin: 0px;

	padding: 0px 0px 0px 0px;

	overflow: hidden;

	}

	

#nav a:hover {

	background-position: 0 -40px;

	}




#nav span {

  display:none;

  }

	

#tvideo a  {

	width:123px;

	height:40px;

  	background: url("images/video.gif") top left no-repeat;

	}



#tartwork a  {

	width: 123px;

	height:40px;

	background: url("images/art.gif") top left no-repeat;

	}



#tforms a  {

	width: 123px;

	height:40px;

	background: url("images/forms.gif") top left no-repeat;

	}


