@media (min-width: 992px) {
.container {
    width: auto !important;
}
}

@media only screen and (max-width: 760px) {
.container {
    width: auto !important;
}
}

body {
	margin: 0px;
	padding: 0;
	background: url(images/img01.jpg) repeat-x left top;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #291B0C;
}

h1, h2, h3 {
	margin: 25px 0px 0px 0px;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #36A12D;
}

h1 { font-size: 30px; }

h2 { font-size: 18px; }

h3 { font-size: 14px; 
	margin-top:30px; }

p, ul, ol {
	margin-top: 0;
	line-height: 220%;
	text-align: justify;
}

a { color: #36A12D; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: -14px 20px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

.smalltype {
	font-size: 11px;
}

#wrapper {
	margin: 0px;
	padding: 24px 0px 0px 0px;
}

/* Header */

#header-wrapper {
	margin: 0px;
	padding: 0px;
}

#header {
	width: 920px;
	height: 74px;
	margin: 0 auto;
}

#nav-bar {
	position: relative;
	float: left;
	top: 32px;
	width: 930px;
	height: 54px;
	z-index: 501;	
}

#header_sm { display: none; }

#jsddm {
	margin: 0 13px 0 0;
	padding: 0;
	font-size: 13px;
	/*float: right;*/
	height: 54px;
}
	
#jsddm li {
	float: left;
	list-style: none;
}
#jsddm li a	{
	display: block;
	padding: 4px 8px 2px 8px;
	border-bottom: 5px solid transparent;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}
#jsddm li a:hover	{
	background-color: #2b2b2b;
	border-bottom: 5px solid #4a4a4a;
	color: #ffffff;
}
#jsddm li ul	{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid #4a4a4a;
	border-right: 1px solid #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
	border-left: 1px solid #4a4a4a;	
}
#jsddm li ul li	{
	float: none;
	display: inline;
}
#jsddm li ul li a{	
	width: auto;
	background: #202020;
	border:2px solid #202020;
	color:#ffffff;
	font-size:11px;
	text-align:left;
}
#jsddm li ul li a:hover{
	background: #202020;
	border:2px solid #202020;
	color:#ffffff;
	text-decoration:underline;	
}

/* rotator in-page placement */
    div#rotator {
	/*position:relative;
	height:345px;
	margin-left: 15px;*/
}
/* rotator css */
	div#rotator ul li {
	/*float:left;*/
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	/*border:1px solid #ccc;*/
	padding: 0px;
	margin: 0px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500;
}

/* Search */

#search {
	float: right;
	width: 80px;
	height: 74px;
}

#search form {
	float: right;
	margin: 0;
	padding: 24px 30px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}

#search-text {
	width: 200px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #333333;
	background: #ECF9E4;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #6E831C;
	color: #FFFFFF;
}

/** LOGO */

#logo {
	width: 920px;
	height: 427px;
	margin: 0 auto;
	z-index:400;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#logo p {
	padding-left: 32px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#logo h1 {
	padding-left: 30px;
	padding-top: 160px;
	font-size: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding: 0px;
}

#page-bgtop {
}

/* Content */

#content {
	float: right;
	width: 580px;
}

/* Post */

.post {
	margin-bottom: 10px;
	border-bottom: 1px solid #DFDFDF;
}

.post img {
	padding-top: 10px;
	/* border-top: 1px solid #DFDFDF; */
}

.post .title {
	height: 26px;
	color: #08252E;
	display: inline;
}

.post .title a {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 1.2em;
	font-weight: bold;
	color: #26731F;
}

.post .date {
}

.post .meta {
	margin-left: 2px;
	padding: 2px 10px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #66665E;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a { }

.post .entry {
	padding: 0px 0px 10px 0px;
}

.post .entry-content {
	float: right;
	width: 330px;
}

.post .entry-image {
	float: left;
	width: 280px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 10px;
}

.post .links a {
	font-weight: bold;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

/* Sidebar */

#lotterymobile { display: none; }

#sidebar {
	float: left;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sidebar ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px;
	background: #F8DFBB;
}

#sidebar li li {
	margin: 0px 15px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #FFFFFF;
}

#sidebar li li a {
	font-weight: normal;
}

#sidebar li li a:hover {
}

#sidebar p {
	line-height: 200%;
	padding: 20px 15px 0px 15px;
}

#sidebar h2 {
	height: 30px;
	padding: 5px 0px 0px 15px;
	background: url(images/img04-hr.jpg) no-repeat left top;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #3C2811;
}

