/* CSS Document */
/* Insitu Engineering */
/* start of menu */
/* styles below apply to all menu buttons */

.menu_but
{
	white-space: nowrap;
	display: block;
	z-index:10;
	position: absolute;
	left: 48px;
	top: 232px;
	width: 182px;
	height: 357px;
	margin: 0em auto 0em auto;
}

.menu_but a
{
	z-index:10;
	width: 132px;
	height: 33px;
	float: left;
}

.menu_but img
{
	z-index:10;
	width: 170px;
	height: 31px;
	border: 0;
}
.menu_but div
{
	margin-top:25px;
}

a:link
{
	color:#231E9C;
}

a:visited
{
	color:#231E9C;
}
a:active
{
	color:#231E9C;
}
.menu_but a:hover img
{
	visibility:hidden
}

/* Individual menu buttons */

.menu_home_but
{
	font-family: arial, helvetica, sans-serif;
	width: 170px;
	height: 31px;
	z-index:10;
	background-image: url(../images/but_home_dn.jpg);
	background-repeat: no-repeat;
}
.menu_family_but
{
	font-family: arial, helvetica, sans-serif;
	background: url(../images/but_family_dn.jpg) no-repeat;
	width: 170px;
	height: 31px;
	z-index:10;
}
.menu_music_but
{
	font-family: arial, helvetica, sans-serif;
	background: url(../images/but_music_dn.jpg) no-repeat;
	width: 170px;
	height: 31px;
	z-index:10;
}
.menu_buy_cd_but
{
	font-family: arial, helvetica, sans-serif;
	background: url(../images/but_our_cd_dn.jpg) no-repeat;
	width: 170px;
	height: 31px;
	z-index:10;
}
.menu_schedule_but
{
	font-family: arial, helvetica, sans-serif;
	background: url(../images/but_sched_dn.jpg) no-repeat;
	width: 170px;
	height: 31px;
	z-index:10;
}
.menu_contact_but
{
	background: url(../images/but_contact_dn.jpg) no-repeat;
	width: 170px;
	height: 31px;
	z-index:10;
}

/*menu container for CD Menu*/
.menu_cd_but
{
	white-space: nowrap;
	display: block;
	z-index:10;
	position: absolute;
	left: 48px;
	top: 232px;
	width: 182px;
	height: 357px;
	margin: 0em auto 0em auto;
}

.menu_cd_but a
{
	z-index:10;
	width: 146px;
	height: 35px;
	float: left;
}

.menu_cd_but img
{
	z-index:10;
	width: 146px;
	height: 35px;
	border: 0;
}
.menu_cd_but div
{
	background:none
}
.menu_cd_but a:hover img
{
	visibility:hidden
}
/*Individual CD menu buttons*/

.menu_cd_content_but {
	position: absolute;
	z-index:10;
	left: 4px;
	top: -1px;
}
.menu_cd_content_but a:hover
{
	background: url(../images/cd_content_dn.gif) no-repeat;
}
.menu_cd_comments_but {
	position: absolute;
	z-index:10;
	left: 132px;
	top: 68px;
	width: 159;
	height: 35;
}
.menu_cd_comments_but a:hover
{
	background: url(../images/cd_comments_dn.gif) no-repeat;
}
.menu_song_samples_but {
	position: absolute;
	z-index:10;
	left: 65px;
	top: 34px;
	width: 159;
	height: 35;
}
.menu_song_samples_but a:hover
{
	background: url(../images/song_samples_dn.gif) no-repeat;
}
.menu_cd_buy_but {
	position: absolute;
	z-index:10;
	left: 65px;
	top: 34px;
	width: 159;
	height: 35;
}
.menu_cd_buy_but a:hover
{
	background: url(../images/cd_buy_now_dn.gif) no-repeat;
}

/*buy cd menu item*/
.buy_cd_now
{
	position:absolute;
	top: 519px;
	left: 264px;
	width: 113px;
	height: 95px;
	z-index:10;
}
.buy_cd_now a
{
	z-index:10;
	width: 113px;
	height: 95px;
	float: left;
}

.buy_cd_now img
{
	z-index:10;
	width: 113px;
	height: 95px;
	border: 0;
}
.buy_cd_now a:hover
{
	background: url(../images/buy_cd_now_dn.gif) no-repeat;
}
.buy_cd_now div
{
	background:none;
}
.buy_cd_now a:hover img
{
	visibility:hidden
}

.disable_but a:hover img
{
visibility:visible
}
