#menu0 {
	
	width: 180px;
	margin: 0px;
	padding: 0;
}

#menu0 dt {
	background-image: url("tlo.jpg");
	border-style: double;
	border-color: ####;
	color: black;
	font-size: small;
	font-weight: bold;
	font-family: verdana;
	text-align: center;
	cursor: pointer;
	margin: 10px 0 0 0;
	padding: 2px;
	
}

#menu0 dd {
	background-image: url("tlo111.jpg");	
	color: ####;
	font-size: small;	
	font-family: verdana;	
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: ####;
	margin: 0;
	padding: 1px 5px;
	text-decoration: none;
	display: block;
	
}

#menu0 a:link, #menu0 a:visited {
	text-decoration: none;
	display: block;
	color: #000;
	padding: 4px 5px;
}

#menu0 a:hover {
	text-decoration: underline;
	color: red;
	
}

#menu0 dd.active {
	text-decoration: underline;
	font-weight: bold;
		
}

#menu0 a:active {
	text-decoration: underline;
	font-weight: bold;
	color: red;	
}

#menu0 dd.link {
	font-weight: bold;
	text-decoration: none;
}