@charset "UTF-8";
/* CSS Document */

ul#nav{
	font-size:16px;
	margin:0px 20px 0px 0px;
	list-style:none;
	list-style-position:outside;
}



ul li{
	color:#231815;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#999;
	padding:7px 0px;
}

li#establishment{
	background: url(../images/Button_establishment_outline.gif) no-repeat left center;
}

li#about{
	background: url(../images/Button_about.gif) no-repeat left center;
}

li#activity{
	background: url(../images/Button_activity.gif) no-repeat left center;
}

li#earnings{
	background: url(../images/Button_earnings.gif) no-repeat left center;
}


li#asking{
	background: url(../images/Button_asking.gif) no-repeat left center;
}


li#top{
	border-bottom:none;
}

