/* Links menu on the right */

.menu {
	width: 195px;
	position: absolute;
	top: 170px;
	left: 600px;
}

.menu a:link {
color: black;
text-decoration: none;
}

.menu a:visited {
color: blue;
text-decoration: none;
}

.menu a:hover {
color: #990000;
text-decoration: none;
background-color: #CCCCCC;
}

.menu p {
	color: #000000;
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}


.menu a:active {
color: #666666;
text-decoration: none;
}


p.bold {
	color: #a1291b;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 10px;
}
