img {
	border:none;
}

.chromestyle{
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


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

.dropmenudiv{
margin-top:9px;
position:absolute;
top: 0;
line-height:18px;
z-index:100;
width: 148px;
visibility: hidden;
}


.dropmenudiv a{
text-align:left;
width: auto;
display: block;
text-indent: 9px;
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
background-color: #746756;
border-bottom:1px solid #FFFFFF;
font-size:12px;
font-family:Arial,Helvetica,sans-serif;

filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFFFF;
color: #746756;
}

