#main {
	width: 1024px;
	height: 768px;
	background: #fff url(../images/layout/bg-sitemap.jpg) no-repeat;
	margin: 0 auto;
	position:relative;
}

#content {
	width: 350px;
	height: 260px;
	overflow: hidden;
	position: absolute;
	left: 66px;
	top: 90px;
	font-size: 11pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#333224;
}

	#uparrow {
		left: 428px;
		top: 76px;
		background: url(../images/layout/uparrow.png);
	}
	
	#downarrow {
		left: 436px;
		top: 334px;
		background: url(../images/layout/downarrow.png);
	}

#nav {
	display:none;
}

	#nav ul {
		position:relative;
		display:block;
		padding:0;
		margin:0;
	}
	#nav ul li {
		display:block;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0;
		padding:0;
		position:absolute;
	}
	#nav ul li a {
		display:block;
		text-decoration:none;
		text-indent:-9999px;
		background-image: url(../images/layout/nav-text.png);
	}
	#nav ul li a:hover {
		background-image: url(../images/layout/nav-active.png);
	}

	.navimage {
		position:absolute;
		display:none;
		background-repeat: no-repeat;
	}

/* Custom Nav Images */

		#navimage-about {
			width: 95px;
			height: 143px;
			left: 648px;
			bottom: 28px;
			background-image: url(../images/layout/navimage-home-about.png);
		}

		#navimage-coffee {
			width: 172px;
			height: 343px;
			left: 764px;
			top: 8px;
			background-image: url(../images/layout/navimage-home-coffee.png);	
		}

		#navimage-homebarista {
			width: 187px;
			height: 370px;
			left: 657px;
			top: 0px;
			background-image: url(../images/layout/navimage-home-homebarista.png);
		}

		#navimage-cafes {
			width: 182px;
			height: 198px;
			left: 415px;
			bottom: 0px;
			background-image: url(../images/layout/navimage-home-cafes.png);
		}

		#navimage-news {
			width: 123px;
			height: 171px;
			left: 530px;
			bottom: 0px;
			background-image: url(../images/layout/navimage-home-news.png);
		}

		#navimage-contact {
			width: 298px;
			height: 250px;
			left: 635px;
			top: 110px;
			background-image: url(../images/layout/navimage-home-contact.png);
		}

/* End Custom Nav Images */

a.title, a.title:hover {
	color: #333224;
	text-decoration: underline;
	font-weight:normal;
	font-size: 10pt;
}

.topCategory {
	padding: 1px 0;
}