#phone-menu-button {
	height: 35px;
	background: transparent;
	color: #ffffff;
	font-size: 1.4em;
	line-height: 30px;
	display: block;
	margin: 0 auto;
	border: 0;
	padding-top: 5px;
}

.phone-menu {
	background: rgba(255,255,255,.9);
	position: absolute;
	top: 0;
	left: 0;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;
}

.phone-menu h3 {
	color: #666666;
	font-size: 1.5rem;
	padding: 15px;
	margin: 0;
	font-weight: 300;
	background: rgba(255,255,255,.7);
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	box-sizing: border-box;
}

#phone-menu-close-button {
	border: none;
	cursor: pointer;
	color: #666666;
	font-size: 1.5rem;
	padding: 10px;
	margin: 0;
	font-weight: 300;
	background: transparent;
	float: right;
	outline: none;
}

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
	font-size: 1.1rem;
	position: relative;
	text-align: left;
}
#cssmenu {
	width: 250px;
}
#cssmenu a {
	line-height: 1.3;
}

#cssmenu > ul > li {
	background: rgba(0,0,0,.9);
}
#cssmenu > ul > li:hover {
	background: rgba(0,0,0,.7);
}
#cssmenu > ul > li > a {
	font-size: .9rem;
	display: block;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
#cssmenu > ul > li > a > span {
	display: block;
	padding: 12px 20px;
}
#cssmenu > ul > li > a:hover {
	text-decoration: none;
}
#cssmenu > ul > li.active {
	border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
	background: url(menu_images/icon_plus.png) 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
	background: url(menu_images/icon_minus.png) 96% center no-repeat;
}





#cssmenu ul ul {
	display: none;
}

#cssmenu > ul > li > ul > li {
	background: rgba(2,79,151,.9);
}
#cssmenu > ul > li > ul > li:hover {
	background: rgba(2,79,151,.7);
}
#cssmenu > ul > li > ul > li > a {
	font-size: .9rem;
	display: block;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	
}
#cssmenu > ul > li > ul > li > a > span {
	display: block;
	padding: 12px 20px;
}
#cssmenu > ul > li > ul > li > a:hover {
	text-decoration: none;
}
#cssmenu > ul > li > ul > li.active2 {
	border-bottom: none;
}
#cssmenu > ul > li > ul > li.has-sub > a span {
	background: url(menu_images/icon_plus.png) 96% center no-repeat;
}
#cssmenu > ul > li > ul > li.has-sub.active2 > a span {
	background: url(menu_images/icon_minus.png) 96% center no-repeat;
}










#cssmenu ul ul ul {
	display: none;
	background: #fff;
	border-right: 1px solid #a2a194;
	border-left: 1px solid #a2a194;
}
#cssmenu ul ul ul li {
	padding: 0;
	border-bottom: 1px solid #99aa99;
	border-top: none;
	background: rgba(255,255,255,.9);
}
#cssmenu ul ul ul li:last-child {
	border-bottom: none;
}
#cssmenu ul ul ul a {
	padding: 10px 10px 10px 45px;
	display: block;
	color: #676767;
	font-size: .8rem;
	font-weight: normal;
}
#cssmenu ul ul ul a:before {
	font-family: FontAwesome2;
	content: '\f054';
	position: absolute;
	left: 10px;
	color: #595f42;
	padding-left: 20px;
	font-size: .6rem;
	top: 15px;
}
#cssmenu ul ul ul a:hover {
	background: rgba(150,130,80,.2);
}





/* Orientation-dependent styles for the content of the menu */
.phone-menu-vertical {
	width: 250px;
	min-height: 100%;
	top: 0;
	z-index: 1000;
}

/* Vertical menu that slides from the left or right */
.phone-menu-left {
	left: -250px;
}

.phone-menu-right {
	right: -250px;
}

.phone-menu-left.menu-open {
	left: 0;
}

.phone-menu-right.menu-open {
	right: 0;
}

/* Horizontal menu that slides from the top or bottom */

.phone-menu-top {
	top: 0;
}

.phone-menu-bottom {
	bottom: -150px;
}

.phone-menu-top.menu-open {
	top: 0;
}

.phone-menu-bottom.menu-open {
	bottom: 0;
}

/* Push classes applied to the body */
.push-body {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.push-body-toright {
	left: 250px;
}

.push-body-toleft {
	left: -250px;
}

/* Transitions */
.phone-menu,
.push-body {
	transition: all 0.3s ease;
}

@media screen and (max-width : 1024px){

#phone-menu-button {
	display: block;
}

}

@media screen and (max-width : 1024px){
	
#cssmenu {
	width: 250px;
}

.phone-menu-vertical {
	width: 250px;
}

.phone-menu-left {
	left: -250px;
}

.phone-menu-right {
	right: -250px;
}

.push-body-toright {
	left: 250px;
}

.push-body-toleft {
	left: -250px;
}	

}