@charset "utf-8";
/* CSS Document */
#navigation {width:1000px;	background-color: none;	margin-bottom:0px; }
#menu {	list-style: none;	margin: 0;	padding: 0;	height:51px;background:none; }
#menu li {	margin: 0; 	padding: 0;	display: inline;	list-style-type: none; }
#menu a { float: left;	padding: 51px 0 0 0;	overflow: hidden;	height: 0px !important;	height /**/:41px; /* for IE5/Win */ }
#menu a:hover {	background-position: 0 -51px; }
#menu a:active, #menu a.selected {	background-position: 0 -102px; }
#home a {  width:129px; background:url(../images/but_home.png) top left no-repeat; }
#about a  {  width:150px; background:url(../images/but_about.png) top left no-repeat; }
#our a { width:194px; background:url(../images/but_our.png)  top left no-repeat; }
#rec a {  width:154px; background:url(../images/but_rec.png) top left no-repeat; }	
#car a {  width:136px; background:url(../images/but_car.png) top left no-repeat; }	
#support a {  width:237px; background:url(../images/but_cust.png) top left no-repeat; }	


