/* +++ sprites & buttons updated 9:56 PM 6/3/2004 +++ */
#logobox  {
/*	border-bottom: blue 4px solid;*/
	color: blue;
	background: white;
/*	background: blue url(../pix/bluestrip.jpg) repeat-x;*/
}
#logobox  {
}
#menubox    {
	background: #004 url(../pix/blueStrip.jpg) top left repeat-x;
    }
.imagewrap {
	margin: 0 0 0 0;
	width: 145px;
	height: 250px;
	height: 245px;/* all buttons visible */
	overflow: hidden;
	background: aqua;
	position: absolute;
	top: 0;
	left: 0;
/*	border: 1px solid white;*/
}
#buttons {
    background: navy url(../pix/bluebuttons.jpg) top left  no-repeat;
    width: 145px; 
	height: 250px;
    margin: 0 0 0 0px; 
    padding: 0;
    position: relative;
/*	border: 1px solid yellow;*/
}
#buttons ul, #buttons li {
    margin: 0; 
    padding: 0;
    list-style: none;
    position: absolute;
	left: 0;
/*  	border: 1px solid yellow;*/
	text-align: center;
}
#buttons li, #buttons a {
    width: 145px;
    display: block;
	color: black;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;}
#buttons li#panel6b, #buttons li.#panel6b a {
	font-size:15px;}
#buttons a {
 	padding-top: 7px;
}

#buttons a:hover {
	color: blue;
	text-decoration: none;	
	padding-top: 10px;
}

#panel1b {top: 28px; height: 34px;}
#panel2b {top: 64px; height: 34px;}
#panel3b {top: 100px; height: 34px;}
#panel4b {top: 136px; height: 34px;}
#panel5b {top: 172px; height: 34px;}
#panel6b {top: 208px; height: 34px;}

#panel1b a:hover {
    background: transparent url(../pix/bluebuttons.jpg) -145px -28px no-repeat;
	 height: 32px;}
#panel2b a:hover {
    background: transparent url(../pix/bluebuttons.jpg) -145px -64px no-repeat;
	 height: 32px;}
#panel3b a:hover {
    background: transparent url(../pix/bluebuttons.jpg) -145px -100px no-repeat;
	 height: 32px;}
#panel4b a:hover {
    background: transparent url(../pix/bluebuttons.jpg) -145px -136px no-repeat;
	 height: 32px;}
#panel5b a:hover {
    background: transparent url(../pix/bluebuttons.jpg) -145px -172px no-repeat;
	 height: 32px;}
#panel6b a:hover {
    background: transparent url(../pix/bluebuttons.jpg)
    -145px -208px no-repeat;
	 height: 32px;}



