#menu UL {
	MARGIN: 0px;
	WIDTH: 200px;
	LIST-STYLE-TYPE: none;
	padding: 0px;
}
#menu UL LI {
	POSITION: relative;
}
#menu LI UL {
	DISPLAY: none; LEFT: 200px; POSITION: absolute; TOP: 0px
}
#menu UL LI A {
	DISPLAY: block;
	COLOR: #002A55;
	TEXT-DECORATION: none;
	background-image: url(../imagenes/botonactive.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 27px!important;
}
/*UL LI A:VISITED {
	TEXT-DECORATION: none;
	background-image: url(../imagenes/botonahover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 27px !important;
	text-align: center;
}*/

#menu UL LI A:HOVER {
	TEXT-DECORATION: none;
	background-image: url(../imagenes/botonahover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 27px !important;
	text-align: center;
}
* HTML #menu UL LI {
	FLOAT: left; HEIGHT: 1%;
}
* HTML #menu UL LI A {
	HEIGHT: 1%;
}
#menu LI:hover UL {
	DISPLAY: block;
}
#menu LI.over UL {
	DISPLAY: block;
}
