/* tabs */
ul.tabs {
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	margin: 0 0 0px;
	list-style: none;
	color: white;
}
* html ul.tabs {margin-bottom: 0;}
ul.tabs li {
	text-align: center;
	float: left;
	margin-right: 1px;
}
ul.tabs li a {
	display: block;
	padding: 0 13px 1px;
	margin-bottom: -1px;
	/*color: #444;*/
	color: white;
	text-decoration: none;
	cursor: pointer;
	/*background: #F9F9F9;*/
	background: url(../img/button2.png);
	width: 132px;
	height: 25px;

	/*border: 1px solid #EFEFEF;*/
	border-bottom: 1px solid #F9F9F9;
	position: relative;
}
* html ul.tabs li a {float: left}
*+html ul.tabs li a {float: left}
ul.tabs li a:hover {
	color: white;
	padding: 0 13px;
	/*background: #FFFFDF;*/
	background: url(../img/button1.png);
	width: 132px;
	height: 25px;

	/*border: 1px solid #FFCA95;*/
}
ul.tabs li.tab-current a {
	/*color: #444;*/
	/*background: #EFEFEF;*/
	font-weight : bold;
	color: white;
	background: url(../img/button.png);
	width: 132px;
	height: 25px;
	padding: 0px 13px 0px;
	/*border: 1px solid #DDD;*/
	/*border-bottom: 1px solid #EFEFEF;*/
}
div.t2,
div.t3,
div.t4 {
	display: none;
}

div.t1,
div.t2,
div.t3,
div.t4 {
	font-size: 16px;
	/*border: 1px solid #DDD;*/
	/*background: #EFEFEF;*/
	/*margin-top: -5px;*/
	background: url(../img/button4.gif) repeat-x;
	width:770px;
/*	height: 25px;*/
	padding: 0 12px;
}
/* end tabs */

ul.sub li{
	text-align: center;
	float: left;
	margin-right: 0px;
	overflow:hidden;
}
	
ul.sub {
	height: 25px;
	line-height: 25px;
	/*margin: 0 0 3px;*/
	list-style: none;
	color: white;
}
ul.sub li a:hover {
	color: white;
	padding: 0;
	/*background: #FFFFDF;*/
	background: url(../img/bgsub.jpg); repeat-x;
	/*margin-top: -19px;*/
	/*width: 180px;*/
	height: 25px;

	/*border: 1px solid #FFCA95;*/
}
ul.sub li a {
	display: block;
	padding: 0;
	margin-bottom: -1px;
	/*color: #444;*/
	color: white;
	text-decoration: none;
	cursor: pointer;
	/*background: #F9F9F9;*/
	/*background: url(../img/button1.png);*/
	/*width: 180px;*/
	height: 25px;
/*background: url(../img/razdel.png) no-repeat;*/
	/*border: 1px solid #EFEFEF;*/
	border-bottom: 1px solid #F9F9F9;
	position: relative;
}
.razdel{
	background: url(../img/razdel.png) no-repeat;
width:4;
height:29;

}