ul#sidebar-manual {
	background-color: #ffffff;
	border:1px solid #64728d;	
	margin: 11px 0 0 0;
	padding:6px;
	width: 212px;
}
ul#sidebar-manual li {
	display:block;
	list-style: none;
	padding: 3px 10px 3px 10px;	
}



/* Calendar */

#calendar {
}

#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-right: 1px solid #24130F;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	background: #24130F;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot td {
	padding: 5px;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot #next {
	border-top: 1px solid #24130F;
	text-align: right;
}

#calendar tfoot #prev {
	border-top: 1px solid #24130F;
}

#calendar .pad {
	border-bottom: 1px solid #24130F;
}

#calendar #today {
	background: #24130F;
}

/* Footer */

#footer-bgcontent {
	margin: 0px;
	padding: 0px;
	height: 70px;
	background: #000000 url(images/img03.jpg) repeat-x left top;
}

#footer {
	width: 920px;
	height: 49px;
	margin: 0 auto;
	padding-top: 20px;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding-right: 30px;
	text-align: center;
	line-height: normal;
	font-size: 10px;
}

#footer a {
	color: #F99501;
}

#cssmenu,

#cssmenu ul,

#cssmenu ul li,

#cssmenu ul li a,

#cssmenu 
#menu-button 
	{
  
	margin: 0;
  
	padding: 0;
  
	border: 0;
  
	list-style: none;
  
	line-height: 1;
  
	display: none;
  
	position: relative;
  
	-webkit-box-sizing: border-box;
  
	-moz-box-sizing: border-box;
  
	box-sizing: border-box;

	}

#cssmenu:after,

#cssmenu > ul:after 
	{
  
	content: ".";
  
	display: block;
  
	clear: both;
  
	visibility: hidden;
  
	line-height: 0;
  
	height: 0;

	}

#cssmenu 
#menu-button 
	{
 
	display: none;
	
}

