
dl, dt, dd {
	display: block;
	margin: 0;
	padding: 0;
}

dl {
	width: 200px;
	padding: 1px 2px;
	background-color: #9ce;
	border: 3px double #28e;
}

dt {
	padding: 7px 15px;
	font-weight: bold;
	font-size: larger;
	background-color: #25b;
	color: #9ce;
	text-align: center;
	/*border-right: 20px solid #26d;*/
	margin-top: 1px;
}

dd {
	border-top: 1px solid #9ce;
}

dl a:link, dl a:visited {
	display: block;
	width: 185px;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
	background-color: #27c;
	color: #def;
	border-left: 5px solid #25b;
}

dl a:hover {
	width: 166px;
	background-color: #28e;
	color: #fff;
	border-left: 20px solid #26d;
}
dl dd.n a:hover {border-left: 5px solid #25b;background-color: #28e; width:185px;}
