/* @group Mob */

#mob {
	margin: 0;
	float: left;
	width: 50x;
	position: relative;
	
}
#mob ul {
	font-size: 16px;
	list-style: none;
	margin: 0;
	padding-left: 0px;
	display: ;
	float: left;
}
#mob li {
	float: left;
	position: relative;
}
#mob a {
	color: #cbcbcb;
	display: block;
	text-decoration: none;
	margin-top: 0;
	padding: 15px;
	margin-right: 3px;
		}
#mob ul a {
	height: auto;
	padding: 10px;
	width:30px;	
}
#mob ul ul {
	background-color: #ffffff;
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 34px;
	padding: 1%;
	width: 210px;
	z-index: 99999;

	-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);	
}
#mob ul ul a {
	font-weight: normal;
	height: auto;
	padding: 10px;
	width: 177px;
	-webkit-border-radius: 0px 0px 0px 0px;
	        border-radius: 0px 0px 0px 0px;	
}
#mob ul ul ul {
	left: 100%;
	top: 0;
}

#mob li:hover > a,
#mob ul ul :hover > a,
#mob a:focus {
}


#mob li.current_page_ancestor a,
#mob li.current_page_parent a {
	
}
#mob li.current_page_item a{
 	background-color: #7c7c7c;
	color: #ffffff;
}
#mob ul ul li.current_page_item a {}
#mob li:hover > a,
#mob a:focus {
	/* Show a solid color for older browsers */
	color: #fefefe;
	background-color: #7c7c7c;
}
#mob ul li:hover > ul {
	display: block;
}

/* @end *//* @group Access-Top */
#access-top {
	margin: 0;
	float: left;
	width: 600px;
}
#access-top #access-pad{
	padding: 3%;
}
#access-top ul {
	font-size: 16px;
	list-style: none;
	margin: 0;
	padding-left: 0px;
}
#access-top li {
	float: left;
	position: relative;
}
#access-top a {
	display: block;
	text-decoration: none;
	-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: 1em;
			margin-right: 3px;
		}
#access-top ul ul {
	-moz-box-shadow: 0 3px 3px rgba(235, 235, 235, 0.2);
	-webkit-box-shadow: 0 3px 3px rgba(235, 235, 235, 0.2);
	box-shadow: 0 3px 3px rgba(235, 235, 235, 0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	left: 0;
	width: 188px;
	z-index: 99999;
	top: 50px;
	background-color: #fffffe;
	padding: 2%;
}
#access-top ul ul ul {
	left: 100%;
	top: 0;
}
#access-top ul ul a {
	font-weight: normal;
	height: auto;
	padding: 10px 10px;
	width: 168px;
	-webkit-border-radius: 0px 0px 0px 0px;
	        border-radius: 0px 0px 0px 0px;	
}
#access-top li:hover > a,
#access-top ul ul :hover > a,
#access-top a:focus {
}
#access-top li.current_page_item a, 
#access-top li.current_page_ancestor a, 
#access-top li.current_page_parent a {
	color: #4e4e4e;
}
#access-top ul ul li.current_page_item a {
	font-weight: bold;
}
#access-top li:hover > a,
#access-top a:focus {
	/* Show a solid color for older browsers */
}
#access-top ul li:hover > ul {
	display: block;
}


/* =Menu

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


/* @end */
/* @group Access-Bar */
#access-bar {
	margin: 0;
	padding: 0;
	background-color: #4b4637;
}
#access-bar #access-pad{
	padding: 1%;
}
#access-bar ul {
	list-style: none;
	margin: 0;
	padding: 0;

	
}
#access-bar li {
	float: left;
	position: relative;
	line-height: 20px;
	
}
#access-bar a {
	color: #ffffff;
	font-size: 17px;
	background-color: #595546;
	margin-right: 4%;
	display: block;
	text-decoration: none;
	margin-top: 0;
	padding: 14px;
			-webkit-transition: background 1s ease;
			-moz-transition: background .3s ease;
	        -ms-transition: background .3s ease;
	        -o-transition: background .3s ease;
			transition: background .3s ease;

}
#access-bar ul ul {
	display: none;
		background-color: #4b4637;
	float: left;
	margin: 0;
	position: absolute;
	left: 0;
	padding: 10px;
	top: 40px;
	width: 200px;
	z-index: 99999;
	-moz-box-shadow: 0 3px 3px rgba(235, 235, 235, 0.2);
	-webkit-box-shadow: 0 3px 3px rgba(235, 235, 235, 0.2);
	box-shadow: 0 3px 3px rgba(235, 235, 235, 0.2);
	
	
	
}
#access-bar ul ul a {
	font-weight: normal;
	height: auto;
	padding: 10px 10px;
	width: 168px;
				
}
#access-bar ul ul li.current_page_item a {
	font-weight: bold;
}
#access-bar ul ul ul {
	left: 100%;
	top: 0;
}
#access-bar li:hover > a,
#access-bar ul ul :hover > a,
#access-bar a:focus {
}
#access-bar li.current_page_item a, 
#access-bar li.current_page_ancestor a, 
#access-bar li.current_page_parent a {
	color: #4e4e4e;
	background-color: #ffffff;
}
#access-bar li:hover > a,
#access-bar a:focus {
	/* Show a solid color for older browsers */
}
#access-bar ul li:hover > ul {
	display: block;
}


