/*
 ----------------------------- 
SITEMAP
 -----------------------------
*/

#ss_pages a {
	font-weight:normal;
	font-size:15px;	
}

.page_item_list > li {
	margin:0 0 20px 0;	
}

.nolink, .nolink:hover {
	cursor:default;
	color:#666666 !important;	
}

#ss_pages .page-item-175 {
	display:none;	
}

/*
 ----------------------------- 
 DROP DOWN MENU WRAP - MENU SETTINGS IN sm-core-css.css
 -----------------------------
*/

#nav {
	font-size:15px;
	position: absolute;
	z-index: 550;
	bottom: 20px;
	right: 53px;
}

#nav > a
    {
        display: none;
		background:url(../images/toggle-icon.png) no-repeat right center;
		padding: 6px 36px 6px 6px;
		color:#fff;
		text-decoration:underline;
		text-transform:uppercase;
		margin:0 6px 0 0;
		display:block;
		font-size:13px;
    }
@media screen and (max-width: 700px) {
	#nav
    {
        position: relative;
		bottom:inherit;
		right:inherit;
		background:#000;
		padding:0;
		text-align:right;
		font-size:15px;
    }
	#nav:hover {
		background:#555;	
	}
	#nav > a
    {
        display: block;
    }	
}
@media screen and (min-width: 701px) {
	#nav > a{ display:none; }	
}