﻿.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

.chromestyle ul{
border: 0px transparent #BBB;
width: 101%;
background: url(chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 1px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{

  -moz-border-radius: 9px;
  -moz-box-shadow: #6E7849 0px 0px 10px;
  -webkit-border-radius: 9px;
  -webkit-box-shadow: #6E7849 0 0 10px;
  background-color: #9fdc56;
  background-image: -moz-linear-gradient(73deg, #227c23, #9fdc56);
  background-image: -ms-linear-gradient(73deg, #227c23, #9fdc56);
  background-image: -o-linear-gradient(73deg, #227c23, #9fdc56);
  background-image: -webkit-linear-gradient(73deg, #227c23, #9fdc56);
  background-image: linear-gradient(73deg, #227c23, #9fdc56);
  border-radius: 9px;
  border: 1px solid #4a5032;
  box-shadow: #6E7849 0px 0px 10px;
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  margin: auto;
  padding: 5px;
  text-decoration: none;
  text-shadow: #000000 5px 5px 15px;
  font-family: "Germand";
  font-size: 120%;

}

.chromestyle ul .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
 background: url(chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/

}

.chromestyle a:hover { /*script dynamically adds a class of "selected" to the current active menu item*/
  background: darkred;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:28px;
z-index:100;
background-color: #4095EF;
width: 200px;
visibility: hidden;
background: #4095EF;

}


.dropmenudiv a{
width: 100%;
display: block;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
background:#4095EF; color:white;
font: normal 120% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
margin-left:-20px;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: darkred;
color:#FFFF00;
}