#top_menu, #top_menu li {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#top_menu {
  z-index:100;
  width:960px;
  position:absolute;
  top:100px;
  height:33px;
  background-color: #717171;
  text-indent:0px;
  list-style-type: none;	
  border:0px solid;
}

#top_menu li {
	position:absolute;
	height:300px;
	border:0px solid;
	overflow:visible;
}

#top_menu_li_a {
	text-decoration: none;
	display: block;
	text-align     :  center;
	max-width      :  150px;
	height         :  25px;
	padding         :  8px 15px;
	padding-bottom:0px;
	padding-bottom  :  0px;
  font-family     :  arial;
  font-weight     :  normal;
  font-size       :  10px;
  background:#717171;
  color           :  #ffffff;
	border-top      : none;
	margin:0px;
}

#top_menu_li_a:hover {
	background-color: #0064b2;
	color: #fff;
}


#top_submenu1, #top_submenu2, #top_submenu3, #top_submenu4, #top_submenu5, #top_submenu6{
text-indent:0px;
position:absolute;
top:33px;
border:none;
left:0px;
visibility:hidden;
padding:0px;
width:150px;
height:250px;
opacity: .90;
filter: alpha(opacity=90); 
-moz-opacity: 0.9;
}

#ti{
float:left;
   height:auto;
  text-decoration :  none;
	display         :  inline;
	text-align      :  left;
	float           :  left;
	clear           :  left;
	padding-bottom         :  3px;
	width           :  150px;
  background      :  #717171;
  color           :  #fff;
  border-top      :  1px solid #ccc ;
}
#ti_a, #ti a{
text-decoration: none;
	display: block;
	text-align     :  left;
	max-width      :  220px;
	height          :   auto;
	padding         :  7px 10px 7px 10px;
	padding-bottom  :  0px;
  font-family     :  arial;
  font-weight     :  normal;
  font-size       :  10px;
  background:#717171;
  color           :  #ffffff;
	border-top      : none;
  
}


#ti a:hover, #ti a:hover{
	background-color: #0064b2;
	color: #fff;
}

