/***********************************************************/
	
#sub_menu {
	position: relative;
	z-index: 1000;
	text-align: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #002c41;
	width: 180px;
	text-transform: uppercase;
	}
	
#sub_menu:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

	
#sub_menu li {
	margin: 0;
	padding: 0;
	position: relative;
	width: 180px;
	float: left;
	}
	
#sub_menu a {
	display: block;
	min-height: 15px;
	padding: 7px 30px 8px 10px;
	line-height: 15px;
	color: #fff;
	margin: 0;
	text-decoration: none;
	}
	
* html #sub_menu a, * html #sub_menu strong {
	height: 15px;
	}

#sub_menu a:hover {
	background: #0092c7;
	}