#bgnav{
	position:absolute;
	left:0;
	top:0;
	width:750px;
	height:110px;
	background:url(images/bg-top.gif) 0 0 no-repeat;
}
#nav {
	position:absolute;
	top:82px;
	left:16px;
/*	width:350px;*/
	height:10px;
}

/* menu */

#nav li {
	float: left;
	list-style-type: none;
}

#nav a {
	display: block;
	padding:0;
	margin:0;
}
#menu1 a, #menu2 a, #menu3 a, #menu4 a, #menu5 a {
	display:block;
	overflow:hidden;
	padding:10px 0 0 0;
	height: 0px !important;
	height /**/: 10px;
	background-image: url(images/menu.gif);
	margin-right:20px;
}

#menu1 a {
	width:45px;
	background-position:0 0;
}
#menu1 a:hover, #menu1 a.active{background-position:0 -10px;}

#menu2 a {
	width:56px;
	background-position:-64px 0;
}
#menu2 a:hover, #menu2 .active {background-position:-64px -10px;}

#menu3 a {
	width:43px;
	background-position:-140px 0;
}
#menu3 a:hover, #menu3 .active {background-position:-140px -10px;}

#menu4 a {
	width:42px;
	background-position:-203px 0;
}
#menu4 a:hover, #menu4 .active {background-position:-203px -10px;}

#menu5 a {
	width:86px;
	background-position:-264px 0;
}
#menu5 a:hover, #menu5 .active {background-position:-264px -10px;}

