/*** ESSENTIAL STYLES ***/
#leobentop {
position: absolute;
top: 0px;
left: 0px;
	width: 100%;
	height: 33px;
	background-image: url(../images/topback.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	z-index: 999;
}

.letoplogo {
	float: left;
	margin-right: 10px;
}

.letoplogo1 {
	float: right;
}

/* Helpers */
.clearer {
	clear: both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}

#nav_le {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	z-index: 9999;
}

#nav_le , #nav_le  ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	
}

#nav_le li:hover, #menu li.hover {   
    position: static;   
 } 

#nav_le  a {
	display: block;
	color: White;
	padding: 0px 0px 4px 14px; 
	line-height: 24px;
	 height: 24px;
	font-size: 10px;
	text-decoration:none;
	font-weight: bold;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}

#nav_le  a:hover {
	background-image: url(../images/arrow_a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	 line-height: 24px;
	 height: 24px;
}

#nav_le  li ul a {
border: none;
 line-height: 14px;
 padding: 4px 10px;
  border-bottom: 1px solid #696969;
  width: 175px;
  	line-height: 16px;
	 height: 16px;
 font-weight: normal;
 background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#nav_le  li ul a:hover {
 background: #666666;
  background-image: url(../images/arrow1a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	 	line-height: 16px;
	 height: 16px;
}


#nav_le  li { /* all list items */
	float: left;
	width: 15em; /* width needed or else Opera goes nuts */
	padding: 		1px 4px;
	 border-right: 1px solid #696969;
	
}

#nav_le  li ul { /* second-level lists */
	position: absolute;
	background: #383838;
	width: 20em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top: 1px;
	
}

#nav_le  li ul li {
border-right: none;

}

#nav_le  li:hover ul, #nav_le li.sfhovernew ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
}