/* Menu CSS Document */

#mainmenu td {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #FFF2E4;
}

#mainmenu a {
  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #FFF2E4;
}

#mainmenu a:hover {
  color: #993333;
}

dl, dt, dd, ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#mainmenu {
  position: absolute;
  top: 0;
  left: 10px;
}

dl#mainmenu {
  width: 190px;
}

dl#mainmenu dt {
  cursor: pointer;
  margin: 1px 0;
  height: 20px;
  line-height: 20px;
  text-align: left;
  text-indent: 10px;
  font-weight: bold;
  font-size: 90%;
  border: 1px solid #FFF2E4 /*#E1E1E1*/;
  background: #B2742A/*#ccc*/;
  color: white;
  background-image: url(images/m_bg.jpg);
  background-repeat: no-repeat;
}

dl#mainmenu .dtsub {
  cursor: pointer;
  margin: 1px 0;
  height: 15px;
  line-height: 17px;
  text-align: left;
  text-indent: 20px;
  font-weight: normal;
  font-size: 9pt;
  border: 1px solid #FFF2E4 /*#E1E1E1*/;
  background: #e1b063;
  color: black;
  background-image: url(images/m_bg_sub.gif);
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
}

dl#mainmenu .dtsub:hover {
  cursor: pointer;
  margin: 1px 0;
  height: 15px;
  line-height: 17px;
  text-align: left;
  text-indent: 20px;
  font-weight: normal;
  font-size: 9pt;
  border: 1px solid white /*#E1E1E1*/;
  background: #eee;
  color: black;
  background-image: url(images/m_bg_sub.gif);
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
}

dl#mainmenu dt:hover {
  color: #874634;
  background: #FFF2E4;
  background-image: url(images/m_bg_hover.jpg);
  background-repeat: no-repeat;
}

dl#mainmenu dd {
  /*border: 1px solid white;*/
}

dl#mainmenu li {
  /*text-indent: 7px;*/
  text-align: left;
  background: #e1b063;
  border: 1px solid white;
  margin-top: 1px;
  text-indent: 20px;
  margin-left: 0px;
  background-image: url(images/m_bg_sub.gif);
  background-repeat: no-repeat;
}

dl#mainmenu li a, dl#mainmenu dt a {
  color: #000;
  text-decoration: none;
  display: block;
  border: 0 none;
  height: 100%;
}

dl#mainmenu li a:hover, dl#mainmenu dt a:hover {
  background: #FFF2E4;
  color: #874634;
  background-image: url(images/m_bg_sub.gif);
  background-repeat: no-repeat;
}

.nohover#mainmenu li a, dl#mainmenu dt a {
  color: white;
  background: #da9d3c;
  background-image: url(images/m_bg.jpg);
  background-repeat: no-repeat;
  text-decoration: none;
  font-family: "Bitstream Vera Sans", Arial, Helvetica, Sans-Serif;
  font-size: 10pt;
  font-weight: bold;
}

.nohover#mainmenu li a:hover, dl#mainmenu dt a:hover {
  color: #653521;
  background: #B4B4B4;
  background-image: url(images/m_bg_hover.jpg);
  background-repeat: no-repeat;
  text-decoration: none;
  font-family: "Bitstream Vera Sans", Arial, Helvetica, Sans-Serif;
  font-size: 10pt;
  font-weight: bold;
}

#mentions {
  font-family: verdana, arial, sans-serif;
  position: absolute;
  bottom : 200px;
  left : 10px;
  color: #000;
  background-color: #ddd;
}

#mentions a {
  text-decoration: none;
  color: #222;
}

#mentions a:hover{
  text-decoration: underline;
}