#top_menu {
	margin-top: 5px;
	border: none;
}
#top_menu .menu_link {
	display: block;
	float: left;
	width: 64px;
	height: 60px;
	overflow: hidden;
	margin: 6px 0px 0 0px;
}
#top_menu .menu_link.home { background: url('/images/menu_icons/home.png') no-repeat left top; margin-left: 30px; }
#top_menu .menu_link.home:hover { background: url('/images/menu_icons/home.png') no-repeat left -64px; }
#top_menu .menu_link.school { background: url('/images/menu_icons/school.png') no-repeat left top; }
#top_menu .menu_link.school:hover { background: url('/images/menu_icons/school.png') no-repeat left -64px; }
#top_menu .menu_link.courses { background: url('/images/menu_icons/courses.png') no-repeat left top; }
#top_menu .menu_link.courses:hover { background: url('/images/menu_icons/courses.png') no-repeat left -64px; }
#top_menu .menu_link.rates { background: url('/images/menu_icons/rates.png') no-repeat left top; }
#top_menu .menu_link.rates:hover { background: url('/images/menu_icons/rates.png') no-repeat left -64px; }
#top_menu .menu_link.acc { background: url('/images/menu_icons/accomodation.png') no-repeat left top; }
#top_menu .menu_link.acc:hover { background: url('/images/menu_icons/accomodation.png') no-repeat left -64px; }
#top_menu .menu_link.meals { background: url('/images/menu_icons/meals.png') no-repeat left top; }
#top_menu .menu_link.meals:hover { background: url('/images/menu_icons/meals.png') no-repeat left -64px; }
#top_menu .menu_link.cebu { background: url('/images/menu_icons/cebu.png') no-repeat left top; }
#top_menu .menu_link.cebu:hover { background: url('/images/menu_icons/cebu.png') no-repeat left -64px; }	
#top_menu .menu_link.gallery { background: url('/images/menu_icons/gallery.png') no-repeat left top; }
#top_menu .menu_link.gallery:hover { background: url('/images/menu_icons/gallery.png') no-repeat left -64px; }	
#top_menu .menu_link.links { background: url('/images/menu_icons/links.png') no-repeat left top; }
#top_menu .menu_link.links:hover { background: url('/images/menu_icons/links.png') no-repeat left -64px; }	
#top_menu .menu_link.contact { background: url('/images/menu_icons/contact.png') no-repeat left top; margin-right: 0px; }
#top_menu .menu_link.contact:hover { background: url('/images/menu_icons/contact.png') no-repeat left -64px; }	
#top_menu #menu_preview {
	float: left;
	height: 64px;
	width: 200px;
	margin-left: 10px;
	overflow: hidden;
	position: relative;
	text-align: left;
	border: none;
}
#top_menu #menu_preview_inner {
	position: absolute;
	top: 0px;
}
#top_menu #menu_preview_inner .preview_text {
	height: 64px;
	overflow: hidden;
}
#top_menu #menu_preview_inner .preview_text span {
	display: block;
	margin: 10px 0 0 10px;
	color: #e0e0e0;
	font-family: Tahoma, Geneva, Kalimati, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 2px 2px 3px #686868;
}
#top_menu #menu_preview_inner .preview_text span[lang|="fa"]{
	font-family: Tahoma, Geneva, Kalimati, Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: none;
	text-shadow: 2px 2px 3px #686868;
}
#top_menu #languages {
  display: block;
  float: left;
  width: 64px;
  height: 60px;
  margin: 6px 0px 0 0px;
}
#top_menu #languages #langInner {
  position: relative;
  background: url('/images/menu_icons/world_2.png') no-repeat left top;
  z-index: 10;
  width: 64px;
  height: 64px;
}
#top_menu #languages #langInner:hover { background: url('/images/menu_icons/world_2.png') no-repeat left -64px; }

#top_menu #languages #en {
  position: relative;
  background: url('/images/menu_icons/flag_us.png') no-repeat left top;        
  z-index: 1;
  width: 32px;
  height: 32px;
  top: -94px;
  left: -8px;
}
#top_menu #languages #en:hover { background: url('/images/menu_icons/flag_us.png') no-repeat left bottom; }

#top_menu #languages #de {
  position: relative;
  background: url('/images/menu_icons/flag_de.png') no-repeat left top;        
  z-index: 1;
  width: 32px;
  height: 32px;
  top: -132px;
  left: 28px;        
}
#top_menu #languages #de:hover { background: url('/images/menu_icons/flag_de.png') no-repeat left bottom; }

#top_menu #languages #fa {
  position: relative;
  background: url('/images/menu_icons/flag_ir.png') no-repeat left top;
  z-index: 1;
  width: 32px;
  height: 32px;
  top: -146px;
  left: 60px;        
}
#top_menu #languages #fa:hover { background: url('/images/menu_icons/flag_ir.png') no-repeat left bottom; }

#top_menu #languages #cn {
  position: relative;
  background: url('/images/menu_icons/flag_cn.png') no-repeat left top;        
  z-index: 1;
  width: 32px;
  height: 32px;
  top: -142px;
  left: 66px;       
}  
#top_menu #languages #cn:hover { background: url('/images/menu_icons/flag_cn.png') no-repeat left bottom; }

#top_menu #languages #kr {
  position: relative;
  background: url('/images/menu_icons/flag_kr.png') no-repeat left top;        
  z-index: 1;
  width: 32px;
  height: 32px;
  top: -140px;
  left: 52px;
}
#top_menu #languages #kr:hover { background: url('/images/menu_icons/flag_kr.png') no-repeat left bottom; }

#top_menu #languages #jp {
  position: relative;
  background: url('/images/menu_icons/flag_jp.png') no-repeat left top;        
  z-index: 1;
  width: 32px;
  height: 32px;
  top: -162px;
  left: 18px;
}
#top_menu #languages #jp:hover { background: url('/images/menu_icons/flag_jp.png') no-repeat left bottom; }

#top_menu #languages .sub { width: 32px; height: 32px; }
#top_menu #languages .sub span.value { display:none;}

