ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
}

li ul li {
	position: relative;
	float: none;
	width: 10em;
}

li ul li a:link, li ul li a:visited {
	font-family: "Tahoma", Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	color: #383838;
	display: block;
	background: white;
	width: 140px;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
	padding: 0 5px;
}

li ul li a:hover, li ul li a:active {
	background: #E4E4E4;
	text-decoration: none;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

.nav1 a:link, .nav1 a:visited {
	text-decoration: none;
	display: block;
	width: 90px;
	height: 60px;
	background: url(images/01.gif) no-repeat;
	text-indent: -9999px;
}
.nav1 a:hover, .nav1 a:active {
	background: url(images/011.gif) no-repeat;
}
.nav2 a:link, .nav2 a:visited {
	text-decoration: none;
	display: block;
	width: 87px;
	height: 60px;
	background: url(images/02.gif) no-repeat;
	text-indent: -9999px;
}
.nav2 a:hover, .nav2 a:active {
	background: url(images/021.gif) no-repeat;
}
.nav3 a:link, .nav3 a:visited {
	text-decoration: none;
	display: block;
	width: 110px;
	height: 60px;
	background: url(images/03.gif) no-repeat;
	text-indent: -9999px;
}
.nav3 a:hover, .nav3 a:active {
	background: url(images/031.gif) no-repeat;
}
.nav4 a:link, .nav4 a:visited {
	text-decoration: none;
	display: block;
	width: 117px;
	height: 60px;
	background: url(images/04.gif) no-repeat;
	text-indent: -9999px;
}
.nav4 a:hover, .nav4 a:active {
	background: url(images/041.gif) no-repeat;
}
.nav5 a:link, .nav5 a:visited {
	text-decoration: none;
	display: block;
	width: 89px;
	height: 60px;
	background: url(images/05.gif) no-repeat;
	text-indent: -9999px;
}
.nav5 a:hover, .nav5 a:active {
	background: url(images/051.gif) no-repeat;
}