@charset "utf-8";
/* CSS Document */


/* --- tabs ---- */
.tabs {
	background:url(../images/img/Profile_btn-fon.png) bottom repeat-x;
	height:39px;
	padding:0px;
	margin:0px;
	padding-left:10px;
	margin-top:10px;
}
.tabs li {
	float:left;
	list-style:none;
}
.tabs li a {
	display:inline-block;
	background:url(../images/img/Profile_btn-2.png) no-repeat;
	text-align:center;
	padding-top:10px;
	width:225px;
	height:39px;
	text-decoration:none;
	font:15px Arial, Helvetica, sans-serif;
	color:#2e699a;
}
.tabs li a.active {
	background:url(../images/img/Profile_btn-1.png) no-repeat;
	color:#333333;
}
.tabs li a:hover {
	text-decoration:underline;	
}
.tabs li a.active:hover {
	text-decoration:none;	
}