/* CSS Document */

.menu {
	color: #900;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 10px;
	background-color: #FCFCFE;
	width: 150px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: 10;
	border-right-style: 10;
	border-bottom-style: 10;
	border-left-style: 10;
	text-decoration: none;
	height: 10px;
	margin: 0px;
}
.menu:hover {
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 10px;
	width: 150px;
	margin: 0px;
	background-color: #CCC;
	height: 10px;

