@charset "utf-8";
/* CSS Document */

.cssnav
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	display: block;
	width: 170px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-image: url(../images/flowerbutton.jpg);
	background-repeat: no-repeat;
}

.cssnav a
{
	display: block;
	color: #000000;
	font-size: 11px;
	width: 170px;
	height: 30px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}

.cssnav img
{
	width: 170px;
	height: 30px;
	border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
	position: absolute;
	left: 24px;
	top: 8px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
} 
