.menu {
	list-style: none;
}
.menu li {
	padding: 0;
	position: relative;
	text-align: left;
	text-decoration: none;
	list-style: none;
}
.menu a {
	text-decoration: none;
}
.menu li em {
	list-style: none;
	text-decoration: none;
	background: #ccc;
	width: 200px;
	height: 45px;
	position: absolute;
	top: 150px;
	left: 50px;
	text-align: left;
	padding: 10px;
	z-index: 2;
	display: none;
}

a:link, a:active, a:visited {
	text-decoration: none;
}

/*tooltip*/

#text {margin:0px; padding:0px;}
.hotspot {}

#tt {position:absolute; display:block; background:url(/images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(/images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#fff; color:#666}
#ttbot {display:block; height:5px; margin-left:5px; background:url(/images/tt_bottom.gif) top right no-repeat; overflow:hidden}

