a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
}
.navi {
	width: 153px;
	border-bottom: 1px solid #CACACA;
	margin-bottom:20px;
}

#menu .navi h2 {
	margin: 0px;
	background-image:none;
}
.navi ul {
	line-height: 2em;
	margin: 0px 0px 5px 7px;
	list-style-type: none;
	padding: 0px;
	font-size: 14px;
}
.navi li {
	padding-left: 14px;
}
.navi a {
	color: #333333;
}


#outline {
	background:url(images/outline_bg.gif);
}
#outline li {
	background: url(images/outline_ico.gif) no-repeat left center;
}
#information {
	background:url(images/info_bg.gif);
}
#information li {
	background: url(images/info_ico.gif) no-repeat left center;
}
#exhibitors {
	background:url(images/exhib_bg.gif);
}
#exhibitors li {
	background: url(images/exhib_ico.gif) no-repeat left center;
}
#previous_exhibits {
	background:url(images/pre_bg.gif);
}
#previous_exhibits li {
	background: url(images/pre_ico.gif) no-repeat left center;
}
#message_board {
	background:url(images/mess_bg.gif);
}
#message_board li {
	background: url(images/mess_ico.gif) no-repeat left center;
}

