body {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #808080;
}
b:link {
	text-decoration: none;
	color: 808080;
}
b:visited {
	text-decoration: none;
	color: 808080;
}
b:hover {
	text-decoration: underline;
	color: #666666;
}
b:active {
	text-decoration: none;
}
.style25 {
	font-family: "Century Gothic";
	font-size: 36px;
	color: #379244;
}
.style29 {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #808080;
}
.style30 {
	color: #808080;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.style32 {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
}
.style33 {
	color: #808080
}
.style34 {
	color: #666666;
	font-style: italic;
	text-align: left;
	font-weight: bold;
}
.style36 {
	color: #666666;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
}

.hovermenu ul{
font:normal 16px Georgia;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 5px 10px;
text-decoration: none;
float: left;
color: black;
background-color: #e0e0e0; /* You Can Change this color */
border: 2px solid #808080; /*You can change this color*/
}

.hovermenu ul li a:hover{
color: white;
background-color: #808080; /*You Can Change This Color*/
border-style: solid;
border-color:#808080 #808080 white #808080;
border-width: 2px;
}

body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: ;
}
