.dropDown{
background-color:#FFCC00; float:right; height:27px; margin:0px;
}
.shadowClass{
	width: 200px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/

}

#menu {
	width: 99%; /* set width of menu */
	background: #F6F2E5;
} 

#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 #DBCA9B;
	margin: 0;
	padding: 2px 3px;
}

#menu h2 {
	color:#C09620;
	background: #F6F2E5;
	text-transform: uppercase;
}

#menu a {
	color:#C09620;
	background-image: url(../images/nav_arrow_off.jpg);
	background-repeat:no-repeat;
	background-position: 1% 8px;
	padding-left: 15px;
	text-decoration: none;
	padding-top:5px;
	padding-bottom:5px;
	opacity:.90;filter: alpha(opacity=90); -moz-opacity: 0.9;
}

#menu a:hover {
	color: #FFFFFF;
	background: #D2B461;
	background-image: url(../images/nav_arrow_on.jpg);
	background-repeat:no-repeat;
	background-position: 1% 8px;
}

#menu li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
	background: #F6F2E5;

} 
#menu li:hover{
z-index: 1000 !important;
position:relative;

}
#menu ul ul ul {
	position: absolute;
	top: 10;
	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 #DBCA9B;
}

/* 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;
}
