.toplinks {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	color: #BFBFBF;
	text-decoration: none;
}
a.toplinks:hover {
color:#FFCC00;
}

.homelinks {
	font-family: "Palatino Linotype";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.homelinks:hover {
	color:#FFCC00;

}

.runningtext {
	font-family: Garamond;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.headtext {
	font-family: Garamond;
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.footerlinks {
	font-family: "Palatino Linotype";
	font-size: 16px;
	font-weight: normal;
	color: #BFBFBF;
	text-decoration: none;
}
a.footerlinks:hover {
color:#FF6600;
}

.menulinks {
	font-family: "Palatino Linotype";
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.menulinks:hover {
color:#FF6600;
}

#coolmenu{
width: 100%;
background-color: #282828;
}

#coolmenu a{
	padding: 38px;
	padding-left: 10px;
	display: block;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Palatino Linotype";
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
	background-color: #FF6B19;
	color: #000000;
	font-weight: bold;
}
