/* tab menu buttons */

#tabmenu {
	position: relative;
	margin-top: 57px;
	margin-left: 0px;
	padding: 0px;
	}
#tabmenu li {width: 80px; height: 26px; position: absolute; top: 0px; background: url(../images/tabs.gif) 0 0 no-repeat; display: block; list-style: none;}
#tabmenu a {width: 80px; height: 26px; display: block; border: solid 0px #fff;}
#tabmenu a:hover {border: none;}

#tabmenu #panel1c {left: 1px; background: url(../images/tabs.gif) 0px -52px no-repeat;}
#tabmenu #panel2c {left: 81px; background-position: -80px 0;}
#tabmenu #panel2c a:hover {background: url(../images/tabs.gif) -80px -26px no-repeat;}
#tabmenu #panel3c {left: 161px; background-position: -160px 0;}
#tabmenu #panel3c a:hover {background: url(../images/tabs.gif) -160px -26px no-repeat;}
#tabmenu #panel4c {left: 241px; background-position: -240px 0;}
#tabmenu #panel4c a:hover {background: url(../images/tabs.gif) -240px -26px no-repeat;}
#tabmenu #panel5c {left: 321px; background-position: -320px 0;}
#tabmenu #panel5c a:hover {background: url(../images/tabs.gif) -320px -26px no-repeat;} 

