html {
	background-color: #fff;
	color: #000
}

body {
	margin-left: 0px;
	margin-top: 0px;
}

div.content {
	width: 650px;
	position: relative;
	display: table;
	top: 30px;
	left: 15px;
}

div.container_nav {
	width: 150px;
	position: static;
	float: left;
	display: table;
	top: 90px;
	left: 0px;
}

.cssnav
{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(buttons/navpen_on.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 150px;
	height: 28px;
	margin: 0;
	padding: 0;
}

.cssnav a
{
	display: block;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	display: block;
	float: left;
	text-decoration: none;
}

.cssnav img
{
	border: 0
}

* html a:hover
{
	visibility: visible
}

.cssnav a:hover img
{
	visibility: hidden
}

.cssnav span
{
	position: absolute;
	left: 5px;
	top: 8px;
	margin: 0px;
	padding: 0px; 
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
} 

.cssnav a:hover span 
{
	color: #f2f130;
} 

