#menu-left {
  margin: 0;
  padding: 0;
  background: #003399 none repeat scroll 0% 50%;
  list-style-position: outside;
  list-style-type: none;
  list-style-image: none;
}
#menu-left li {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-stretch: normal;
  font-variant: normal;
  font-size-adjust: none;
  font-style: normal;
  line-height: normal;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}
#menu-left a {
  border-bottom: 1px solid #393939;
  margin: 0;
  padding: 8px 12px;
  background: #680ce8 none repeat scroll 0% 50%;/*color de fondo menu anterior #0079b2 */
  display: block;
  font-weight: bold;
  color: #fff; /*color de letra anterior #e0f3f8 */
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
}
#menu-left a:hover {
  background: #c9fe90 url(images/hover.gif) no-repeat scroll left center;/*color over anterior #fee090 */
  color: black;
  font-weight: bold;
  padding-bottom: 8px;
}
#menu-left li a.current {
  color: white;
  background-color: #69ad08;/*color de fondo menu seleccionado #fc8d59 */
  font-weight: bold;
}
