﻿.menu {
						height: 27px;
						width: 966px;
}
.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url('../images/brown.jpg') no-repeat;
						width: 193px;
						height: 27px;
	                    overflow:hidden;/* for ie to hide extra height*/	
}
.cssnav a {
						display: block;
						color: #000000;
						font-size: 14px;
						width: 193px;
						height: 27px;
						margin-bottom:8px;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
}
.cssnav a:hover {
						color: #ffffff;
}
			

.cssnav img {width: 193px; height: 27px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

.cssnav span {
					    position: absolute;
					    left: 0px;top: 5px;
					    text-align: center;
					    width: 193px;
					    color: #ffffff;
					    cursor: pointer;
					     
}
