.chromestyle{
font-weight: bold;
font-size:0px;
border:0px;
}

.imagenes{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
line-height:0px;
font-size:0px;
}

img{
margin:0px;
padding:0px;
border:none;
border:0px;
line-height:0px !important;
font-size:0px !important;
}

.chromestyle  li{
margin:0px 0px 0px 0px;
 /*THEME CHANGE HERE*/
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle  li{
display: inline;
margin:0px 0px 0px 0px;
font-size:0px;
border:0px;
}

.chromestyle  li a{
color: #494949;
text-decoration: none;
margin:0px 0px 0px 0px;
font-size:0px;
border:0px;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 2px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
z-index:100;
background-color:#88D658;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
padding:10px 15px 10px 5px;
width:150px;
text-align:left;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
text-decoration: none;
font-weight: bold;
color:#473327;
}

* html .dropmenudiv a{ /*IE only hack*/
width:150px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFFFF;
color:#F17A00;
text-decoration:none;
}