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

