/***********************************************************/
#sub_menu_container,
.sub_menu_container {
	margin: 0;
	padding: 20px 0 0;
	background: #fff;
	position: relative;
	width: 180px;
	z-index: 10000;
	}
	
#sub_menu_container h3,
.sub_menu_container h3
 {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #3e647e;
	margin: 0 0 5px 10px;
	text-align: left;
	padding-right: 10px;
	font-weight: normal;
	}
	
#sub_menu_container h3 strong,
#sub_menu_container h3 strong {
	color: #02253a;
	font-weight: normal;
	}
	

	
#sub_menu {
	position: relative;
	z-index: 1000;
	text-align: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	border-bottom: 1px solid #e4eaef;
	}
	
#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 li.selected {
	background: #eee;
	}
	
#sub_menu a, #sub_menu strong {
	display: block;
	min-height: 15px;
	padding: 5px 30px 5px 10px;
	line-height: 15px;
	color: #508cc7;
	border: none;
	border-top: 1px solid #e4eaef;
	margin: 0;
	text-decoration: none;
	background: url(images/a.gif) no-repeat 170px 9px;
	font-weight: normal;
	}
	
* html #sub_menu a, * html #sub_menu strong {
	height: 15px;
	}

/** drop down **/

#sub_menu li:hover, #sub_menu li.over {
	background: #c4e7f3;
	}
	
#sub_menu ul li:hover, #sub_menu ul li.over {
	background: #a1dbed;
	}

#sub_menu li:hover a:hover, #sub_menu a:hover,
#sub_menu li.over a:hover
 {
	background-color: #508cc7;
	color: #fff;
	}
	
#sub_menu ul li:hover a:hover, #sub_menu ul a:hover,
#sub_menu ul li.over a:hover
 {
	background-color: #e6f3f9 !important;
	}

#sub_menu li:hover ul, #sub_menu li.over ul {
	display: block;
	}
	
#sub_menu li:hover ul ul, #sub_menu li.over ul ul{
	display: none;
	}
	
#sub_menu ul li:hover ul, #sub_menu ul li.over ul {
	display: block;
	}

#sub_menu ul {
	position: absolute;
	display: none;
	padding: 0;
	margin: 0;
	top: -1px;
	left: 198px;
	width: 200px;
	background: #c4e7f3;
	z-index: 10000;
	border: 1px solid #fff;
	}
	
#sub_menu ul ul {
	left: 200px;
	background: #a1dbed;
	}
	
#sub_menu ul li {
	display: block;
	float: left;
	z-index: 2000;
	position: relative;
	width: 200px;
	}
	
#sub_menu ul li.last {
	border: none;
	}
	
#sub_menu ul a, #sub_menu ul strong {
	padding: 5px 10px;
	width: auto;
	position: relative;
	height: auto;
	min-height: 15px;
	line-height: 15px;
	text-align: left;
	font-size: 10px;
	background-image: none;
	}
	
#sub_menu ul a.has_sub, #sub_menu ul strong.has_sub{
	background: url(images/a.gif) no-repeat 180px 7px;
	}
	
* html #sub_menu ul a, * html #sub_menu ul strong {
	height: 1px;
	}
	