.menu a:link
{
	color: #0b4b6f;
	text-decoration: none;
}

.menu a:hover
{
	color: #1a6690;
	text-decoration: none;
}

.menu a:visited
{
	color: #0b4b6f;
	text-decoration: none;
}

.menu
{
	line-height: 9px;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #b5bcc1;
	padding-left: 40px;
}


#menu
{
	background-image: url(../pictures/menu.jpg);
	float: left;
	height: 368px; /*341px*/
	width: 200px;
}
