div#homeicon {
	display: inline;
	float: left;
	width: 235px;
	height: 75px;
	margin: 15px 0 0 280px;
}
div#homeicon a {
	display: block;
	width: 100%;
	height: 100%;
	overflow:hidden;
}

/*********************** MENU ITEMS *******************************/
div#topmenu {
	display: inline;
	float: left;
	height: 15px;
}
div#topmenu a {
	display: block;
	width: 100%;
	height: 100%;
	overflow:hidden;
}

div.gregstory {
	width: 102px;
	margin: 22px 0 0 14px;
}
div.gregstory a:hover {
	background: url(images/gregs_story_on.gif);
	background-repeat: no-repeat;
}
div.onpage_gregstory {
	width: 102px;
	margin: 22px 0 0 14px;
	background: url(images/gregs_story_on.gif);
	background-repeat: no-repeat;
}

div.journal {
	width: 115px;
	margin: 22px 0 0 15px;
}
div.journal a:hover {
	background: url(images/gregs_journal_on.gif);
	background-repeat: no-repeat;
}
div.onpage_journal {
	width: 115px;
	margin: 22px 0 0 15px;
	background: url(images/gregs_journal_on.gif);
	background-repeat: no-repeat;
}

div.galleries {
	width: 120px;
	margin: 22px 0 0 11px;
}
div.galleries a:hover {
	background: url(images/photo_galleries_on.gif);
	background-repeat: no-repeat;
}
div.onpage_galleries {
	width: 120px;
	margin: 22px 0 0 11px;
	background: url(images/photo_galleries_on.gif);
	background-repeat: no-repeat;
}

div.shows {
	width: 145px;
	margin: 22px 0 0 13px;
}
div.shows a:hover {
	background: url(images/shows_on.gif);
	background-repeat: no-repeat;
}
div.onpage_shows {
	width: 145px;
	margin: 22px 0 0 13px;
	background: url(images/shows_on.gif);
	background-repeat: no-repeat;
}

div.buyprints {
	width: 90px;
	margin: 22px 0 0 12px;
}
div.buyprints a:hover {
	background: url(images/buy_prints_on.gif);
	background-repeat: no-repeat;
}

div.onpage_buyprints {
	width: 90px;
	margin: 22px 0 0 12px;
	background: url(images/buy_prints_on.gif);
	background-repeat: no-repeat;
}

div.contact {
	width: 100px;
	margin: 22px 0 0 13px;
}
div.contact a:hover {
	background: url(images/contact_on.gif);
	background-repeat: no-repeat;
}

div.onpage_contact {
	width: 90px;
	margin: 22px 0 0 13px;
	background: url(images/contact_on.gif);
	background-repeat: no-repeat;
}


/* OTHER MENUS */
div#showmenu {
	display: inline;
	float: left;
	height: 15px;
}
div#showmenu a {
	display: block;
	width: 100%;
	height: 100%;
	overflow:hidden;
}

div.upcoming {
	width: 240px;
	margin: 22px 0 0 20px;
	background: url(images/upcoming_header_off.gif);
	background-repeat: no-repeat;
}
div.upcoming a:hover {
	background: url(images/upcoming_header_on.gif);
	background-repeat: no-repeat;
}
div.onpage_upcoming {
	width: 240px;
	margin: 22px 0 0 20px;
	background: url(images/upcoming_header_on.gif);
	background-repeat: no-repeat;
}

div.past {
	width: 125px;
	margin: 22px 0 0 310px;
	background: url(images/pastevents_header_off.gif);
	background-repeat: no-repeat;
}
div.past a:hover {
	background: url(images/pastevents_header_on.gif);
	background-repeat: no-repeat;
}
div.onpage_past {
	width: 125px;
	margin: 22px 0 0 310px;
	background: url(images/pastevents_header_on.gif);
	background-repeat: no-repeat;
}














div#logoviewer {
	display: inline;
	float: left;
	height: 18px;
	width: 103px;
/*	margin: 100px 0 0 21px; */
	margin: 0 0 0px 18px;
}
div#logoviewer a {
	display: block;
	width: 100%;
	height: 100%;
	overflow:hidden;
}


div#sidemenu {
	display: inline;
	float: left;
	height: 40px;
	width: 263px;
	margin-bottom: 3px;
}
div#sidemenu a {
	display: block;
	width: 100%;
	height: 100%;
	overflow:hidden;
	margin-bottom: 3px;
}

