
/* =Menu
-------------------------------------------------------------- */

#access {
	background: #44555f; /* Show a solid color for older browsers */
	/*
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); 
	-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;*/
	clear: both;
	display: block;
	float: left;
	margin: 0 auto /*6px*/;
	margin-left:-22px;
	width: 100%;
	text-shadow: #000000 1px 0px 1px;
}
#access ul {
	font-size: 13.5px;
	list-style: none;
	margin: 0 0 0 0px;
	padding:0px 0px 0px 0px;
}
#access li {
	float: left;
	position: relative;
	margin: 0 0 0 0px;
	padding:0px 0px 0px 0px;
}
#access a {
	color: #eee;
	display: block;
	line-height: 57px;
	padding: 0px 23px 0px 24px;
	text-decoration: none;	
}
#access #menu-headermenu > li > a{
	background-image: url('../images/divider_top.png');	
	background-repeat: no-repeat;
	background-position:right top;
}
#access ul 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);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 57px;
	left: 0;
	min-width: 330px;
	z-index: 99999;
	padding:18px 0px 25px 0px;
	background:#3a4750;
	
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul > li > a {
	background-image: url('../images/submenu_bg2.png');
	background-repeat:no-repeat;
	background-position:20px 0px;
	background-color:#3a4750;
	color: #f3f3f3;
	font-size: 13.5px;
	font-weight: normal;
	height: auto;
	width: 290px;
	line-height:35px;
	padding:0px 20px 0px 20px;
	
}
#access ul ul > li/*.have-children*/ > a {
	background-image: url('../images/submenu_bg.png');
}
#access ul ul > li > a > cufon:last-child {
	margin-right:10px;
}
#access ul ul li:hover > a,
#access ul ul li > a:hover{
	background-position:20px -35px;
}

#access ul ul :hover > a{
	margin-top:-1px;
	border-top:1px solid #4e5a62;
	background-color:#4e5a62 !important;
	color:#FFFFFF;
}
#access li.current-page > a,
#access li.current-page-ancestor > a,
#access li:hover > a,
#access a:focus {
	background-color: #3A4750 !important; /* Show a solid color for older browsers */
	color: #86b5dd;
	background-image:none !important;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	/*font-weight: bold;*/
}