/**************** top menu coding *****************/
#menutop {
	width: 10em; /* set width of menu */
	background: #fff;
} 

/* remove bullets and list indents */
#menutop ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* style, color and size links and headings to suit */
#menutop a, #menutop h2 {
	font: 12px Arial, Helvetica, Sans-serif;
	display: block;
	margin: 0px;
	padding: 6px 11px;
}

#menutop h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}

#menutop a {
	color: #222;
	background: #fff;
	text-decoration: none;
}

#menutop a:hover {
	color: #fff;
	background: #7993a5;
}

#menutop li {
/* make the list elements a containing block for the nested lists */
	position: relative;
	float: left;
} 

#menutop ul li a {
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #eee #fff #fff;
}

#menutop ul ul {
	position: absolute;
	top: 95%;
	left: 0%; /* to position them to the right of their containing block */
//	width: 100%; /* width is based on the containing block */
	border-width: 1px;
	border-style: solid;
	border-color: #fff #eee #eee #eee;
	box-shadow: 4px 4px 8px #888;
}

#menutop ul ul li a {
	font: 12px "Times New Roman", Times, Arial, Helvetica, Sans-serif;
	background: #ffffff;
	padding: 4px 10px;
	width: 150px;
	border: none;
	text-transform: uppercase;
}

#menutop ul ul li a:hover {
	color: #7993a5;
	background: #ffffff;
}

div#menutop ul ul,
div#menutop ul li:hover ul
{display: none;}

div#menutop ul li:hover ul,
div#menutop ul ul li:hover ul
{display: block;}

@media screen and (max-width: 400px) {
	#menutop {
		/* make the left menu hide for small screen */
		display: none;
	}
	#menutop li {
		/* make the list elements vertical for small screen */
		clear: both;
	}
}


/**************** menu coding *****************/
#menuleft {
	width: 10em; /* set width of menu */
	background: #fff;
} 

#menuleft ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}

/* style, color and size links and headings to suit */
#menuleft a, #menuleft h2 {
	font: 12px/15px Arial, Helvetica, Sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #c8c8b9 #fff #797964 #c8c8b9;
	margin: 0;
	padding: 10px 10px;
}

#menuleft h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}

#menuleft a {
	color: #797964;
	background: #c8c8b9;
	font-weight: bold;
	text-decoration: none;
}

#menuleft a:hover {
	color: #000;
	background: #c8c8b9;
}

#menuleft li {
/* make the list elements a containing block for the nested lists */
	position: relative;
} 

#menuleft ul ul {
	position: relative;
	top: 0;
	left: 0%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}

#menuleft ul ul li a {
	font: 10px/12px Arial, Helvetica, Sans-serif;
	color: #797964;
	background: #fff;
	padding: 4px 10px;
	font-weight: normal;
	border-color: #fff #fff #797964 #fff;
}

#menuleft ul ul li a:hover {
	color: #000;
	background: #c8c8b9;
	border-color: #c8c8b9 #fff #797964 #c8c8b9;
}

div#menuleft ul ul,
div#menuleft ul li:hover ul
{display: block;}

div#menuleft ul li:hover ul,
div#menuleft ul ul li:hover ul
{display: block;}

@media screen and (max-width: 430px) {
	#menuleft {
		/* make the left menu hide for small screen */
		display: none;
	}
}

/**************** menu coding *****************/
#NavMenuMain {
	width: 10em; /* set width of menu */
	background: #fff;
} 

#NavMenuMain ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}

/* style, color and size links and headings to suit */
#NavMenuMain a, #NavMenuMain h2 {
	font: 10px Arial, Helvetica, Sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #eee #fff #fff #fff;
	margin: 0;
	padding: 10px 10px;
}

#NavMenuMain h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}

#NavMenuMain a {
	color: #fff;
	background: #52d0fa;
	font-weight: bold;
	text-decoration: none;
}

#NavMenuMain a:hover {
	color: #fff;
	background: #52d0fa;
}

#NavMenuMain li {
/* make the list elements a containing block for the nested lists */
	position: relative;
} 

#NavMenuMain ul li a {
	font: 10px Arial, Helvetica, Sans-serif;
	color: #222222;
	background: #fff;
	padding: 4px 10px;
	font-weight: bold;
}

#NavMenuMain ul li a:hover {
	color: #52d0fa;
}

#NavMenuMain ul ul {
	position: relative;
	top: 0;
	left: 0%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}

#NavMenuMain ul ul li a {
	font: 10px Arial, Helvetica, Sans-serif;
	color: #888;
	background: #fff;
	padding: 4px 10px 4px 20px;
	font-weight: normal;
}

#NavMenuMain ul ul li a:hover {
	color: #222;
	background: #fff;
}

div#NavMenuMain ul ul,
div#NavMenuMain ul li:hover ul
{display: block;}

div#NavMenuMain ul li:hover ul,
div#NavMenuMain ul ul li:hover ul
{display: block;}