
{
margin: 0px;
padding: 0px;
}



a:hover {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}

a:visited {
	color: #093e07;
	font-weight:bold;
}

body{
	background: #94af02 url(images/bg.jpg) top repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #464646;
	margin: 0 auto;
	padding: 0px;
	align: cneter; 
}


#menu{
	width: 700px;
	height: 54px;
	
}

#menu ul {
	list-style: none;
	padding: 0px;	
}

#menu li {
	list-style: none;
	padding: 0px;	
	display: inline; 
	
}

#header {
	list-style: none;
	padding: 0px;	
	display: inline;
	align: center;  
	
}

#menu a {
	float: left;
	width: 135px;
	height: 36px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 18px;
	font-size: 14px;
	text-transform: uppercase;
}

#menu a:hover{
	color: #ffffff;
	background: url(images/menuhov.jpg) no-repeat;
}

#l
