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

#access ul,#access a {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

#access {
	/*background: #000;*/
	display: block;
	float: left;
	margin: 0 0 0 0px;
	width: 950px;
	background:url(images/bgd_menu.jpg) top left no-repeat;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 0px;
	width: 950px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: /*#5b5d5e8*/ #FFFFFF;
	display: block;
	line-height: 40px;
	padding: 0 12px 0 12px;
	font-weight: 100;
	text-decoration: none;
	/*border-left: #a5a5a5 1px solid;
	border-right: #f0f0f0 1px solid;*/
}
#access ul ul {
	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);
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul ul{
	background: #020202 url(images/menu_bgd_off2.gif) bottom center no-repeat;

}

#access ul ul a {
	background:none;
	font-weight: normal;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	border-bottom: 1px solid #080808;
}
#access li:hover > a,
#access ul ul :hover > a {
	background:#FFFFFF url(images/menu_bgd_on1.gif) top center no-repeat;
	color: #e292b6;
}
#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: #9e0b0f;
}
* 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: #9e0b0f;
}