/***********************************************************/
	
#sub_menu {
	position: relative;
	z-index: 1000;
	text-align: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	}
	
#sub_menu:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

	
#sub_menu li {
	margin: 0;
	padding: 0;
	position: relative;
	width: 200px;
	float: left;
	z-index: 1;
	background: none;
	}
	
#sub_menu a {
	display: block;
	min-height: 15px;
	padding: 7px 30px 8px 10px;
	line-height: 15px;
	color: #333;
	border: 1px solid #eee;
	border-top: 1px solid #fff;
	text-decoration: none;
	background: url(sub_menu_a.gif) no-repeat 180px center;
	}
	
* html #sub_menu a, * html #sub_menu strong {
	height: 15px;
	}

#sub_menu a:hover {
	background-color: #ddd;
	border: 1px solid #ccc;
	z-index: 100;
	}
	
	
	
	
	
#sub_menu_home {
	text-align: left;
	font-size: 12px;
	margin: 10px;
	padding: 0;
	list-style: none;
	width: 270px;
	}
	
#sub_menu_home:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

	
#sub_menu_home li {
	margin: 0;
	padding: 0;
	position: relative;
	width: 270px;
	float: left;
	z-index: 1;
	background: none;
	}
	
#sub_menu_home a {
	display: block;
	min-height: 15px;
	padding: 7px 30px 8px 10px;
	line-height: 15px;
	color: #666;
	border: 1px solid #131112;
	border-top: 1px solid #444;
	text-decoration: none;
	background: url(sub_menu_a.gif) no-repeat 240px center;
	}
	
* html #sub_menu_home a, * html #sub_menu_home strong {
	height: 15px;
	}

#sub_menu_home a:hover {
	background-color: #444;
	border: 1px solid #666;
	z-index: 100;
	color:#aaaaaa;
	}