#cssmenu 
	{
  
	width: auto;
  
	border-radius: 5px;
  
	font-family: 'Open Sans', Helvetica, sans-serif;
  
	background: #3db2e1;
  
	background: -o-linear-gradient(top, #69c4e8, #21a1d4);
  
	background: -ms-linear-gradient(top, #69c4e8, #21a1d4);
  
	background: -webkit-linear-gradient(top, #69c4e8, #21a1d4);
  
	background: -moz-linear-gradient(top, #69c4e8, #21a1d4);
  
	background: linear-gradient(to bottom, #69c4e8, #21a1d4);
  
	box-shadow: 	inset 0 -3px 0 #1f97c7, 
			inset 0 -3px 3px #1f9acc, 
			inset 0 2px 2px #9ad7ef, 
			inset 1px 0 2px #22a4d9, 
			inset -1px 0 2px #22a4d9, 
			0 1px 1px rgba(0, 0, 0, 0.1), 
			0 2px 2px rgba(0, 0, 0, 0.06), 
			0 3px 3px rgba(0, 0, 0, 0.17), 
			2px 1px 2px rgba(0, 0, 0, 0.05), 
			-2px 1px 2px rgba(0, 0, 0, 0.05);

	}

#cssmenu.align-center > ul 
	{
  
	font-size: 0;
  
	text-align: center;
	
}

#cssmenu.align-center ul ul 
	{
  
	text-align: left;

	}

#cssmenu.align-center > ul > li 
	{
  
	display: inline-block;
  
	float: none;

	}

#cssmenu.align-right > ul > li 
	{
  
	float: right;

	}

#cssmenu.align-right ul ul 
	{
  
	text-align: right;

	}

#cssmenu > ul > li 
	{
  
	float: left;

	}

#cssmenu > ul > li > a 
	{
  
	padding: 20px 25px;
  
	font-size: 13px;
  
	color: #ffffff;
  
	text-transform: uppercase;
  
	letter-spacing: 1px;
  
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  
	font-weight: 700;
  
	text-decoration: none;
  
	-webkit-transition: color .2s ease;
  
	-moz-transition: color .2s ease;
  
	-ms-transition: color .2s ease;
  
	-o-transition: color .2s ease;
  
	transition: color .2s ease;

	}

#cssmenu > ul > li:hover > a,

#cssmenu > ul > li > a:hover,

#cssmenu > ul > li.active > a 
	{
  
	color: #cae5fd;

	}

#cssmenu > ul > li.has-sub > a 
	{
  
	padding-right: 40px;

	}

#cssmenu ul > li.has-sub > a:after 
	{
  
	content: '';
  
	position: absolute;
  
	right: 5px;
  
	top: 17.5px;
  
	display: block;
  
	width: 18px;
  
	height: 18px;
  
	border-radius: 9px;
  
	background: #3db2e1;
  
	background: -webkit-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  
	background: -ms-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  
	background: -moz-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  
	background: -o-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  
	background: linear-gradient(to bottom, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  
	box-shadow: inset 0 -1px 1px #209ed0, inset 0 2px 1px #7fcceb;
  
	background-size: 36px 36px;
  
	background-position: 0 0;
  
	background-repeat: no-repeat;
  
	-webkit-transition: all 0.1s ease-out;
  
	-moz-transition: all 0.1s ease-out;
  
	-ms-transition: all 0.1s ease-out;
  
	-o-transition: all 0.1s ease-out;
  
	transition: all 0.1s ease-out;

	}

#cssmenu ul > li.has-sub:hover > a:after 
	{
  
	background-position: 0 -18px;

	}

#cssmenu ul > li.has-sub > a:before 
	{
  
	content: '';
  
	position: absolute;
  
	right: 11px;
  
	top: 25.5px;
  
	display: block;
  
	width: 0;
  
	height: 0;
  
	border: 3px solid transparent;
  
	border-top-color: #ffffff;
  
	z-index: 99;

	}

#cssmenu ul > li.has-sub:hover > a:before 
	{
  	border-top-color: #19799f;

	}

#cssmenu ul ul 
	{
  
	position: absolute;
  
	left: -9999px;
  
	opacity: 0;
  
	-webkit-transition: top .2s ease, opacity .2s ease;
  
	-moz-transition: top .2s ease, opacity .2s ease;
  
	-ms-transition: top .2s ease, opacity .2s ease;
  
	-o-transition: top .2s ease, opacity .2s ease;
  
	transition: top .2s ease, opacity .2s ease;

	}

#cssmenu > ul > li > ul 
	{
  
	top: 91px;
  
	padding-top: 8px;
  
	border-radius: 5px;

	}

#cssmenu > ul > li:hover > ul 
	{
  
	left: auto;
  
	top: 51px;
  
	opacity: 1;

	}

#cssmenu.align-right > ul > li:hover > ul 
	{
  
	right: 0;

	}

#cssmenu ul ul ul 
	{
  
	top: 40px;

	}

#cssmenu ul ul > li:hover > ul 
	{
  
	top: 0;
  
	left: 178px;
  
	padding-left: 10px;
  	opacity: 1;

	}

#cssmenu.align-right ul ul > li:hover > ul 
	{
  
	left: auto;
  
	right: 178px;
  
	padding-left: 0;
  
	padding-right: 10px;
  
	opacity: 1;

	}

#cssmenu ul ul li a 
	{
  
	width: 180px;
  
	padding: 12px 25px;
  
	font-size: 13px;
  
	font-weight: 700;
  
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  
	color: #ffffff;
  
	text-decoration: none;
  
	background: #3db2e1;
  
	-webkit-transition: color .2s ease;
  
	-moz-transition: color .2s ease;
  
	-ms-transition: color .2s ease;
  
	-o-transition: color .2s ease;
  
	transition: color .2s ease;

	}

#cssmenu ul ul li:hover > a,

#cssmenu ul ul li > a:hover,

#cssmenu ul ul li.active > a 
	{
  
	color: #cae5fd;

	}

#cssmenu ul ul li:first-child > a 
	{
  
	border-top-left-radius: 5px;
  
	border-top-right-radius: 5px;
  
	box-shadow: inset 0 2px 2px #88d0ed;

	}

#cssmenu ul ul li:last-child > a 
	{
  
	border-bottom-left-radius: 5px;
  
	border-bottom-right-radius: 5px;
  
	box-shadow: 	inset 0 -3px 0 #27a9de, 
			inset 0 -3px 3px #1f9acc, 
			0 1px 1px rgba(0, 0, 0, 0.03), 
			0 2px 2px rgba(0, 0, 0, 0.05), 
			0 2px 3px rgba(0, 0, 0, 0.13);

	}

#cssmenu ul ul > li.has-sub > a:after 
	{
  
	right: 12px;
  
	top: 9.5px;
  
	background: #3db2e1;
  
	background: -webkit-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  
	background: -ms-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  
	background: -moz-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  
	background: -o-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  
	background: linear-gradient(to bottom, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  
	box-shadow: inset 0 -1px 1px #209ed0, inset 0 2px 1px #7fcceb;
  
	background-size: 36px 36px;
  
	background-position: 0 0;
  
	background-repeat: no-repeat;

	}

#cssmenu.align-right ul ul > li.has-sub > a:after 
	{
  
	right: auto;
  
	left: 12px;

	}

#cssmenu ul ul > li.has-sub:hover > a:after 
	{
  
	background-position: 0 -18px;

	}

#cssmenu ul ul > li.has-sub > a:before 
	{
  
	top: 15.5px;
  
	right: 16px;
  
	border-top-color: transparent;
  
	border-left-color: #ffffff;

	}

#cssmenu.align-right ul ul > li.has-sub > a:before 
	{
  
	top: 15.5px;
  
	right: auto;
  	left: 16px;
  
	border-top-color: transparent;
  
	border-right-color: #ffffff;
  
	border-left-color: transparent;

	}

#cssmenu ul ul > li.has-sub:hover > a:before 
	{
  
	border-top-color: transparent;
  
	border-left-color: #1c89b5;

	}

#cssmenu.align-right ul ul > li.has-sub:hover > a:before 
	{
  
	border-top-color: transparent;
  
	border-left-color: transparent;
  
	border-right-color: #1c89b5;

	}


@media only screen and (max-width:760px) {

body {
	margin: 0px;
	padding: 5px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	color: #291B0C;
	margin-top: 50px;
}

h1, h2, h3 {
	margin: 25px 0px 0px 0px;
	font-weight: normal;
	color: #36A12D;
}

h1 { font-size: 30px; }

h2 { font-size: 18px; }

h3 { font-size: 14px; }

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
	text-align: justify;
}

a { color: #36A12D; }

a:hover { text-decoration: none; }

a img {	border: none; }

img.left {
	float: left;
	margin: -14px 20px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

#wrapper {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#rotator { display: none; }

#logo { display: none; }

img#nomobile { display: none; }

#page {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}

#page-bgtop {
}

#content { width: 100%; }

.post {
	margin-bottom: 10px;
	border-bottom: 1px solid #DFDFDF;
}

.post img {
	padding-top: 10px;
	/* border-top: 1px solid #DFDFDF; */
}

.post .title {
	height: 26px;
	color: #08252E;
}

.post .title a {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 1.2em;
	font-weight: bold;
	color: #26731F;
}

.post .entry {
	padding: 0px 0px 10px 0px;
}

#lotterymobile { display: block; }

#sidebar-top { display: none; }

#sidebar {
	display: block;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sidebar ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px;
	background: #F8DFBB;
}

#sidebar li li {
	margin: 0px 15px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #FFFFFF;
}

#sidebar li li a {
	font-weight: normal;
}

#sidebar li li a:hover {
}

#sidebar p {
	line-height: 200%;
	padding: 20px 15px 0px 15px;
}

#sidebar h2 {
	height: 30px;
	padding: 5px 0px 0px 15px;
	background: #7E5827;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #3C2811;
}

ul#sidebar-manual {
	background-color: #ffffff;
	border:1px solid #64728d;	
	margin: 11px 0 0 0;
	padding:6px;
	width: 100%;
}
ul#sidebar-manual li {
	display:block;
	list-style: none;
	padding: 3px 10px 3px 10px;	
}

