/* ######### Style for Enjoyable Menu ######### */
.enjoyable li a a:visited {
  text-decoration:     none;
  padding:             0px 0px 0px 0px;
  margin-bottom:       0;
  color:               #FFFFFF;
  font-size:           28px;
  font-weight:         bold;
  font-style:          italic;
  font-family:         Cambria, Verdana, Arial, Times New Roman, Helvetica, sans-serif;
  text-decoration:     none;
}

.enjoyable li a:hover {
  background-color:    #C8E181;
}

.enjoyable li.selected a {
  background-color:    #C8E181;
}

/* ######### Style for Comfortable Menu ######### */
.comfortable li a a:visited {
  text-decoration:     none;
  padding:             0px 0px 0px 0px;
  margin-bottom:       0;
  color:               #FFFFFF;
  font-size:           28px;
  font-weight:         bold;
  font-style:          italic;
  font-family:         Cambria, Verdana, Arial, Times New Roman, Helvetica, sans-serif;
  text-decoration:     none;
}

.comfortable li a:hover {
  background-color:    #C8E181;
}

.comfortable li.selected a {
  background-color:    #C8E181;
}

/* ######### Style for Tranquil Menu ######### */
.tranquil li a a:visited {
  text-decoration:     none;
  padding:             0px 0px 0px 0px;
  margin-bottom:       0;
  color:               #FFFFFF;
  font-size:           28px;
  font-weight:         bold;
  font-style:          italic;
  font-family:         Cambria, Verdana, Arial, Times New Roman, Helvetica, sans-serif;
  text-decoration:     none;
}

.tranquil li a:hover {
  background-color:    #C8E181;
}

.tranquil li.selected a {
  background-color:    #C8E181;
}

.tranquil {
  margin-bottom:       1em;
}

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

.dropmenudiv_e {
  position:            absolute;
  top:                 0;
  border:              1px solid #657f27; /*THEME CHANGE HERE*/
  border-width:        0 1px;
  font-size:           18px;
  font-weight:         normal;
  font-style:          italic;
  font-family:         Cambria, Verdana, Arial, Times New Roman, Helvetica, sans-serif;
  line-height:         18px;
  z-index:             100;
  background-color:    #eff8d2;
  width:               200px;
  visibility:          hidden;
}

.dropmenudiv_e a {
  width:               auto;
  display:             block;
  text-indent:         5px;
  border:              0 solid #657F27; /*THEME CHANGE HERE*/
  border-bottom-width: 1px;
  padding:             2px 0;
  text-decoration:     none;
  color:               #000000; /* Black */
}

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

.dropmenudiv_e a:hover { /*THEME CHANGE HERE*/
  background-color:    #C8E181;
}