/* SPANISH */
.chromestyle
{
width:99%;
/* vertical-align:bottom; */
}

.chromestyle2
{
width:99%;
content:"";
display: block; 
height: 26px; 
clear: both; 
}

.chromestyle2:after
{
content:"";
display: block; 
height: 26px; 
clear: both; 
margin:10px;
}

.chromestyle:after
{ /*Add margin between menu and rest of content in Firefox*/
content: ""; 
display: block; 
height: 26px; 
clear: both; 
visibility: hidden;

}

.chromestyle ul{

font:normal 12px Arial, Helvetica, sans-serif;

border: 1px solid #d2d2d2;
width: 100%;
background: url(images/anylinks_bg01.jpg) center center repeat-x; /*THEME CHANGE HERE*/
text-indent: 6px;
padding:4px 4px 4px 6px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
font:normal 12px Arial, Helvetica, sans-serif;

color: #006699;
text-indent: 6px;
padding:4px 4px 4px 6px;
margin: 0;
text-decoration: none;
border-left:1px solid #d2d2d2;
}

.chromestyle ul li a:hover{
background: url(images/anylinks_bg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
font:normal 12px Arial, Helvetica, sans-serif;

text-indent: 6px;
padding:4px 4px 4px 6px;
color:#333333;

}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
z-index:100;
top: 0;
border: 1px solid #D2D2D2; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial, Helvetica, sans-serif;

text-align: left; 
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=0); 
/*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
vertical-align:top;
background: url(images/anylinks_bg01.jpg);
background-repeat:repeat-x;
background-position:top;
width: auto;
display: block;
text-indent: 4px;
border-bottom: 1px solid #D2D2D2; /*THEME CHANGE HERE*/
padding: 4px;
text-decoration: none;
font-weight: normal;
color: #006699;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: url(images/anylinks_bg.jpg);
background-repeat:repeat-x;
background-position:top;
text-decoration: none;
font-weight: normal;

color: #333333;
}