table.slickmenu td {
background-color:#000000;
}

table.slickmenu a {
	color: white;
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 4px 0 0 0;
	font-family: trebuchet ms;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	border: 0px solid blue;
	vertical-align:middle;
}

.surfvar, .surfvar a {
	font-family: trebuchet ms;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

table.slickmenu a:hover {
  background-color: #9d9d9d;
  color: white;
  text-decoration: none;
}

div.submenus a {
	color: #fff;
	background-color: #bdbdbd;
	background-color: #666;
	text-decoration: none;
	width: 171px;
	display: block;
	padding: 4px 5px;
	font-size: 9px;
	font-family: verdana,trebuchet ms;
	font-weight: normal;
	height: 13px;
	opacity: 0.85;
	filter: alpha (opacity=85);
}

div.submenus a:hover {
	background-color: #9d9d9d;
	color: #111;
	text-decoration: none;
	font-weight: bold;
}

#marge{
	width:780px;
	margin:auto;
	position:relative;
	background-color: #2f302b;
	padding-bottom:20px;
}

