/* CSS Document adapted from http://www.webcredible.co.uk/user-friendly-resources/css/rollover-buttons.shtml*/
/* NAVIGATION BUTTONS */
/*background for website: #389e92
text colour grey: #8f8f91*/
			
			*html .menu {
						margin: -5px 0 -18px 10px;

			}
			
			/*margin here is for safari and firefox*/
			/*margin for the rest is in cb.css in the .bt class */
			
			.menu {
						height:38px;
						width: 830px;
						/*margin: -5px 0px -17px 10px;*/
						margin: 0	0	0	10px;
						padding: 0 0 0px 0px;
						z-index:400;
						border: solid 0px red;
						

			}
			
			.cssnav	{
						position:relative;
						display:inline;/*IE fix */
						float: left;
						/* margin: 0; */
						padding: 0;
						margin:0;
						font-family: arial, helvetica, sans-serif;
						font-weight: normal;
						letter-spacing: 0.1em;
						text-align:center;
						text-transform:uppercase;
						background: url(../images/tab_over.gif) no-repeat;
						height: 38px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			/* squidge up 'sample order' tab*/
			.cssnav a.order{width:120px; background: url(../images/tab_over_xl.gif) no-repeat;}
						/* chair tab image bgd*/
			.cssnav a.chair{background: url(../images/tab_over_ch.gif) no-repeat;}

			.cssnav a {
						display: block;
						color: #8f8f91;
						font-size: 11px;
						height: 38px;
						float: left;
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #389e92;
			}
			

			.cssnav img {height:38px; border: 0; }
			
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position: absolute;
					    left: 0px;top: 13px;
					    text-align: center;
					    width: 107px;
					    cursor: pointer;  
			}
			.cssnav .order span {width: 120px;}
			
			.endnav {
						float:left;
						position:relative;/*IE fix */
						display:inline;/*IE fix */
						margin: 0; 
						padding: 0;}
						
			
			/* END OF NAVIGATION */


