img{ border:none; }
.chromestyle{
width: 100%;
font-weight: normal;
padding:0;
margin:0;
}


.chromestyle ul{
width: 100%;
padding: 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #CCC;
text-decoration: none;
border:none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
float:right;
border-left:1px solid #CCC;
border-right:1px solid #CCC;
border-bottom:1px solid #CCC;
font-family: Verdana, Helvetica, sans-serif;
font-size:8px;
line-height:18px;
margin:-1px 0 0 0;
padding:2px 4px 2px 4px;
z-index:100;
background-color:#F8F8F8;
visibility: hidden;
//filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a:visited,.dropmenudiv a{
color: #777;
padding:0 5px;
text-decoration: none;
font-weight: normal;
font-size:8px;
text-transform:uppercase;
}
.dropmenudivleft a:hover, .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: transparent;
color: #B90F35;
}