@charset "UTF-8";
/* CSS Document */

.menu {
	height: 25px;
	width: 630px;
}	
.cssnav	{
	position:relative;
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	width: 126px;
	height: 25px;
	overflow:hidden;
	text-decoration: none;
	background-image: url(../assets/top/hover2.jpg);
	letter-spacing: 1px;
}
.cssnav a {
	display: block;
	color: #996633;
	font-size: 11px;
	width: 126px;
	height: 25px;
	display: block;
	float: left;
	color: black;
	overflow:hidden;/* for ie to hide extra height*/
	text-decoration: none;
}
.cssnav a:hover {
	color: #996633;
	text-decoration: none;
}
.cssnav img {width: 126px; height: 25px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

.cssnav span {
	position: absolute;
	left: 0px;
	top: 6px;
	text-align: center;
	width: 126px;
	cursor: pointer;
	color: #FFFFFF;
	height: 17px;
}
