.dropDown{
	float:right;
	min-height:9px;
	width:9px;
	background-image:url(../images/template_menudropdown.jpg);
	background-repeat:no-repeat;
}
.shadowClass{
	width: 200px;

}

#menu {
	width: 99%; /* set width of menu */

} 

#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}

/* style, color and size links and headings to suit */
#menu a {
	font: normal 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-bottom: 1px dashed #46A075;
	margin: 0;
	padding: 2px 3px;
}

#menu h2 {
	color:#C09620;
	
	text-transform: uppercase;
}

#menu a {

	background-repeat:no-repeat;
	background-position: 1% 8px;
	padding-left: 15px;
	text-decoration: none;
	padding-top:5px;
	padding-bottom:5px;
}

.menua {
    font: normal 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-bottom: 1px dashed #46A075;
	margin: 0;
	padding: 2px 3px;
    background-repeat:no-repeat;
	background-position: 1% 8px;
	padding-left: 15px;
	text-decoration: none;
	padding-top:5px;
	padding-bottom:5px;
	color: #479547;
}

#menu a:hover {
	color: #FFFFFF;
	background: #74AA90;
	background-repeat:no-repeat;
	background-position: 1% 8px;
}

#menu li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
		background: #DDECE4;

} 
#menu li:hover{
z-index: 1000 !important;
position:relative;
}
#menu ul ul ul {
	position: absolute;
	top: 50%;
	left: 90%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}

/* to add another depth to the hiarchy append "div#menu ul ul ul (ul) li:hover ul ul"  to the selector */

div#menu ul ul ul, div#menu ul ul li:hover ul ul, div#menu ul ul ul li:hover ul ul {
	display: none;
	border: 1px dashed #46A075;
}

/* to add another depth to the hiarchy append "div#menu ul ul ul ul (ul) li:hover ul"  to the selector */

div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul, div#menu ul ul ul ul li:hover ul{
	display: block;
}

.submenu {
	margin-left:15px;
	background-image:url(../images/submenu_list.jpg);
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding-left:15px;
}