a:link {color: #6a553a; text-decoration: none; font-weight: bold;}
a:visited {color: #6a553a; text-decoration: none; font-weight: bold;}
a:hover {color: #846e51; text-decoration: underline; font-weight: bold;}
a:active {color: #846e51; text-decoration: underline; font-weight: bold;}

body { 
	background-color:#6a553a;
	font-family: tahoma, trebuchet ms, arial, sans; 
	color:#593c24
}

#menu a:link, #menu a:visited, #menu a:active, #menu a:hover {
	color: #593c24;
	font: bold 7pt tahoma, trebuchet ms, arial, sans;
}
	
#menu {
	width: 150px;
	text-align: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	padding-left: 15px;
	background: url(/memorial/img/dot.png) no-repeat 2px 9px;
}

#menu ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #fff;
}
