.chromestyle
{
	width: 1000px;
	font-weight: lighter;
	font: normal 17 trebuchet ms;
}


.chromestyle:after
{
	/*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


.chromestyle ul
{
	border: 0;
	width: 100%;
	background: url(../images/menu.gif) center center repeat-x;
	/*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: right;
	/*set value to "left", "center", or "right"*/
}

.chromestyle ul li
{
    display: inline;
	margin: 0;
	padding: 0;
}

.chromestyle ul li a
{
 
	color: #ffffff;
	padding: 3px 15px;
	 
	margin: 0;
	text-decoration: none;
	/*font-weight:bold;*/
	font: normal 16px Trebuchet MS;
}

.chromestyle ul li a:hover
{
	/*THEME CHANGE HERE*/
	color: #ffffff;
	font:  normal 17px Trebuchet MS;
}

/* ######### desplegable ######### */
.dropmenudiv
{
	position: absolute;
	top: 0;
	border:0px solid #999999;
	/*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: bold 11px trebuchet ms;
	line-height: 20px;
	z-index: 200;
	background-color: #999999;
	visibility: hidden;
}

.dropmenudiv a
{
	width: 174;
	display: block;
	text-indent: 22px;
	border-bottom: 5px solid #999999;
	/*THEME CHANGE HERE*/
	padding: 0px 0;
	text-decoration: none;
	color: #ffffff;
}
.dropmenudiv1
{
	position: absolute;
	top: 0;
	border:0px solid #999999;
	/*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: bold 11px trebuchet ms;
	line-height: 20px;
	z-index: 200;
	background-color: #999999;
	visibility: hidden;
}
.dropmenudiv1 a
{
	width: 150;
	display: block;
	text-indent: 17px;
	border-bottom: 5px solid #999999;
	/*THEME CHANGE HERE*/
	padding: 0px 0;
	text-decoration: none;
	color: #ffffff;
}
 .dropmenudiv2
{
	position: absolute;
	top: 0;
	border:0px solid #999999;
	/*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: bold 11px trebuchet ms;
	line-height: 20px;
	z-index: 200;
	background-color: #999999;
	visibility: hidden;
}
.dropmenudiv2 a
{
	width: 200;
	display: block;
	text-indent: 21px;
	border-bottom: 5px solid #999999;
	/*THEME CHANGE HERE*/
	padding: 0px 0;
	text-decoration: none;
	color: #ffffff;
}


.dropmenudiv3
{
	position: absolute;
	top: 0;
	border:0px solid #999999;
	/*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: bold 11px trebuchet ms;
	line-height: 20px;
	z-index: 200;
	background-color: #999999;
	visibility: hidden;
}
.dropmenudiv3 a
{
	width: 119;
	display: block;
	text-indent: 6px;
	border-bottom: 5px solid #999999;
	/*THEME CHANGE HERE*/
	padding: 0px 10;
	text-decoration: none;
	color: #ffffff;
}