/*------- navigation ----*/

#hnavi {
}
#hnavi ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
#hnavi li{
list-style-type:none;
display:block;
float:left
}

#hnavi a{
display:block;
text-decoration:none;
text-indent:-9999px;
height:49px;
width:121px;
border:none;
}


#hnavi a.m1{
	background-image: url(img/menu1.gif);
	background-repeat: no-repeat;
}

#hnavi a:hover.m1,
#hnavi a.m1on{
background:url(img/menu1d.gif) no-repeat;
}
#hnavi a.m1_on{
	background-image: url(img/menu1d.gif);
	background-repeat: no-repeat;
}


#hnavi a.m2{
	background-image: url(img/menu2.gif);
	background-repeat: no-repeat;
}

#hnavi a:hover.m2,
#hnavi a.m2on{
background:url(img/menu2d.gif) no-repeat;
}
#hnavi a.m2_on{
	background-image: url(img/menu2.gif);
	background-repeat: no-repeat;
}

#hnavi a.m3{
	background-image: url(img/menu3.gif);
	background-repeat: no-repeat;
}

#hnavi a:hover.m3,
#hnavi a.m3on{
background:url(img/menu3d.gif) no-repeat;
}
#hnavi a.m3_on{
	background-image: url(img/menu3d.gif);
	background-repeat: no-repeat;
}

#hnavi a.m4{
	background-image: url(img/menu4.gif);
	background-repeat: no-repeat;
}

#hnavi a:hover.m4,
#hnavi a.m4on{
background:url(img/menu4d.gif) no-repeat;
}
#hnavi a.m4_on{
	background-image: url(img/menu4d.gif);
	background-repeat: no-repeat;
}

#hnavi a.m5{
	background-image: url(img/menu5.gif);
	background-repeat: no-repeat;
}
#hnavi a:hover.m5,
#hnavi a.m5on{
background:url(img/menu5d.gif) no-repeat;
}
#hnavi a.m5_on{
	background-image: url(img/menu5d.gif);
	background-repeat: no-repeat;
}
#hnavi a.m6{
	background-image: url(img/menu6.gif);
	background-repeat: no-repeat;
}
#hnavi a:hover.m6,
#hnavi a.m6on{
background:url(img/menu6d.gif) no-repeat;
}
#hnavi a.m6_on{
	background-image: url(img/menu6d.gif);
	background-repeat: no-repeat;
}
#hnavi a.m7{
	background-image: url(img/menu7.gif);
	background-repeat: no-repeat;
}
#hnavi a:hover.m7,
#hnavi a.m7on{
background:url(img/menu7d.gif) no-repeat;
}
#hnavi a.m7_on{
	background-image: url(img/menu7d.gif);
	background-repeat: no-repeat;
}