#access .menu-header, div.menu,
 {
	margin: 0 auto;
	width: 950px;
	}

.screen-reader-text {
left:-9000px;
position:absolute;
}
#access {
	-webkit-text-size-adjust: 120%;
}
#access {
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
	background:#161616 url(images/bg-nav-black.png) repeat-x top;
	padding-left:10px;
	
	
}
#access .menu-header,
div.menu {
	font-size: 13px;
	}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
	list-style: none;
	padding-right:10px;
}
#access a {
	display:block;
	text-decoration:none;
	color:#b6b6b6;
	padding:0 10px;
	line-height:41px;
	/*font-family: Georgia,Palatino,Times New Roman,serif;*/
	
}
#access ul ul {
	display:none;
	position:absolute;
	top:41px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:transparent;
	position:relative;
	top:0;
	margin-bottom:0;
	
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #df0000;
	position:relative;
	top:0;
	margin-bottom:0;
	
	

}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
	
	
}
