.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height: 12px;
z-index: 90;
width: 200px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: white;
	text-decoration: none;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: gray;
color: white;
text-decoration: none;
}

.tab{
	float:left;
	width:150px;
	height: 40px;
	background-image: url(images/fondo_tab.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	
}

.tab a, .tab a:hover{
	text-decoration:none;
	color: white;
	font-weight: bold;
	vertical-align: text-bottom;
	text-align: center;
	line-height:12px;
	font-family: Verdana;
	font-size: 10px;
	padding:2px;
}

