@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

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


#access {
	font-family:Tahoma, Geneva, sans-serif;
	letter-spacing:1px;
	/*	text-shadow:2px 2px 2px #dfdfdf;*/
	float:left;
	height:50px;
	width: 602px;
	position:absolute;
	z-index:9;
}

#access .menu-header, div.menu {
	font-size: 14px;
	width:602px;
	height:50px;
}

#access .menu-header ul, div.menu ul {
	list-style: none;
	margin-left: 0;
}

#access .menu-header li, div.menu li {
	float: left;
	position: relative;
}
#access a{
	color: #605c5b;
	display: block;
	line-height:35px;
	margin-left:1px;
	margin-right:1px;	
	padding: 0px 18px 0px 18px;
	text-decoration: none;
}

#access ul ul {
	display: none;
	position: absolute;
	left: 0;
	float: left;
	font-size: 12px;
	
}
#access ul ul li {
	min-width: 150px;
	height:30px;
	line-height:30px;
	
}
#access ul ul ul {
	left: 100%;
	top: 0;
	
}
#access ul ul a {
	background-color:#4f81bd;
	line-height: 1em;
	padding:9px 18px;
	margin-left:-39px;
	width: 150px;
	height:auto;
	line-height:12px;
	font-size:13px;
	color: #fff;
}
#access li:hover > a, #access ul ul :hover > a {
	color: #fff;
	background-color:#5a9ff3;	
}

#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: #fff;
	background-color:#4f81bd;
}

#active {
	color: #f00;
	background-color:#4f81bd;	
}

