.cssnav
{
	position:relative;
	float: left;
	background: url(a.jpg) no-repeat;
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 180px;
	height: 40px;
	margin: 2;
	padding: 0;
    margin-left:11;
    margin-right: -9;
	overflow:hidden;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	text-align: center;
}

.cssnav a
{
display: block;
color: #ffffff;
font-size: 15px;
width: 211px;
height: 44px;
float: left;
color: white;
text-decoration: none;
overflow:hidden;

}	

.cssnav img
{
width: 211px;
height: 44px;
border: 0
}

* html a:hover
{ visibility:visible }

.cssnav a:hover img
{ visibility:hidden }

.cssnav span
{
	position: absolute;
	left: 65px;
	top: 15px;
	text-align: centre;
	cursor: pointer;
	font-size: 15px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0px;

	background:url(images/bg_body_02.jpg) repeat-x top;  
	margin: 0px;
	padding: 0px;
	text-align: left;
	
}

