/* CSS Document */
.button
{
	display: block;
	color: white;
	font-size: 16px;
	width: auto;
	height: auto;
	display: block;
	float: left;
	color: white;
	text-decoration: none;
	font-style: normal;
	font-family: Verdana;;
	background-color: #6699FF;
	font-weight: bold;
}

 .cssnav
{
	position: relative;
	font-family: Verdana;
	white-space: nowrap;
	display: block;
	width: 211px;
	height: 44px;
	margin: 0;
	padding: 0;
}

.cssnav a
{
	display: block;
	color: #000000;
	font-size: 11px;
	width: 211px;
	height: 44px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}

.cssnav img
{
	width: 211px;
	height: 44px;
	border: 0
}

.cssnav span
{
	position: absolute;
	left: 35px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}