ul#dropdown {
	margin: 0;
	list-style-type: none;
	vertical-align: bottom;
	width: 595px;
	margin-left: 1px;
	}	
#dropdown li  {
	display: block;
	float: left;
	height: 143px;
	}
ul#dropdown li a {
	list-style-type: none;	
	}
.menuCategory a {	
	display: none;
	text-align: center;
	font-size: .9m;
	height: 143px;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;	
	}
.menuCategory a span {
	display: none}	
.menuCategory #dropdown1 a {
	display: block;
	width: 69px;
	background: url(../images/menu_home.png) no-repeat;
	}	
.menuCategory #dropdown1 a:hover {
	background: url(../images/menu_home_r.png) no-repeat;
	}		
.menuCategory #dropdown2 a {
	display: block;
	width: 114px;
	background: url(../images/menu_community.png) no-repeat;
	}	
.menuCategory #dropdown2 a:hover {
	background: url(../images/menu_community_r.png) no-repeat;
	}	
.menuCategory #dropdown7 a {
	display: block;
	width: 140px;
	background: url(../images/menu_living.png) no-repeat;
	}	
.menuCategory #dropdown7 a:hover {
	background: url(../images/menu_living_r.png) no-repeat;
	}			
.menuCategory #dropdown8 a {
	display: block;
	width: 178px;
	background: url(../images/menu_health.png) no-repeat;
	}	
.menuCategory #dropdown8 a:hover {
	background: url(../images/menu_health_r.png) no-repeat;
	}	
.menuCategory #dropdown9 a {
	display: block;
	width: 92px;
	background: url(../images/menu_contact.png) no-repeat;
	}	
.menuCategory #dropdown9 a:hover {
	background: url(../images/menu_contact_r.png) no-repeat;
	}								
ul#dropdown li a:hover {
	}
#dropdown11  a {
	}		
	
	
#catRootname {
	position: absolute;
	top: 167px;
	left: 10px;
	color: white;
	font-family: Georgia1, Georgia, serif;
	font-size: 19px;
	line-height: 35px;
	max-height: 35px;
	overflow: hidden;
	text-indent: 5px;
	}	
#subMenu {
	margin-top:35px;
	}	
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: 1px 0 0px 0;
	}
.subCategory {
	margin-left: 0px;
	}	

/* layer 1 */
.subCategory a, .subCategory a:visited {
	display: block;
	color: #4f3525;
	width: 100%;
	height: 25px;
	padding-top: 5px;
	font-family: Georgia1, Georgia, serif;
	font-size: 14px;
	text-decoration: none;
	text-indent: 20px;
	background: #cfb050;
	border-bottom: 1px solid #b89f51;
	text-align: left;
	}	
 .subCategory a:hover {
 	text-decoration: none;
	background: #EFD995;
	color: #75000c;
	}	
.subCategory a.selected {
	color: #75000c;
	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 {
    display: block;
    color: #75000c;
    text-align: left;
	font-size: 13px;
    text-decoration: none;
	width: 100%;
	padding: 0px;
	padding-top: 5px;
	height: 20px;
	text-indent: 30px;
	overflow: hidden;
	background: #EFD995;
	border-bottom: 1px solid #cfb050;
	}
.subCategory li ul li a:hover {
    text-decoration: none;
	 color: white;
	 background: #cfb050;
	}		
.subCategory li ul li a.selected {
    text-decoration: none;
	 color: #4F3525;
	}	

/*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 5px 0;	
	}		
.subCategory li ul li ul li {
	margin-right: 8px;
	}		
/* end of category menu */		