/* CSS Document */

#navcontainer {
	position:relative;
	float:left;
	width: 454px;
	height: 44px;
	padding: 0px;
	/*margin: 3px 0 20px 0;
	background: #7FA0B1;	*/
	}

#nav {
	position: absolute;
	list-style: none;
	margin: 0 0 0 49px;
	padding: 0;
	height: 44px;
	display: inline;
	overflow: hidden;
	width: 454px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 44px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:44px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -44px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -88px;
	}
	
#tproducts a  {
	width: 77px;
	background: url(images/products.gif) top left no-repeat;
	}

#tdesign a  {
	width: 97px;
	background: url(images/design.gif) top left no-repeat;
	}

#tourshowroom a  {
	width: 128px;
	background: url(images/showroom.gif) top left no-repeat;
	}

#taboutus a  {
	width: 85px;
	background: url(images/about.gif) top left no-repeat;
	}

#tcontact a  {
	width: 67px;
	background: url(images/contact.gif) top left no-repeat;
	}