UL {
	WIDTH: 170px;
	LIST-STYLE-TYPE: none;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-left:6px;
	margin-top:6px;
}
UL LI {
	POSITION: relative;
	width:160px;
}
LI UL {
	DISPLAY: none; 
	LEFT: 153px; 
	POSITION: absolute; 
	TOP: -6px;
}
UL LI A {
	DISPLAY: block;
	TEXT-DECORATION: none;
	background-image: url(/images_diseno/menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ffffff;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
 HTML UL LI {
	FLOAT: left; HEIGHT: 1%
}
 HTML UL LI A {
	HEIGHT: 1%
}
LI:hover UL {
	DISPLAY: block
}
LI.over UL {
	DISPLAY: block
}
