#cssmenu {
  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: 12px;
  font-weight: bold;
  width: 960px;
}
#cssmenu ul { background: #354294; width: 960px; height: 40px; list-style: none; margin: 0; padding: 0; }
#cssmenu li {
  float: left;
  padding: 0px;
}
#cssmenu li a {
  background: #354294 url(images/seperator.gif) no-repeat right bottom;
  display: block;
  font-weight: normal;
  line-height: 40px;
  margin: 0;
  padding: 0 25px;
  text-align: center;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  color: white;
}
#cssmenu ul ul a {
  color: white;
}
#cssmenu li > a:hover,
#cssmenu ul li:hover > a {
  background: #333 url(images/hover.png) no-repeat center bottom;
  color: #ffffff;
  text-decoration: none;
}
#cssmenu li ul {
  background: #354294;
  display: none;
  height: auto;
  padding: 0;
  margin: 0;
  border: 0;
  position: absolute;
  width: 170px;
  z-index: 170;
  /*top:1em;
	/*left:0;*/

}
#cssmenu li:hover ul {
  display: block;
}
#cssmenu li li {
  background: url(images/sub_sep.gif) no-repeat left bottom;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  width: 170px;
}
#cssmenu li:hover li a {
  background: none;
}
#cssmenu li ul a {
  display: block;
  height: 40px;
  font-size: 12px;
  font-style: normal;
  margin: 0;
  padding: 0 10px 0 15px;
  text-align: left;
}
#cssmenu li ul a:hover,
#cssmenu li ul li:hover > a {
  background: #333 url(images/hover_sub.png) no-repeat left center;
  border: 0;
  color: #ffffff;
  text-decoration: none;
}
#cssmenu p {
  clear: left;
}