#footer-bgcontent {
	margin: 0px;
	padding: 0px;
	height: 70px;
}

#footer {
	width: 100%;
	height: 49px;
	margin: 0 auto;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: 10px;
}

#footer a {
	color: #F99501;
}

#header-wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 50px;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
}

#header {
	width: 100%;
	height: 74px;
	margin: 0 auto;
}

#nav-bar {
	float: left;
	top: 0px;
	width: 100%;
	height: 54px;
	z-index: 501;	
}

#header-menu { display: none; }

#header_sm {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}

#cssmenu 
	{
    
	width: 100%;
  
	position: absolute;
	top: 0;
	left: 0;
	}
  
#cssmenu,

#cssmenu ul,

#cssmenu ul li,

#cssmenu ul li a,

#cssmenu 
#menu-button 
	{
  
	display: block;
  
	}

#cssmenu ul,
  
#cssmenu ul ul,
  
#cssmenu ul ul ul,
  
#cssmenu > ul,
  
#cssmenu.align-center > ul,
  
#cssmenu > ul > li > ul,
  #cssmenu > ul > li:hover > ul,
  
#cssmenu ul ul li:hover > ul,
  
#cssmenu ul ul ul li:hover > ul,
  
#cssmenu.align-right ul ul,
  
#cssmenu.align-right ul ul li:hover > ul,
 #cssmenu.align-right ul ul ul li:hover > ul 
	{
    
	position: relative;
	left: 0;
    
	right: auto;
    
	top: 0;
    
	display: block;
	width: 100%;
    
	display: none;
    
	padding: 0;
    	opacity: 1;
    
	text-align: left;
  
	}
  
