@charset "utf-8";
/* CSS Document */
.cssnav{
	position: relative;
	font-family:Arial, Helvetica, sans-serif bold;
	background:url(../images/navr.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 169px;
	height:24px;
	margin: 2px 0px;
	padding:0;
	color: #333333;
	font-size: 11px;
}

.cssnav a{
	display: block;
	font-size: 11px;
	width: 169px;
	height: 24px;
	margin: 0;
	float: left;
	color: #333333;
	text-decoration: none;
}
.cssnav a:hover{
	display: block;
	font-size: 11px;
	width: 169px;
	height: 24px;
	float: left;
	color: #ffffff;
	text-decoration: none;
}


.cssnav img{
	width: 169px;
	height: 24px;
	border: 0;
}

* html a:hover{
	visibility:visible
}

.cssnav a:hover img{
	visibility:hidden
}
.cssnav down img{
	visibility:visible;
}

.cssnav span{
	position: absolute;
	left: 23px;
	top: 5px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 136px;
	bottom: 2px;
}
