@charset "utf-8";
#menu {
	background: #efefef;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font-size: 11px;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #efefef url("images/seperator.gif") bottom right no-repeat;
	color: #00000;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #9dc958 url("images/hover.gif") bottom center no-repeat;
	color: #00000;
	padding-bottom: 8px;
}            
                    
span.text {
	font-size: 11px;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	color: #808080;
}
span.header {
	font-size: 11px;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	color: #99c751;
	font-weight:bold;
}
A:link {
	COLOR: #494b4a;
	TEXT-DECORATION: none;
	font-weight:bold;
}
A:visited {
	COLOR: #494b4a;
	TEXT-DECORATION: none;
		font-weight:bold;
}
A:hover {
	TEXT-DECORATION: none;
	COLOR: #808080;
}
A:active {
	COLOR: #808080;
}
.clean-ok {
	border:solid 1px #349534;
	background:#C9FFCA;
	color:#008000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:4px;
	text-align:center;
	margin:0 auto;
	margin-top:10px;
	width:200px;
}
.clean-error {
	border:solid 1px #CC0000;
	background:#F7CBCA;
	color:#CC0000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:4px;
	text-align:center;
	margin:0 auto;
	margin-top:10px;
	width:200px;
}

ul
{
  margin-left: 10;
  padding-left: 10;
  list-style-type:square;
  line-height:120%
}
