@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1.1
 * @type		transitional
 * @browsers	Windows: IE7+, Opera7+, Firefox3+
 *				Mac OS: Safari2+, Firefox3+
 *
 * @link		http://www.lwis.net/free-css-drop-down-menu
 * @copyright	2008-2012 Live Web Initiatives, http://www.lwis.net
 *
 */


/* -- Base drop-down styling -- */
#nav li:hover  { 
	background: #999898;
	color:#000;

}



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

ul.dropdown {
 font-weight: bold;
 background-color: #9a7241;
color:#000;
}

#nav li ul li {
	padding: 7px 10px;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #fff;
	background-color: #9a7241;
	text-align:left;
	color: #000;
	width:85%;
	filter: none;
	display: block;
	float: left;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:18px;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover,
	ul.dropdown li.on {
	 background-color: #999898;
	 color: #000;
	 display: block;
	 visibility: visible;
	 width:100%;
	 
	  }
	 
	
	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #fff; text-decoration: none; }
	ul.dropdown a:hover		{ color: #000; }
	ul.dropdown a:active	{ color: #000; 
	}
	
	/* -- level mark -- */

	ul.dropdown ul {
	 margin-top: 1px;
	 
	}

	ul.dropdown ul li {
	 font-weight: normal;
	 
	}
	
	ul li ul:hover {
	  visibility: visible;
	 
	}
