a:hover {
	text-decoration: none;
}
a {
	text-decoration: none;
}
a:active {
	text-decoration: none;

}
a:visited {
	text-decoration: none;
}
font {
	font-family: "Century Gothic";
}
/* Top Nav Bar Links */
A.lmenu:link {
	border: thin solid #000000;
    padding:5px;
	font-family: "Century Gothic";
	font-size: normal;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
A.lmenu:visited {
	border: thin solid #000000;
	font-size: normal;
    padding:5px;
    color: #FFFFFF;
	font-family: "Century Gothic";
	text-decoration: none;

}
A.lmenu:active {
	border: thin solid #ff0000;
    padding:5px;
	font-family: "Century Gothic";
	font-size: normal;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
A.lmenu:hover {
	border: thin solid #000000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	color:#000000;
    padding:5px;
	font-family: "Century Gothic";
	font-size: normal;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}