.margine
	{
	width:300px;
	margin-bottom:5px;
	margin-left:7px;
	}
	
.hidden_menu
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000033;
	}
	
a.screen
	{
	background-image:url(http://www.ase.ro/site/index/bg/bullets.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#0162B5;
	text-decoration:none;
	}

a.screen b {
padding:5px;
position:absolute;
visibility:hidden; /* hide the image */
width:195px; /* width functie de marimea textului de afisat*/
height:0;
left:52%; /* no height to solve an Opera bug that makes it selectable when hidden */
 /*left:595px; pozitionare orizontala text ascuns */
top:490px; /*360 460 inainte pozitionare verticala text ascuns !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
font-weight:normal;
}

a.screen:hover 
	{
	background-image:url(http://www.ase.ro/site/index/bg/bullets_over.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#9a0000;
	text-decoration:underline;
	border:0; /* needed for this to work in IE */ 
	/*z-index:1000;*/
	}

a.screen:hover b {
color:#000033;
text-decoration:none;
visibility:visible; /* make the image visible */
height:auto; /* now give it a height */
cursor:pointer; /* for IE */
/*z-index:500;*/ 
}

a.screen:hover b img {
border:0; /* remove the link border */
}

