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

#nav {
	position: absolute;
	top: 98px;
	left: 173px;
	z-index: 999;
	width: 200px;
	height: 112px;
	line-height: 20.5px;
	}
	
#nav li {
	list-style-type: none;}
	
#nav a {
	text-decoration: none;
	color: #000;}
	
#nav a:hover {
	color: #333;
	}
	
#home {
	position: absolute;
	top: 90px;
	left: 90px;
	z-index: 998;
	width: 81px;

	}
	
#home img {	border: none;}

