#menu h4{
  background: url(images/menu.gif) no-repeat left top;
  height: 42px;
  text-indent: -1000px;
  overflow: hidden;
}
#menu span{
  display: block;
  background: url(images/fim_menu.gif) no-repeat;
  height: 32px;
}
#menu{
  float: left;
  margin: 20px 0 0 0px !important;
  margin: 10px 0 0 0px;
  width: 166px;
}
#menu i{
  color: #AAAAAA;
}

#nav{
  list-style: none;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}
#nav ul{
  list-style: none;
}

#nav li a{
  text-transform: uppercase;
  display: block;
  width: 164px;
  height: 26px;
  line-height: 26px;
  text-indent: 10px;
}

#nav a {
	color: #FFFFFF;
    background: #1D2026;
    font-size: 11px;
	text-decoration: none;
}
#nav li li a {
	display: block;
    width: 164px;
    text-transform: none;
    text-indent: 20px;
}
#nav li a:hover {
    background: #000000;
}
#nav li li a:hover {
    background: #000000;
}