/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block
}
mark, rp, rt, ruby, summary, time {
	display:inline
}
/* Left & Right alignment */
.left {
	float:left
}
.right {
	float:right
}
.wrapper {
	width:100%;
	overflow:hidden;
}


/* header */

#cssmenu {
  border: none;
  border: 0px;
  margin: 0px;
  background:#08f61e;
  padding: 0px;
  font: 100% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  width: auto;
}
#cssmenu ul {
  list-style: none;
  margin: 0 auto;
  width:960px;
  padding: 0;
}
#cssmenu li.active{
  background:orange;
  color:white;
}
#cssmenu li {
  float: left;
  padding: 0px;
}
#cssmenu li a {
  
  display: block;
  font-weight: normal;
  line-height: 35px;
  margin: 0px;
  padding: 5px 14px;
  text-align: center;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  color: white;
}
#cssmenu ul ul a {
  color: #cccccc;
}

.clear{
	clear:both;	
}

#cssmenu span{
     
	color:black;
	font-weight:bold;	
}
#cssmenu li > a:hover,
#cssmenu ul li:hover > a {
  background: orange ;
  color: #FFFFFF;
  text-decoration: none;
}
#cssmenu li ul {
  background: orange;
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 225px;
  z-index: 200;
  /*top:1em;
	/*left:0;*/

}
#cssmenu li:hover ul {
  display: block;
}
#cssmenu li li {
  background: url('images/sub_sep.png') 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: 12px;
  font-style: normal;
  margin: 0px;
  padding: 0px 10px 0px 15px;
  text-align: left;
}
#cssmenu li ul a:hover,
#cssmenu li ul li:hover > a {
  background: white; 
  border: 0px;
  color: #ffffff;
  text-decoration: none;
}
#cssmenu p {
  clear: left;
}




