/* Green Menus */
.side_menu_green {
  height: 40px;
  position: relative;
  font-family: Calibri, "Trebuchet MS", Arial, sanc-serif
}

.side_menu_green ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #96DA63;
  line-height: 40px
}

.side_menu_green a, .side_menu_green a:visited {
  display: block;
  font-size: 95%;
  text-decoration: none;
  color: #000000;
  width: 160px;
  height: 40px;
  border: 0;
  background: #96DA63;
  text-align: center;
  line-height: 40px;
  font-weight: bold
}

.side_menu_green a:hover {
  color: #FFFFFF;
  background: #006600
}

/* Purple Menus */
.side_menu_purple {
  height: 40px;
  position: relative;
  font-family: Calibri, "Trebuchet MS", Arial, sans-serif
}

.side_menu_purple ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #CB97FF;
  line-height: 40px
}

.side_menu_purple a, .side_menu_purple a:visited {
  display: block;
  font-size: 95%;
  text-decoration: none;
  color: #000000;
  width: 160px;
  height: 40px;
  border: 0;
  background: #CB97FF;
  text-align: center;
  line-height: 40px;
  font-weight: bold
}

.side_menu_purple a:hover {
  color: #FFFFFF;
  background: #6000BF
}

/* Red Menus */
.side_menu_red {
  height: 40px;
  position: relative;
  font-family: Calibri, "Trebuchet MS", Arial, sans-serif
}

.side_menu_red ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #FFB7B7;
  line-height: 40px
}

.side_menu_red a, .side_menu_red a:visited {
  display: block;
  font-size: 95%;
  text-decoration: none;
  color: #000000;
  width: 160px;
  height: 40px;
  border: 0;
  background: #FFB7B7;
  text-align: center;
  line-height: 40px;
  font-weight: bold
}

.side_menu_red a:hover {
  color: #FFFFFF;
  background: #800000
}

/* Silver Menus */
.side_menu_silver {
  height: 40px;
  position: relative;
  font-family: Calibri, "Trebuchet MS", Arial, sans-serif
}

.side_menu_silver ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #C8C8C8;
  line-height: 40px;
  width: 160px
}

.side_menu_silver a, .side_menu_silver a:visited {
  display: block;
  font-size: 95%;
  text-decoration: none;
  color: #000000;
  width: 170px;
  height: 40px;
  border: 0;
  background: #C8C8C8;
  text-align: center;
  line-height: 40px;
  font-weight: bold
}

.side_menu_silver a:hover {
  color: #FFFFFF;
  background: #6A6A6A
}

/* Orange Menus */
.side_menu_orange {
  height: 40px;
  position: relative;
  font-family: Calibri, "Trebuchet MS", Arial, sans-serif
}

.side_menu_orange ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #FEBB72;
  line-height: 40px
}

.side_menu_orange a, .side_menu_orange a:visited {
  display: block;
  font-size: 95%;
  text-decoration: none;
  color: #000000;
  width: 160px;
  height: 40px;
  border: 0;
  background: #FEBB72;
  text-align: center;
  line-height: 40px;
  font-weight: bold
}

.side_menu_orange a:hover {
  color: #FFFFFF;
  background: #8A3502
}

/* Blue Menus with nothing (Grey!!) */
.side_menu_blue {
  height: 40px;
  position: relative;
  font-family: Calibri, "Trebuchet MS", Arial, sanc-serif
}

.side_menu_blue ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #7E7E7E;
  line-height: 40px
}

.side_menu_blue a, .side_menu_blue a:visited {
  display: block;
  font-size: 95%;
  text-decoration: none;
  color: #000000;
  width: 160px;
  height: 40px;
  border: 0;
  background: #7E7E7E;
  text-align: center;
  line-height: 40px;
  font-weight: bold
}

.side_menu_blue a:hover {
  color: #FFFFFF;
  background: #0000CC
}


/* Pink Menus */
.side_menu_pink {
  height: 40px;
  position: relative;
  font-family: Calibri, "Trebuchet MS", Arial, sanc-serif
}

.side_menu_pink ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #FF99FF;
  line-height: 40px
}

.side_menu_pink a, .side_menu_pink a:visited {
  display: block;
  font-size: 95%;
  text-decoration: none;
  color: #000000;
  width: 160px;
  height: 40px;
  border: 0;
  background: #FF99FF;
  text-align: center;
  line-height: 40px;
  font-weight: bold
}

.side_menu_pink a:hover {
  color: #FFFFFF;
  background: #CC0066
}

/* Yellow Menus */
.side_menu_turq {
  height: 40px;
  position: relative;
  font-family: Calibri, "Trebuchet MS", Arial, sanc-serif
}

.side_menu_turq ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #A5FEDD;
  line-height: 40px
}

.side_menu_turq a, .side_menu_turq a:visited {
  display: block;
  font-size: 95%;
  text-decoration: none;
  color: #000000;
  width: 160px;
  height: 40px;
  border: 0;
  background: #A5FEDD;
  text-align: center;
  line-height: 40px;
  font-weight: bold
}

.side_menu_turq a:hover {
  color: #FFFFFF;
  background: #007575
}
