#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: 14px;
  font-weight: bold;
  width: auto;
  /*background-color:#FFFFFF;*/
  color:yellow;
}
#cssmenu ul {
  /*background: #E4E4E4;*/
  background:none;
  height: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu li {
  float: left;
  padding: 0px;
}
#cssmenu li a {
  /*background: #E4E4E4 url('images/seperator.gif') bottom right no-repeat;*/
  background: #ffffff url('images/seperator.gif') bottom right no-repeat;
  color:white;
  display: block;
  font-weight: normal;
  line-height: 35px;
  margin: 0px;
  padding: 0px 15px;
  text-align: center;
  text-decoration: none;
  
}
#cssmenu > ul > li > a {
  color: #1111ff;
  /*color:yellow;*/
}
#cssmenu ul ul a {
  color: #1111ff;
  /*color:yellow;*/
 
}
#cssmenu li > a:hover,
#cssmenu ul li:hover > a {
  /*background: #dc9842 url('images/hover.png') bottom center no-repeat;*/
  background: #dc9842 url('images/hover.png') bottom center no-repeat;
  color: #ffffff;
  text-decoration: none;
}
#cssmenu li ul {
  /*background: #E4E4E4;*/
  background:#05073d;
  color:white;
  background: none;
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 225px;
  z-index: 200;
  /*top:1em;
	/*left:0;*/
  background: #05073d url('images/seperator.gif') bottom right no-repeat;

}
#cssmenu li:hover ul {
  display: block;
}
#cssmenu li li {
  background: url('images/sub_sep.gif') 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: 35px;
  font-size: 11pt;
  font-style: normal;
  margin: 0px;
  padding: 0px 15px 0px 15px;
  text-align: left;
  color:white;
}
#cssmenu li ul a:hover,
#cssmenu li ul li:hover > a {
  background: #dc9842 url('images/hover_sub.png') center left no-repeat;
  border: 0px;
  color: #ffffff;
  text-decoration: none;
}
#cssmenu p {
  clear: left;
}
