#navbar {
	list-style-type: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
} #navbar a {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	display: block;
	text-align: center;
	margin-bottom: 5px;
	background-image: url(images/up.gif);
	background-repeat: no-repeat;
	width: 140px;
	padding-top: 9px;
	padding-bottom: 9px;
}
#navbar a:hover {
	background-image: url(images/over.gif);
}
a.btn {
	background-color: #FFCC33;
	color: #000000;
	display: block;
	text-decoration: none;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
}
a.btn:hover {
	border-top-color: #000000;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #000000;
}
