/* Navigation */
	ul#navigation {
		list-style-type: none;
		padding: 0px;
		height:90px;
	}
	ul#navigation li	{
		float:left;
		position: relative;
	}
	ul#navigation li a {
		display: block;
		margin-right: 25px;
		width:91px;
		text-indent:-3000px;
		background-position: bottom;
	}
	a#nav_shopher {
		background-image: url("../images/nav_shopher.png");
		height:75px;
	}
	a#nav_shophim {
		background-image: url("../images/nav_shophim.png");
		height:75px;
	}
	a#nav_shopher:hover, a#nav_shophim:hover {
		height:80px;
	}
	a#nav_about {
		background-image: url("../images/nav_about.png");
		height:65px;
	}
	a#nav_blog {
		background-image: url("../images/nav_blog.png");
		height:65px;
	}
	a#nav_contact {
		background-image: url("../images/nav_contact.png");
		height:65px;
	}
	a#nav_about:hover, a#nav_blog:hover, a#nav_contact:hover {
		height:70px;
	}
	ul#navigation li a:hover {
		background-position:top;
	}
