/* Menu Home */
<style type="text/css" media="all">
		
		body {
			font-family:arial, serif;
			
		}
		
		ul {
			list-style:none;
			margin:0;
			padding:0;
		}
		#topmenu {
			height:12px;
			background:None;
		}
		#topmenu li {
			float:center;
			position:relative;
		}
		#menu_1{
			width:54px;
			height:20px;
			float:left;
			font-size:1.2em;
			position:absolute;left:380px
		}
		#menu_1 span{
			background:url(menu_Home.jpg) no-repeat;
			position:absolute;
			width:100%;
			height:100%;
			cursor:pointer;
		}
		#menu_2{
  width:77px;
  height:20px;
  float:left;
  font-size:1.2em;
  position:absolute;left:440px
}
#menu_2 span{
  background:url(menu_Sitemap.jpg) no-repeat;
  position:absolute;
  width:100%;
  height:100%;
  cursor:pointer;
}
#menu_3{
  width:103px;
  height:30px;
  float:left;
  font-size:1.2em;
  position:relative;
}
#menu_3 span{
  background:url(menu_3.jpg) no-repeat;
  position:absolute;
  width:100%;
  height:100%;
  cursor:pointer;
}
#menu_4{
  width:103px;
  height:30px;
  float:left;
  font-size:1.2em;
  position:relative;
}
#menu_4 span{
  background:url(menu_4.jpg) no-repeat;
  position:absolute;
  width:100%;
  height:100%;
  cursor:pointer;
}
#topmenu a:hover span {
			background-position:0 -20px;
		}


	</style>
