ul#dropdown {
	margin: 0;
	width: 715px;
	}	
#dropdown li  {
	list-style-type: none;
	display: inline;
	text-align: center;
	padding: 10px 0px 18px 0px;
	}
.menuCategory a, .menuCategory a:visited {	
	margin: 0px;
	text-align: center;
	font-size: 16px;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #558978;
	padding: 10px 15px;
	border-left: 1px solid #558978;
	font-weight: bold;
	}
.menuCategory a:hover {
	color: #6e425c;
	}		
#dropdown1 a, #dropdown90 a {
	border: none;
	}


#catRootname {
	color: white;
	font-size: 20px;
	line-height: 19px;
	text-indent: 0px;
	margin: 0px 15px 3px 20px;
	padding-top: 8px;
	font-weight: bold;
	width: 150px;
	}		
ul.subCategory, ul.subCategory li ul {
	white-space: normal;
	padding: 0;
	margin: 0;
	}
ul.subCategory li ul {
	margin-top: 0px;
	margin-bottom: 0px;
	}	
.subCategory li, .subCategory li ul li  {		
	list-style-type: none;
	padding: 0;
	margin: 3px 0 0px 0;
	}
.subCategory {
	margin-left: 0px;
	}	

/* layer 1 */
.subCategory a, .subCategory a:visited {
	display: block;
	color: white;
	text-decoration: none;
	text-indent: 15px;
	font-weight: bold;
	padding: 3px 0px;
	background: #3e2a36;
	text-align: left;
	}	
 .subCategory a:hover {
 	text-decoration: none;
	background: #AC6629;
	color: white;
	}	
.subCategory a.selected {
	background: #598477;
	font-weight: 400;
	}	
/* layer 2 */
.subCategory li.selected  ul {
	display: block;
	}
.subCategory li  ul  {
	display: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}		
.subCategory li ul li {
	}	
.subCategory li ul li a, .subCategory li ul li a:visited {
    color: white;
    text-align: left;
	font-size: 11px;
    text-decoration: none;
	padding: 0px;
	padding: 2px;
	text-indent: 25px;
	overflow: hidden;
	background: #5b3b50;
	}
.subCategory li ul li a:hover {
    text-decoration: none;
	 color: white;
	 background: #AC6629;
	}		
.subCategory li ul li a.selected {
    text-decoration: none;
	 color: white;
	 font-weight: bold;
	background: #AC6629;
	}	

/*layer 3 */

.subCategory li.selected ul li.selected ul {
	display: block;
	}
.subCategory li.selected ul li ul {
	display: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
	}		
.subCategory li ul li ul li {
	margin-right: 0px;
	}		
.subCategory li ul li ul li a, .subCategory li ul li ul li a:visited {
	text-indent: 35px;
	}	
 .subCategory li ul li ul li a.selected {
    text-decoration: none;
	 color: white;
	 font-weight: bold;
	}		
/* end of category menu */		
