
div.tabs
{
	clear:right;
	font-size:11px;
	height:37px;
	margin-bottom:25px;
	text-align:center;
	width:800px;
}
div.tabs a
{
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:21px;
	margin-right:5px;
	padding-top:7px;
}

div.tabs a:hover	{ background-position: -0px -28px; }
div.tabs a:active	{ background-position: -0px -56px; }

div.selected
{
	background-repeat:no-repeat;
	background-position: -0px -84px;	
	color:black;
	float:left;
	font-weight:bold;
	height:30px;
	margin-right:5px;
	padding-top:7px;
}

div.t50		{ background-image: url('/_img/structure/tabs/cs1_t50.png'); width:52px; }
div.t75		{ background-image: url('/_img/structure/tabs/cs1_t75.png'); width:77px; }
div.t100	{ background-image: url('/_img/structure/tabs/cs1_t100.png'); width:102px; }
div.t125	{ background-image: url('/_img/structure/tabs/cs1_t125.png'); width:127px; }
div.t150	{ background-image: url('/_img/structure/tabs/cs1_t150.png'); width:152px; }
div.t175	{ background-image: url('/_img/structure/tabs/cs1_t175.png'); width:177px; }
div.t200	{ background-image: url('/_img/structure/tabs/cs1_t200.png'); width:202px; }
div.t225	{ background-image: url('/_img/structure/tabs/cs1_t225.png'); width:227px; }
div.t250	{ background-image: url('/_img/structure/tabs/cs1_t250.png'); width:252px; }

a.t50	{ background-image: url('/_img/structure/tabs/cs1_t50.png'); width:52px; }
a.t75	{ background-image: url('/_img/structure/tabs/cs1_t75.png'); width:77px; }
a.t100	{ background-image: url('/_img/structure/tabs/cs1_t100.png'); width:102px; }
a.t125	{ background-image: url('/_img/structure/tabs/cs1_t125.png'); width:127px; }
a.t150	{ background-image: url('/_img/structure/tabs/cs1_t150.png'); width:152px; }
a.t175	{ background-image: url('/_img/structure/tabs/cs1_t175.png'); width:177px; }
a.t200	{ background-image: url('/_img/structure/tabs/cs1_t200.png'); width:202px; }
a.t225	{ background-image: url('/_img/structure/tabs/cs1_t225.png'); width:227px; }
a.t250	{ background-image: url('/_img/structure/tabs/cs1_t250.png'); width:252px; }

div.tab
{
	clear:left;
	margin-top:25px;
}




