@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/paper_2.JPG);
	background-repeat: repeat;
}
.Style1 a {
	text-decoration: none;
	color: #FFFFFF;
}
.Style1 a:hover {
	color: #BDC3CE;
	text-transform: none;
	font-weight: normal;
}
#menu {
	height: 35px;
	width: 760px;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(images/page_template_example147_37.gif);
	position: absolute;
}
#menu ul {
	margin-top: 0px;
	padding-top: 0px;
}
#menu li {
	display: inline;
	margin-top: 0px;
	padding-top: 0px;
}
#menu li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	display: block;
	float: right;
	height: 30px;
	width: 100px;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
}
#menu li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: right;
	height: 30px;
	width: 100px;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
}
