div.menu {
	position: absolute;
	background-color: rgb(245, 245, 245);
	/*background-image: url(../../media/menu/fondo.gif);*/
	border: 2px solid rgb(93, 142, 196);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 10px;
	line-height: 15px;
	display: none;
}
div.menu .item {
	color: rgb(21, 66, 116);
	text-decoration: none;
	display: block;
	background: url(../../media/v1.jpg) 0px 5px no-repeat;
	padding-left: 13px;
}
div.menu a.item:hover {
	text-decoration: underline;
	background: url(../../media/v3.jpg) 0px 5px no-repeat;
}
img.menu {
	cursor: pointer;
}