#cssmenu ul li 
	{
    
	width: 100%;
    
	border-top: 1px solid rgba(120, 120, 120, 0.2);
  
	}
  
#cssmenu > ul > li > a,
  
#cssmenu ul ul li a,
  
#cssmenu ul ul li:first-child > a,
  
#cssmenu ul ul li:last-child > a 
	{
    
	width: 100%;
    
	border-radius: 0;
    
	box-shadow: none;
    
	background: none;
  
	}
  
#cssmenu ul li a 
	{
    
	padding-left: 12.5px;
  
	}
  
#cssmenu ul ul li a 
	{
    
	padding: 14px 25px 14px 27.5px;
  
	}
  
#cssmenu ul ul ul li a 
	{
    
	padding-left: 42.5px;
  
	}
  
#cssmenu ul ul ul ul li a 
	{
    
	padding-left: 57.5px;
  
	}
  
#cssmenu > ul > li.has-sub > a:after,
  
#cssmenu > ul > li.has-sub > a:before,
  
#cssmenu ul ul li.has-sub > a:after,
  #cssmenu ul ul li.has-sub > a:before 
	{
    
	display: none;
  
	}
  
#cssmenu #menu-button 
	{
    
	position: relative;
    
	display: block;
    
	padding: 20px;
    
	padding-left: 12.5px;
    
	cursor: pointer;
    
	font-size: 13px;
    
	color: #ffffff;
    
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    
	font-weight: 700;
    
	letter-spacing: 1px;
    
	text-transform: uppercase;
  
	}
  
#cssmenu .submenu-button 
	{
    
	position: absolute;
    
	right: 0;
    
	display: block;
    
	width: 53px;
    
	height: 53px;
    
	border-left: 1px solid rgba(120, 120, 120, 0.2);
    
	z-index: 10;
    
	cursor: pointer;
  
	}
  
#cssmenu ul ul .submenu-button 
	{
    
	height: 41px;
  
	}
  
#cssmenu ul .submenu-button:after,
  
#cssmenu 
#menu-button:after 
	{
    
	content: '';
    
	position: absolute;
    
	right: 12.5px;
    
	top: 12.5px;
    
	display: block;
    
	width: 28px;
    
	height: 28px;
    
	border-radius: 15px;
    
	background: #3db2e1;
    
	background: -webkit-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
    
	background: -ms-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
    
	background: -moz-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
    
	background: -o-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
    
	background: linear-gradient(to bottom, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
    
	box-shadow: inset 0 -1px 1px #209ed0, inset 0 2px 1px #7fcceb;
    
	background-size: 56px 56px;
    
	background-position: 0 0;
    
	background-repeat: no-repeat;
    
	-webkit-transition: all 0.1s ease-out;
    
	-moz-transition: all 0.1s ease-out;
    
	-ms-transition: all 0.1s ease-out;
    
	-o-transition: all 0.1s ease-out;
    
	transition: all 0.1s ease-out;
  
	}
  
#cssmenu ul .submenu-button.submenu-opened:after,
  
#cssmenu 
#menu-button.menu-opened:after 
	{
    
	background-position: 0 -28px;
  
	}
  
#cssmenu ul ul .submenu-button:after 
	{
    
	top: 6.5px;
  
	}
  
#cssmenu 
#menu-button:before,
  
#cssmenu .submenu-button:before 
	{
    
	content: '';
    
	position: absolute;
    
	right: 22.5px;
    
	top: 25.5px;
    
	display: block;
    
	width: 0;
    
	height: 0;
    
	border: 4px solid transparent;
    
	border-top-color: #ffffff;
    
	z-index: 99;
  
	}
  
#cssmenu ul ul .submenu-button:before 
	{
    
	top: 19.5px;
  
	}
  
#cssmenu #menu-button.menu-opened:before,
  
#cssmenu .submenu-button.submenu-opened:before 
	{
    
	border-top-color: #19799f;
  
	}

}