#sub_menu_container {
  min-height: 1px;
}

* html #sub_menu_container {
  height: 1px;
}

#sub_menu {
	margin: 10px 10px 0 0;
	padding: 10px 0 0 0;
	background:#fff;
	font-size: 12px;
	text-transform: lowercase;
	list-style: none;
	border: none;
	border-top: 1px solid #e5e5e5;
	min-height: 1px;
	}

* html #sub_menu {
  height: 1px;
}

#sub_menu:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
}
	
#sub_menu ul,
#sub_menu li,
#sub_menu a
 {
	min-height: 1px;
	background: none;
	}

* html #sub_menu,
* html #sub_menu ul,
* html #sub_menu li,
* html #sub_menu a
 {
	height: 1px;
	}
	
#sub_menu ul:after,
#sub_menu li:after

 {
	content: ".";
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
	}
	
#sub_menu li {
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 1px;
	float: left;
	width: 140px;
	}
	
#sub_menu a {
	color: #4f5559;
	display: block;
	border: 1px solid #fff;
	padding: 4px 5px;
	min-height: 1px;
	}
	
#sub_menu a:hover {
  text-decoration: none;
}
	
#sub_menu li.over a {
	border: 1px solid #aaa;
	background: #f5f5f5;
	text-decoration: none;
	}
	
#sub_menu strong {
	font-weight: normal;
	}
	
#sub_menu ul {
	display: none;
	list-style: none;
	font-size: 12px;
	padding: 0;
	}
	
#sub_menu ul a {
	color: #9ea0a0;
	position: relative;
	}
	
#sub_menu li.selected ul {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	background: none;
	padding: 0;
	margin: 0 0 10px 10px;
	border: none;
	}
	
#sub_menu li.selected ul li {
	width: 130px;
	}

#sub_menu li.selected a {
	border: 1px solid #fff;
	background: none;
	}

#sub_menu li.selected a:hover {
	border: 1px solid #aaa;
	background: #f5f5f5;
	}

#sub_menu li.selected ul a {
	border: 1px solid #fff;
	color: #9ea0a0;
	line-height: 15px;
	height: auto;
	padding: 3px 5px;
	}
	
#sub_menu li.selected ul a:hover {
	border: 1px solid #aaa;
	background: #f5f5f5;
	color: #4f5559;
	padding: 3px 5px;
	}
	
	
#sub_menu .has_sub_over ul {
	position: absolute;
	top: 0;
	left: 140px;
	display: block;
	width: 180px;
	border: 1px solid #aaa;
	background: #f5f5f5;
	margin: 0;
	z-index: 50;
	padding: 10px;
	}
	
#sub_menu .has_sub_over ul li {
	width: 180px;
	}
	
#sub_menu .has_sub_over a
 {
	background: #f5f5f5; 
	border: 1px solid #aaa;
	color: #4f5559; 
	border-right: none;
	position: relative;
	z-index: 100;
	margin-right: -1px;
	}
	
#sub_menu .has_sub_over ul a {
	border: none;
	color: #4f5559;
	border: none;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	background: url(ul_a.gif) no-repeat 166px center;
	margin: 0;
	}
	
#sub_menu .has_sub_over ul a:hover {
	border: none;
	background: #f57f2a url(ul_a_hover.gif) no-repeat 0 0;
	color: #fff;
	}
