.chromestyle{

width: 780px;
font-weight: bold;
font-size:17px;



}



.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/

 

display: block; 

height: 0; 

clear: both; 

visibility: hidden;

}






.chromestyle ul li{

display: inline;

}



.chromestyle ul li a{

  float:left;
  
  margin:0px 10px 0 10px;
  width: 134px;

  line-height: 67px;

  text-align: center;

  background: url(../images/button4.png);

  border-right: 0px solid #999999;

  border-left: 0px solid #999999;

  list-style: none;

  color:#191716;
  
  text-decoration:none;

}



.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

background: url(../images/button1.png); color:#ffffff; /*THEME CHANGE HERE*/

}





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



.dropmenudiv{

position:absolute;

top: 0;

border: 1px solid #660033; /*THEME CHANGE HERE*/

border-bottom-width: 0;

font-family:Georgia, "Times New Roman", Times, serif;

font-size:11px;

line-height:18px;

z-index:100;

background-color: white;

width: 225px;

visibility: hidden;

}





.dropmenudiv a{

width: 600px;

display: block;

text-indent: 3px;

border-bottom: 1px solid #891a18; /*THEME CHANGE HERE*/

padding: 2px 0;

text-decoration: none;

font-weight: bold;

color: black;

}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background-color: #ffffff;

color:#891a18;

}
