/* CSS Document */

#cssmenu {
	
	margin-top:9px !important;
	margin-left:86px !important;
	position:absolute;
  border: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  width: 550px;
  float:right;

  font:Arial, Helvetica, sans-serif;
  
  padding-left:50px;

}
#cssmenu ul {
  background: #10b7a5;
  height: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  width:720px;
  margin-left:100px;
  font-size:14px;
  color:#FFFFFF;
}
#cssmenu li {
  float: left;
  padding: 0px;
  
  border-right: 1px solid rgb(216, 208, 208);
  width:100px;
}
#cssmenu li a {
  background: #10b7a5 url(images1/seperator.html) bottom right no-repeat;
  display: block;
  font-weight: normal;
  line-height: 40px;
  margin: 0px;
  padding: 0px 10px;
  text-align: center;
  text-decoration: none;
    
}
#cssmenu > ul > li > a {
  color: #000;
}
#cssmenu ul ul a {
  color: #cccccc;
}
#cssmenu li > a:hover,
#cssmenu ul li:hover > a {
  background: #eaf3f2 url(images1/hover.html) bottom center no-repeat;
  color: #000;
  text-decoration: none;
}
#cssmenu li ul {
  background: #333333;
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 225px;
  z-index: 200;
  /*top:1em;
	/*left:0;*/

}
li.selected a { color: #FF0000; }
#cssmenu li:hover ul {
  display: block;
}
#cssmenu li li {
  background: url(images1/sub_sep.html) bottom left no-repeat;
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 225px;
}
#cssmenu li:hover li a {
  background: none;
}
#cssmenu li ul a {
  display: block;
  height: 30px;
  font-size: 14px;
  border-bottom: 1px solid rgb(216, 208, 208);
  font-style: normal;
  margin: 0px;
  padding: 8px 8px 8px 10px;
  text-align: left;
}
#cssmenu li ul a:hover,
#cssmenu li ul li:hover > a {
  background: #eaf3f2 url(images1/hovexzr_sub.html) center left no-repeat;
  border: 0px;
  color: #000;
  text-decoration: none;
}
#cssmenu p {
  clear: left;
}
.mild a:hover
{
	opacity:0.4px;
	background-color:#FF0000;
}
