.chromestyle{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 25px;
}

.chromestyle:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	padding: 0px;
	text-align: left;

    border=0;
	margin: 0px;
	
}

.chromestyle ul li{
	display: inline;
    border=0;
	padding: 0px;
	
}

.chromestyle ul li a{
	color: #494949;
	padding: 0px;
	margin: 0;
	border: 0;
	text-decoration: none;
	border-width: 0;
	background-color: #CCCCCC;
}

.chromestyle ul li a:hover{
/*background: url(chrometheme/chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 9px Arial, Helvetica, sans-serif;
z-index:100;
background-color: #999900;
color:#ffffff;
width: 140px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a, a:visited {
background-color:#999900;
color:#FFFFFF;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*CAMBIOS DEL ROLLOVER*/
background-color: #666600;
color:white;
}