/* =Menu

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


/* @end */
/* @group Pager  */

nav.pager-menu{
	margin-top: 3%;
	margin-bottom: 3%;
}
nav.pager-menu ul li{
	border-left: 20px solid #f8f9f8;
	margin-bottom: 1px;
	margin-top: 1px;
}
nav.pager-menu ul ul li{
	border-left-width: 0;
	border-left-style: none;
	margin-bottom: 1px;
	margin-top: 1px;

	
}
nav.pager-menu ul li.current_page_ancestor{
	border-left-width: 20px;
	border-left-style: solid;
}
nav.pager-menu ul li a{
	border-left: 20px solid #ffffff;
	margin-bottom: 1px;
	margin-top: 1px;
	padding-left: 6px;
}
nav.pager-menu span.parent{
	
}
nav.pager-menu ul li a:hover{
	margin-bottom: 1px;
	margin-top: 1px;
	
		}

nav.pager-menu ul li.current_page_item {
	border-left: 10px solid #7a7a7a;
	border-right: 5px solid #7a7a7a;
	padding-top: 4px;
	padding-bottom: 4px;
}

nav.pager-menu ul li.current_page_ancestor {
	border-left: 20px solid #d2d2d2;
	padding-top: 4px;
	padding-bottom: 4px;
}
/* @end */
/* @group Super-Pager   */

nav.spager-menu{

}
nav.spager-menu ul {
	padding: 0;
		font-size: 15px;
}
nav.spager-menu ul li{
	display: inline;
	padding: 0px;
	margin-top: 10px;
}
nav.spager-menu ul li.current_page_ancestor a span.parent,
nav.spager-menu ul li.current_page_ancestor{
	font-weight: bold;
}
nav.spager-menu a{
	color: #525252;
	margin-bottom: 1px;
	text-decoration: none;
}
nav.spager-menu ul li a{
	display: inline-block;
	padding: 6px;
			-webkit-transition: all 1s ease-in-out; 
			-moz-transition: all 1s ease-in-out; 
			-o-transition: all 1s ease-in-out; 
			transition: all 1s ease-in-out;
			
			-moz-border-radius: 8px; -webkit-border-radius:8px;  -khtml-border-radius: 8px; border-radius: 8px;
}


nav.spager-menu ul li.current_page_item {
	/* border-left: 10px solid #618ac4; */
	padding: 9px;
}
nav.spager-menu ul li.current_page_item a{
	font-weight: bold;
}

nav.spager-menu ul li.current_page_ancestor {
	padding-top: 4px;
	padding-bottom: 4px;
}

/* @end */

/* @group Menu Bottom */



nav.menu-bottom{

}
nav.menu-bottom ul {
	padding: 0;
		font-size: 15px;
}
nav.menu-bottom ul li{
	display: inline;
	padding: 0px;
	margin-top: 10px;
}
nav.menu-bottom ul li.current_page_ancestor a span.parent,
nav.menu-bottom ul li.current_page_ancestor{
	font-weight: bold;
}
nav.menu-bottom a{
	color: #525252;
	margin-bottom: 1px;
	text-decoration: none;
}
nav.menu-bottom ul li a{
	display: inline-block;
	padding: 6px;
			-webkit-transition: all 1s ease-in-out; 
			-moz-transition: all 1s ease-in-out; 
			-o-transition: all 1s ease-in-out; 
			transition: all 1s ease-in-out;
			
			-moz-border-radius: 8px; -webkit-border-radius:8px;  -khtml-border-radius: 8px; border-radius: 8px;
}


nav.menu-bottom ul li.current_page_item {
	/* border-left: 10px solid #618ac4; */
	padding: 9px;
}
nav.menu-bottom ul li.current_page_item a{
	font-weight: bold;
}

nav.menu-bottom ul li.current_page_ancestor {
	padding-top: 4px;
	padding-bottom: 4px;
}

/* @end */