/***********************************************************/
	
#sub_menu {
	position: relative;
	z-index: 1000;
	text-align: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 270px;
	}
	
#sub_menu:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

	
#sub_menu li {
	margin: 0;
	padding: 0;
	position: relative;
	width: 270px;
	float: left;
	}
	
#sub_menu a {
	display: block;
	min-height: 30px;
	padding: 0 0 0 10px;
	line-height: 30px;
	color: #cc0000;
	border-top: 1px solid #eee;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	background: url(submenu_a.gif) no-repeat right center;
	}
	
* html #sub_menu a, * html #sub_menu strong {
	height: 15px;
	}

#sub_menu a:hover {
	background:  #cc0000;
	color: #fff;
	}
	
#sub_menu ul {
	display: none;
	}