﻿dl, dt, dd {
	display: block;
	margin: 0;
	padding: 0;
	font: Arial;
	font-size: 12px;
	color: #000066;
}

dt {
	padding: 5px 5px;
	font-weight: bold;
	text-align: left;
	background: #FFFFFF;
	border-width: 0px;
	border-style: solid;
	height: 20px;
}

dd {
	padding-left: 0px;
	border-width: 0px;
	height: 25px;
}

dl a:link, dl a:visited {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	background: url("./img/menu_link.gif") repeat-x top;
	color: #000066;
}

dl a:hover {
	background-color: #797;
	background: url("./img/menu_hover.gif") repeat-x top;
	color: #000066;
}
