/* =Menu
-------------------------------------------------------------- */

#access {
	background: #f7f7f7; /* Show a solid color for older browsers */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f7f7f7)); /* older webkit syntax */
	background: -webkit-linear-gradient(#ffffff, #f7f7f7);
	background: -o-linear-gradient(#ffffff, #f7f7f7); 
	background: -moz-linear-gradient(#ffffff, #f7f7f7);
	background: linear-gradient(#ffffff, #f7f7f7);

	/*border:1px solid #e0dedd;*/
	
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	border-top:1px #eee solid;
	clear: both;
	display: block;
	/*float: left;*/
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color:#0089c5;
	display: block;
	line-height: 3.333em;
	padding:0 2.333em;
	text-decoration:none;
	font-weight:bold;
	font-family:arial;
}
#access LI UL {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	background-color:#304354;
	background-color: rgba(0,0,0,.6); 
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	width: 130px;
	color:#fff;
	font-size:90%;
	font-weight:normal;
	text-transform:uppercase;
}
#access ul li:hover > ul {
	background-color:#304354;
	background-color: rgba(0,0,0,.6);
	display: block;
}
#access li:hover > a,
#access ul ul:hover > a,
#access a:focus,#access a:hover {    
	background: #efefef;
	color:#ef7518;
	border-top:2px #6bbaf7 solid;
    height: 40px;
}
#access li li:hover > a,
#access a:focus {
	background: #0189c5;
	color:#fff;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

.droparrow {
	background:url('/wp-content/uploads/arrow.jpg') no-repeat;
	background-position:85% 50%;
}