img {
border:0;
	}
.chromestyle{
font-weight:bold;
font-size:11px;
color:#888483;
float:left;
font-size:12px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
color:#888483;
float:left;
font-size:12px;
font-weight:bold;
}

.chromestyle ul{
width:auto;
padding:0px;
color:#fff;
margin: 0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin:0px;
padding:0px;
color:#888483;
text-align:left;
}

.chromestyle ul li a{
color:#888483;
padding: 0px;
margin: 0px;
text-decoration: none;
padding-right:15px;
text-align:left;
}

.chromestyle ul li a:hover{
color:#ffffff;
text-align:left;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:11px;
z-index:100;
background-color:Transparent;
padding:0px;
margin-top:0px;
margin-bottom:0px;
visibility: hidden;
margin-top:15px;


}
.dropmenudiv a{
display: block;
font-size:95%;
text-decoration: none;
text-transform:uppercase;
padding:4px;
margin-left:0px;
font-weight: bold;
color:#666666;
border-bottom:1px solid #afacac;

}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
display: block;
font-size:95%;
text-decoration: none;
text-transform:uppercase;
background:#d9d8d8;
border:none;
background-position:top;
padding:4px;
margin-left:0px;
font-weight: bold;
color:#666666;
border-bottom:1px solid #afacac;

  }
  .dropmenudiv a:visited{ /*THEME CHANGE HERE*/
color:#666666;
  }
    .dropmenudiv a:active{ /*THEME CHANGE HERE*/
color:#666666;
  }

.button_bg{
	background-color:#fff;
	}
.button_bg:hover{
	background-color:#ffffff;
	}