#menu {
	position: absolute;
	top: 40px; /*60px;*/
	width:174px;
	height:207px;
	z-index: 10;
	background: url(/images/nav.gif);
	margin: 0px auto 0px -7px; padding: 0;
	}
#menu li {
	margin: 0; padding: 0; list-style: none;
	position: absolute; left:0;
	}
#menu li, #menu a {
	width: 174px;
	height: 35px;
	display: block;
	}
#nav1 {top:0; height:35px;}
#nav2 {top:35px; height:35px;}
#nav3 {top:70px; height:35px;}
#nav4 {top:105px; height:35px;}
#nav5 {top:140px; height:35px;}
#nav6 {top:175px; height:32px;}

#nav1 a:hover {background: transparent url(/images/nav.gif) -174px 0 no-repeat;}
#nav2 a:hover {background: transparent url(/images/nav.gif) -174px -35px no-repeat;}
#nav3 a:hover {background: transparent url(/images/nav.gif) -174px -70px no-repeat;}
#nav4 a:hover {background: transparent url(/images/nav.gif) -174px -105px no-repeat;}
#nav5 a:hover {background: transparent url(/images/nav.gif) -174px -140px no-repeat;}
#nav6 a:hover {background: transparent url(/images/nav.gif) -174px -175px no-repeat;}

#nav1 a:focus {background: transparent url(/images/nav.gif) -348px 0 no-repeat;}
#nav2 a:focus {background: transparent url(/images/nav.gif) -348px -35px no-repeat;}
#nav3 a:focus {background: transparent url(/images/nav.gif) -348px -70px no-repeat;}
#nav4 a:focus {background: transparent url(/images/nav.gif) -348px -105px no-repeat;}
#nav5 a:focus {background: transparent url(/images/nav.gif) -348px -140px no-repeat;}
#nav6 a:focus {background: transparent url(/images/nav.gif) -348px -175px no-repeat;}