@charset "utf-8";

/* Left menu buttons */
.cssnav	{
	position:relative;
	font-family: arial, helvetica, sans-serif;
	background-image:  url(/images/button2.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 217px;
	height: 29px;
	margin: 0;
	padding: 0;
}
.cssnav a {
	display: block;
	color: #cc6600;
	font-size: 11px;
	width: 217px;
	height: 15px;
	display: block;
	float: left;
	text-decoration: none;
}
.cssnav a:hover {
	display: block;
	color: #ffffff;
	font-size: 11px;
	width: 217px;
	height: 15px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
	font-weight: normal;
}

.cssnav img {width: 217px; height: 29px; border: 0; }
 html a:hover {visibility:visible}

.cssnav span {
	position: absolute;
	left: 8px;
	top: 9px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 217px;
	height: 29px;
	text-align: left;
	text-indent: 40px;
	font-weight: bold;
}
.cssnav a:hover img{visibility:hidden}
.tabletext {
	color: #ffffff;
	font-size: small;
}

#buttons a {
	font-size: 11px;
	color: #cc6600;
	text-decoration: none;
}
#buttons a:hover {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}