/*Containers for Menu Bar

   lhside.css*/

   

   #button1{
	top: 225px;
	padding-top: 4px;
	text-align: center;
	left: 55px;
}

   

   #button2{
	top: 270px;
	padding-top: 1px;
	text-align: center;
	left: 55px;
}

   

   #button3{
	top: 315px;
	padding-top: 1px;
	text-align: center;
	left: 55px;
}

   

   #button4{
	top: 360px;
	padding-top: 4px;
	text-align: center;
	left: 55px;
}



   #button5{
	top: 405px;
	padding-top: 8px;
	text-align: center;
	left: 55px;
}

   

   #button6{
	top: 270px;
	padding-top: 4px;
	text-align: center;
	left: 135px;
}

   

   #button7{
	top: 315px;
	padding-top: 8px;
	text-align: center;
	left: 135px;
}

   

   #button8{
	top: 360px;
	padding-top: 4px;
	text-align: center;
	left: 135px;
}

   

   #button9{
	top: 405px;
	padding-top: 4px;
	text-align: center;
	left: 135px;
}


.button {
	/*left: 15px;*/
	width: 80px;
	height: 45px; /*border: medium double Blue;*/
	position: absolute;
	font-size: 9px;
	line-height: 10px;
	vertical-align: middle;
	text-align: center;
	color: Blue;
	background-image: url(../images/buttonback.gif);
	background-color: inherit;
}

