/* @group Access */



#access {
	/* Show a solid color for older browsers */
	
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	 /* older webkit syntax */
	clear: both;
	display: block;
	margin: 0 auto;
	width: 100%;
	color: #373737;
	background-color: #383835;
}

#access:hover{
	/* Show a solid color for older browsers */
	  /* Older webkit syntax */
	 	-moz-transition: background 10s ease;
	 	-ms-transition: background 10s ease;
	 	-o-transition: background 10s ease;
	 	transition: background 10s ease;
		 background-color: #000000;
	 }
#access ul {
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding-left: 0px;
	width:100%;
	display:table;
}
#access li {
	position: relative;
	display:table-cell;
}
#access a {
	color: #ffffff;
	display: block;
	line-height: 3.333em;
	text-decoration: none;
	text-align:center;
	background-color: #303030;
	font-size: 1.3em;
	-webkit-transition: background 1s ease;
			-moz-transition: background .3s ease;
	        -ms-transition: background .3s ease;
	        -o-transition: background .3s ease;
			transition: background .3s ease;
			margin-top: 0;
			padding: 0 1em;
		}
#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;
	left: 0;
	width: 238px;
	z-index: 99999;
	top: 4.3em;
	background-color: #ffffff;
}
#access ul ul li {
	display:inline;
	float:left;
}
#access ul ul li a {
	text-align:left;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 1.2em;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 218px;
	-webkit-border-radius: 0px 0px 0px 0px;
	        border-radius: 0px 0px 0px 0px;	
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background-color: #f8f8f8;
}
#access li.current_page_item a, 
#access li.current_page_ancestor a, 
#access li.current_page_parent a {
	background-color: #fefeff;
	color: #363636;
}
#access ul ul li.current_page_item a {background-color: #f4f3f0;}
#access li:hover > a,
#access a:focus {
	/* Show a solid color for older browsers */

	color: #373737;
	background-color: #ffffff;
}
#access ul li:hover > ul {
	display: block;
}


/* =Menu

-------------------------------------------------------------- */

#bottom-menu{
	/*width: 920px;*/
	float:left;
	display: block
	clear: both;
	/* background-color: #325d65; */
	
	-moz-border-radius: 8px; -webkit-border-radius:8px;  -khtml-border-radius: 8px; border-radius: 8px;
}
#bottom-menu-pad{
	padding-top: 5px;
	padding-left: 2px;
	padding-bottom: 5px;
	clear: both;
	
}
#bottom-menu .menu,
#bottom-menu div.menu {
	font: 13px Palatino, Georgia, "Times New Roman", Times, serif;
}
#bottom-menu .menu-header ul,
div.menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#bottom-menu .menu li,
div.menu li {
	float: left;
	position: relative;
	margin-right: 3px;
}
#bottom-menu a {
	color: #7d7a7a;
	display: block;
	line-height: 27px;
	padding: 0 4px;
	text-decoration: none;
	}
#bottom-menu li:hover > a,
#bottom-menu ul ul :hover > a {
	
}
#bottom-menu ul li:hover > ul {
	display: block;
}
#bottom-menu ul li.current_page_item > a,
#bottom-menu ul li.current-menu-ancestor > a,
#bottom-menu ul li.current-menu-item > a,
#bottom-menu ul li.current-menu-parent > a {
	color: #474747;
}

#bottom-menu li.current-menu-item a{
	font-weight: bold;
		
		-moz-border-radius: 8px; -webkit-border-radius:8px;  -khtml-border-radius: 8px; border-radius: 8px;
		
}
* html #bottom-menu ul li.current_page_item a,
* html #bottom-menu ul li.current-menu-ancestor a,
* html #bottom-menu ul li.current-menu-item a,
* html #bottom-menu ul li.current-menu-parent a,
* html #bottom-menu ul li a:hover {
	color: #e25a35;
	background-color: #fff;
}

#bottom-menu #searchform {
 	float: right;
 	width: 200px;
 	padding-top: 7px;
}
/* @end */
