@charset "UTF-8";

ul.dropdown {
 font: Arial,Helvetica,Sans;
 font-size: 12.5px;
 color:#7B8C80;
 text-transform: uppercase;
 width:743px; 
 float:right;
 z-index:1000;
 padding-bottom:0px;
}

	ul.dropdown li {
	 padding: 0;
	 color: #ff9;
	 line-height: 14px;
	 text-align: right;
	 border-right:1px solid #5B7462;
	}
	
	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 
	}

	ul.dropdown a:link,
	ul.dropdown a:visited { color: #FFF; text-decoration: none; }
	ul.dropdown a:hover { color: #FFF; text-decoration: none; background:#2A6439;}
	ul.dropdown a:active { color: #FFF; text-decoration: none; }
	ul.dropdown a.selected { color: #fff;} /**/
	ul.dropdown a.home.selected { background:#2A6439;}
	ul.dropdown a.last.selected { background:#2A6439;}


/* ----- END LEVEL */


	/* ----- NON-FIRST LEVEL */

	ul.dropdown ul {
	 width:170px;
	 background:#2A6439;
	 color: #fff;
	 font-size: 14px;
	 text-transform: none;
	 /*filter: alpha(opacity=90);
	 -moz-opacity: .9;
	 KhtmlOpacity: .9;
	 opacity: .9;*/
	 padding:10px;
	 text-align:left;
	 box-shadow: 0 2px 4px #222;
	-moz-box-shadow: 0 2px 4px #222;
	-webkit-box-shadow: 0 2px 4px #222;
	z-index:1000;
	margin-left:2px;
	}

		ul.dropdown ul li {
		 background-color: transparent;
		 background-image:none;
		 color: #fff;
		 filter: none;
		}

		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
		 background-color: transparent;
		}

		ul.dropdown ul a:link,
		ul.dropdown ul a:visited { color: #fff; text-shadow:none; font-family:"Lucida Grande","Lucida Sans nicode",Calibri,Arial,Helvetica,Sans; background-image:none;}
		ul.dropdown ul a:hover { color: #fff; text-decoration: none;}
		ul.dropdown ul a:active { color: #fff; }


/* ----- END LEVEL */