/* http://www.cssplay.co.uk/menu/tool_links */

.hov a {
	back//ground: #9c9;
	color: #fff;
	te//xt-decoration: none;
}
.hov b {
	display: none;
	font-weight: normal;
}
.hov:hover {
	position: relative;
	z-index: 100;
}
.hov a:hover, .hov:hover a {
	border: 0;
	text-decoration: underline;
	position: relative;
}
.hov:hover b, .hov a:hover b {
	display: block;
	visibility: visible;
	position: absolute;
	left: -420px;
	top: -85px;
	background: #ffc;
	cursor: pointer;
	border: 1px solid #888;
	padding: 5px 10px;
}
.hov b a {
	white-space: nowrap;
	color: #000;
	text-decoration: none;
	background: transparent;
	display: block;
}
.hov b a:hover {
	text-decoration: underline;
}