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

.nav{
	width: 230px;
	float:left;
	padding: 0px;
	font-size:14px;
	line-height:18px;
	background-color: #FFF;

}

#title {
	border-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;

}


.container .nav h1 {
	margin: 0px;
	padding: 0px;
}






#img{
	
	background-position: 0px -48px;

	background-repeat: no-repeat;
}










.nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.nav ul li {
	margin-bottom: 15px;
	margin-left: 45px;

}

.nav ul li a {
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 169px;
}

.nav ul li a:hover{

	background-repeat: no-repeat;
	background-position: 0px -24px;
}

#imagenav{
	margin-top: 100px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.nav ul li a {
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 169px;
}

#imagenav a:hover{

	background-repeat: no-repeat;
	background-position: 0px 0px;
}
