.chromestyle
{
	width: 960px;
	font-weight: bold;
	font: normal 12px Verdana;
}


.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
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ff9933;
	color: #ffffff;
	padding: 4px 10px;
	margin: 0;
	text-decoration: none;
	/*font-weight:bold;*/
	font: bold 14px Arial;
}

.chromestyle ul li a:hover
{
	/*THEME CHANGE HERE*/
	color: #333;
}

/* ######### desplegable ######### */
.dropmenudiv
{
	position: absolute;
	top: 0;
	border: 1px solid #fdbe7c;
	/*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: bold 11px Verdana;
	line-height: 18px;
	z-index: 200;
	background-color: #fda741;
	visibility: hidden;
}

.dropmenudiv a
{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #fdbe7c;
	/*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #ffffff;
}
.dropmenudiv .sinenlace 
{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #fdbe7c;
	/*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color:#666666;
	background-color:#F5D0A9;
	
}
.dropmenudiv .sinenlace:hover
{
	cursor:default;
	color:#666666;
}



* html .dropmenudiv a
{
	/*IE only hack
	width: 100%;*/
}

.dropmenudiv a:hover
{
	/*THEME CHANGE HERE*/
	color: #333;
}
