#hornav{
   display:block;
   height:40px;
   top:85px;
   left:0px;
   position:absolute;
}

#hornav ul.menu_horiz {
	display:block;
	position:absolute;
	clear:both;
	margin:0px;
	padding:0px;
	text-align:left;
	list-style-type:none;
	text-align:center;
	width:950px;
	float:none;
	left:0px;
	top:0px;

}

#hornav ul li{
	float:left;
	padding:0px;
	cursor:pointer;
	width:120px;
   margin-right:5px;
   position:relative;
}

#hornav ul li a, #hornav ul li span {
   display:block;
   text-decoration:none;
   color:#000;
   width: 120px;
   height: 50px;
}

#hornav ul li a span, #hornav ul li span span {
   padding:8px 4px 4px 4px;
   background-color:#E4EFDF;
   border-left: 1.5px solid #9DBF8C;
   border-right: 1.5px solid #658854;
   text-align: center;
   font: 90% Helvetica, sans-serif;
   font-weight: bold;
   color : #484D46;
   display:block;
   width: auto;
   height: 37px;
}
#hornav ul li a:hover, #hornav ul li span:hover {
   background-color: #9DBF8C;
}
#hornav ul li span span:hover {
   background: transparent none;
}
#hornav li ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
   width: 156px;
   position:absolute;
  top:50px;
  left:0px;
  display:none;
  z-index:10;
}
#hornav li:hover ul {
  display:block;
}

#hornav li ul li {
	display:block;
	float:left;
	clear:both;

   width: 156px;
   border:solid 1px #ccc;
	margin:0px;
	padding:0px;
}

#hornav ul li li a {
   background: #E4EFDF;
   color:#000;
   text-transform:none;
   display: block;
   padding:3px;
   height:auto;
   width:150px;
}
#hornav ul li li a:hover, #hornav ul li li span:hover {
   background: #9DBF8C none;
}

/*
#hornav{
   clear:both;
   display:block;
   height:40px;
   top:78px;
   left:200px;
   position:absolute;
}
#hornav .moduletable{
   margin:0;
}

#hornav ul{
   margin:0;
   padding:0;
   width:auto;
}
#hornav ul li {
   margin-right:5px;
   padding:0;
   width: 120px;
   float:left;
   position:relative;
   list-style-type:none;
}
#hornav ul li a {
   text-decoration:none;
   color:#000;
   width: 120px;
   height: 50px;
   display: block;
   background-position:0px 0px;
}
#hornav ul li a span {
   padding:8px 4px 4px 4px;
   text-align:left;
   display:block;
}
#hornav ul li a:hover {
   background-position:0px 0px;
}
#hornav ul li ul {
   display:block;
   height:auto;
   width: 14em;
   position:absolute;
   z-index:99;
   left: -999em;
   background-color:#fff;
}

#hornav ul li ul ul {
   margin: -40px 0 0 14em;
}

#hornav ul li li {
   width: 156px;
}
#hornav ul li li a:hover {
   background: #f1f6fe none;
}
#hornav ul li li a {
   color:#000;
   text-transform:none;
   display: block;
   padding:3px;
   height:auto;
   width:14em;
}
#hornav ul li li a span {
   display:inline;
   width:auto;
   height:auto;
}

#hornav ul li ul {
left: -999em;
}

#hornav ul li:hover ul ul, #hornav ul li:hover ul ul ul {
left: -999em;
}

#hornav ul li:hover ul, #hornav ul li li:hover ul, #hornav ul li li li:hover ul {
left: auto;
}
*/