/**
 *********************************************
 * Prototype of styles for horizontal CSS-menu
 * @data 30.06.2009
 *********************************************
 * (X)HTML-scheme:
 *  <div id="menu">
 *      <ul class="menu">
 *          <li><a href="#" class="parent"><span>level 1</span></a>
 *              <div><ul>
 *                  <li><a href="#" class="parent"><span>level 2</span></a>
 *                      <div><ul><li><a href="#"><span>level 3</span></a></li></ul></div>
 *                  </li>
 *              </ul></div>
 *          </li>
 *          <li class="last"><a href="#"><span>level 1</span></a></li>
 *      </ul>
 *  </div>
 *********************************************
 */

/* menu::base */
div#menu {
	top: 0;
	left: 0;
	color: #646464;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../edimages/btn-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 59px;
	/*margin-left: 5px;*/
}

ul.menu {
	clear: both;
	float: none;
	cursor: pointer;
	z-index: 1;
	position: relative;
	height: 59px;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	clear:both;
	z-index: 2;
	position: relative;
}

div#menu li {
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: visible;
	float: left;
	height: 59px;
	z-index: 3;
	background-image: url(../edimages/sep.png);
	background-repeat: no-repeat;
	background-position: right top;
}
/* menu::level1 */
div#menu li a {
	display: block;
	float: left;
	line-height: 59px;
	text-decoration: none;
	color: #FFF;
	overflow: hidden;
	z-index: 4;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 59px;
	font-weight: bold;
}

div#menu li span {
	color: #FFF;
	display: block;
	width:119px;
	background-repeat: no-repeat;
	background-position: 95% 0px;
	z-index: 6;
	position: relative;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
}

div#menu li span.bg {
	display: block;
	padding: 0;
	height: 59px;
	z-index: 5;
	position: relative;
	float: left;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../edimages/btn_on.png);
	background-repeat: repeat-x;
	background-position: center 100%;
}

div#menu li.current {  
	font-weight: bold;
}

div#menu li.current ul {  
	font-weight: normal;
}

  #navo li
  {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #A1C33B 165%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(165%,#A1C33B)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#A1C33B 165%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#A1C33B 165%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#A1C33B 165%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#A1C33B 165%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#A1C33B',GradientType=0 ); /* IE6-9 */



}
#navo ul {margin:0px; padding:0px;list-style :none;}
#navo li {list-style: none;} 

ul.top-level {background:#FCD7D8;}
ul.top-level li {
 border-bottom: #fff solid;
 border-top: #fff solid;
 border-width: 1px;
}

#navo a {
 color: #000;
 cursor: pointer;
 display:block;
 height:36px;
 line-height: 25px;
 text-indent: 10px;
 text-decoration:none;
 font-family:Arial;
 font-weight:bold;
 width:100%;
}
#navo a:hover{
   
  background-color:#FCD7D8;
      
}

#navo li:hover {
 background-color:#FCD7D8;
}


   