/* CSS Document */

/* Navigation  */


#nav {
	list-style : none;
	overflow : hidden;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -50px;
	padding-left: 50px;
	}

#nav li {
	display:inline;
	list-style:none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#nav a {
	float: left;
	display:inline;
	padding: 22px 0 0 0;
	border:none;
	outline:none;
	overflow: hidden;
	height: 0px !important; 
	height /**/:22px; /* for IE5/Win only */
	}
	
#nav a:hover, #nav a.hover {
	background-position: 0 -22px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -44px;
	}

#aboutus a  {
	width: 81px;
	background: url(../images/about-us.gif) top left no-repeat;
	}

#wedding a  {
	width: 81px;
	background: url(../images/wedding-invitations.gif) top left no-repeat;
	}
	
#stationery a  {
	width: 94px;
	background: url(../images/letterpress-stationery.gif) top left no-repeat;
	}	

#ordering a  {
	width: 81px;
	background: url(../images/ordering.gif) top left no-repeat;
	}
		
#contactus a  {
	width: 99px;
	background: url(../images/contact-three-bells-press.gif) top left no-repeat;
	}
	
#blog a  {
	width: 52px;
	background: url(../images/blog.gif) top left no-repeat;
	}			
