<!-- Vignette V6 Sat Apr 29 21:09:18 2006 -->
  #chromemenu{
}
#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#chromemenu ul{
	width: 100%;
	height: 18px;
	 /*Theme Change here*/
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	float: left;
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#chromemenu ul li{
	display: inline;
}
#chromemenu ul li a{
	float: left;
	color: #663300;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	 /*Theme Change here*/
}
#chromemenu ul li a:hover{
	color: #cccccc; /* color down menu up*/
}
/*#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
	/*content: " v";*/
	/*content: " " url(/lt3/comun/img/arrow-down.gif); /*uncomment this line to use an image instead
}*/
#chromemenu p{
	display: inline;
	float: right;
}
.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #ffffff; /*Theme Change here*/
	border-right: 0px solid #999999;
	border-bottom: 0px solid #333333;
	line-height:10px;
	z-index:100;
	background-color: #E8E1D2;/*color menu fondo desplegable*/
	width: 160px;
	visibility: hidden;
	margin:0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.dropmenudiv a{
	display: block;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #ffffff; /*Theme Change here*/
	border-right: 1px solid #FFF;
	padding: 2px 2px;
	text-decoration: none;
	font-weight: bold;
	color: #663300;/*color over menu desplegable fonts*/
}
.dropmenudiv a:hover{ /*Theme Change here*/
	display: block;
	border-left: 0px solid #990000;
	padding: 2px 2px;
	background-color: #ffffff; /* color HOVER menu */
	text-decoration: none;
}
.dropmenudiv a:visited{
	display: block;
	border-bottom: 1px solid #ffffff; /*Theme Change here*/
	padding: 2px 2px;
	font-weight: bold;
	text-decoration: none;
}