
ul.tabs {
	margin: 0;
	padding: 0px 0px 0px 0px;
	float: left;
	list-style: none;
	height: 48px; /*--Set height of tabs--*/
	border-bottom: 1px solid #B1CEF4;
	border-left: 1px solid #B1CEF4;
	border-right: 1px solid #B1CEF4;
	border-top: 1px solid #B1CEF4;
	width:521px;
	background-image: url(../images/main/tab_bg_on.jpg);
	background-position:top right;
	color:#58769B;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0px;
	height: 48px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: auto; /*--Vertically aligns the text within the tab--*/
	border: 0px solid #B1CEF4;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	/*background: #e0e0e0;*/
	background-image: url(../images/main/tab_bg_off.jpg);
	background-position:top right;
	
}
ul.tabs li a {
	text-decoration: none;
	color:#ffffff;
	/*background-image: url(images/main/tab_bg_on.jpg);*/
	/*color: #000;*/
	display: block;
	/*font-size: 12px;*/
	
	padding: 12px 61px 0px 19px;
	border: 0px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	
}
ul.tabs li a:hover {
	/*background: #ff0000;*/
	/*background-image: url(images/main/tab_bg_on.jpg);*/
	
	
}
 
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	/*background:#3366FF;*/
	background-image: url(../images/main/tab_bg_on.jpg);
	background-position:top right;
	color:#58769B;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
html ul.tabs li.active a   { 
color:#58769B;

}
.tab_container {
	border: 1px solid #B1CEF4;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width:521px;
	/*background: #fff;*/
	background-image: url(../images/main/tab_bg.jpg);
}
.tab_content {
	padding: 0px 12px 12px 12px;
	/*font-size: 11px;*/
}
.tabedbullet{font-family: Tahoma, Verdana, Arial, Helvetica; color:#8F98A2; font-weight:bold; font-size: 11px;}
.tabedtxt{font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 11px; line-height: 16px;}
.tab{font-family: Tahoma, Verdana, Arial, Helvetica; font-weight:bold;}