/* CSS Document */

#linksbg{width: 100%; height: 38px; background-image:url(../images/links/left.png); background-repeat:repeat-x;}
	#left, #about, #signs, #why, #product, #gallery, #contact, #map{float: left; height: 38px; line-height: 38px; text-align:center;}
	#left a:hover, #about a:hover, #signs a:hover, #why a:hover, #product a:hover, #gallery a:hover, #contact a:hover, #map a:hover{color: #ccc; display: block;}
	#left a, #about a, #signs a, #why a, #product a, #gallery a, #contact a, #map a{color: #fff; display: block;}
		#left{width: 10px; background-image: url(../images/links/left.png);}
			
			#about{width: 135px; background-image:url(../images/links/about.png);}
				#about a:hover{background-image:url(../images/links/aboutover.png);}
			#signs{width: 146px; background-image:url(../images/links/signs.png);}
				#signs a:hover{ background-image:url(../images/links/oursignsover.png);}
			#why{width: 137px; background-image:url(../images/links/why.png);}
				#why a:hover{ background-image:url(../images/links/whyover.png);}
			#product{width: 126px; background-image:url(../images/links/product.png);}
				#product a:hover{ background-image:url(../images/links/productover.png);}
			#gallery{width: 154px; background-image:url(../images/links/gallery.png);}
				#gallery a:hover{ background-image:url(../images/links/galleryover.png);}
			#contact{width: 115px; background-image:url(../images/links/contact.png);}
				#contact a:hover{ background-image:url(../images/links/contactover.png);}
			#map{width: 122px; background-image:url(../images/links/map.png);}
				#map a:hover{background-image:url(../images/links/mapover.png);}
			
	#right{float: right; background-image: url(../images/links/right.png); height: 38px;width: 21px; }