/* We do not require this section */
/*
.chromestyle
{
	width: 99%;
	font-weight: bold;
}

.chromestyle:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul
{
	border: 1px solid #BBB;
	width: 100%;
	background: url(chromebg.gif) center center repeat-x;
	padding: 4px 0;
	margin: 0;
	text-align: center;
}

.chromestyle ul li
{
	display: inline;
}

.chromestyle ul li a
{
	color: #494949;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover
{
	background: url(chromebg-over.gif) center center repeat-x;
}

.chromestyle ul li a[rel]:after
{
	content: " v";
}
*/


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
	position: absolute;
	margin-top: 6px;
	margin-left: -15px;
	top: 0;
	border: 1px solid #c0c0c0; /*THEME CHANGE HERE*/
	border-top:0px;
	border-bottom-width: 0;
	font: normal 11px Verdana;
	line-height: 22px; /*aumento el tamaņo de la caja*/
	z-index: 100;
/*	background-color: white;*/
background-color: black;
	width: 200px;
	visibility: hidden;
/*	background:#ebf999;#C2EAB4;*/ /*color fondo menu desplegable*/
background: #BFE6B2;
}


.dropmenudiv a
{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #c0c0c0; /*THEME CHANGE HERE*/
	padding: 2px 0 0 5px; /*aņado espacio por la izquierda*/
	text-decoration: none;
	color: #000000; /*color fuente elemento menu desplegable*/
}

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

.dropmenudiv a:hover
{
	/*THEME CHANGE HERE*/
/*	background-color: #2d85bc;#1679B8*/ /*color fondo elemento seleccionado menu desplegable*/
	background-color: #1679B8;
/*	color: #fff;*/ /*color fuente elemento seleccionado menu desplegable*/
color: white;
}
