﻿/*Example for a easytabs Style*/
.sidetabs{
	height: 26px;
	width: 180px;
}
.sidetabs ul{
	height: 26px;
	width: 180px;
	overflow:hidden
}
.sidetabs li{
	float:left;
	height:26px;
	width:90px;
}
.sidetabs li a{
	display:block;
	width:90px;
	height:26px;
	background-image:url(../images/about/sideitem_nav.jpg);
	text-indent:-9999px;
}
.sidetabs .sn1 a{	background-position:0 0;}
.sidetabs .sn1_h a{	background-position:0 -26px;}
.sidetabs .sn2 a{	background-position:-90px 0;}
.sidetabs .sn2_h a{	background-position:-90px -26px;}

.sidetabs .sn1_h a,
.sidetabs .sn2_h a{
	position: relative;
}
.showside{ text-align:left; width:162px; margin:0px auto;}