/* mainNAV */

#mainNav {
  width: 148px;
  float: left;
  padding:0;
  margin:0;
}
#mainNav ul {
  margin: 0;
  padding: 0;
}
#mainNav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 148px;
  float: left;
  margin-top: 5px;
}
#mainNav ul ul ul li a:hover {
  color: #000;
  background-color: #fff;
  background: #fff url(Images/hover_img.gif) no-repeat 10px 2px;
}
#mainNav ul li a:hover {
  background-color: #c2c4ad;
}
#mainNav ul li a:hover {
  background:#c2c4ad url(Images/hover_img.gif) no-repeat 0 48%;
}
#mainNav ul ul li a:hover {
  background:#c2c4ad url(Images/hover_img.gif) no-repeat 0 48%;
}
#mainNav ul li a {
  color: #414141;
  background-color: #e0e1d6;
  text-decoration: none;
  font-size: 1.1em;
  line-height: 14px;
  font-weight: bold;
  padding: 2px 5px 2px 9px;
  display: block;
  height: 1%;
}

#mainNav ul ul li a {
  color: #414141;
  background-color: #e0e1d6;
  text-decoration: none;
  font-size: 1.1em;
  line-height: 14px;
  font-weight: bold;
  padding: 2px 5px 2px 9px;
  display: block;
  height: 1%;
}

* html #mainNav {
  display: inline;
}
#mainNav ul ul li a {
  background-color: #f3f3ef;
}
#mainNav ul ul ul li a {
  background: #fff;
  font-size: 1em;
  padding: 0 3px 0 21px;
}
  
#mainNav #selected
  {
  background:#c2c4ad url(Images/hover_img.gif) no-repeat 0 48%;
  }

/**/