#rap {
	width: 500px;
	}
.menu {
	background: #FFFFFF;
	margin: 5px 2px 2px;
	padding: 0px;
	width: 150px;
	float: left;
	text-align: left;
}
.menu ul {
	font: bold 15px Georgia, "Times New Roman", Times, serif;
	list-style: none;
	margin: 2px 0px 2px 5px;
	padding: 0px;
}
.menu ul li {
	background: #CCCCCC;
	height: 18px;
	margin: 3px 0px 2px;
	padding: 0px 5px 0px 5px;
	border-right: 7px solid #666666;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
}
.menu ul li:hover {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color: #000066;
	background: #FFFFCC;
	border-right: 7px solid #FF9900;
	padding-left: 7px;
}
.menu ul li.hover {

	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color: #000066;
	background: #FFFFCC;
	border-right: 7px solid #FF9900;
	padding-right: 7px;
}
.navigation {
	height: 20px;
	float: right;
}
.navigation ul {
	display: inline;
	list-style: none;
}
.navigation ul li {
	display: inline;
	width: 60px;
	margin: 2px 7px;
	padding: 0px 3px;
	border-left: 5px solid #666666;
	background: #CCCCCC;
	height: 20px;
}
.navigation ul li:hover {
	background: #FFFFCC;
	border-left: 5px solid #FF9900;
}
.navigation ul li.hover {

	background: #FFFFCC;
	border-left: 5px solid #FF9900;
}
.footer {
	clear: both;
	background: #CCCCCC;
	height: 20px;
	width: 500px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 5px 0px 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
}
.footer a, a:hover {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}
.text {
	width: 300px;
	float: right;
	text-align: left;
	margin: 5px 3px 3px;
	padding: 0px;
	height: 80px;
}
p {
	font: 11px tahoma;
	color: #000000;
	border: 1px solid #333333;
	background: #CCCCCC;
	padding: 3px 3px 3px 5px;
	margin: 0px;
}
p:hover, p.hover {
	color: #000066;
	background: #FFFFCC;
	border: 1px dashed #FF9900;
}

