/* tab pane styling */
div.tabs_content div {
	display:block;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/* root element for tabs  */
ul.tabs {

	margin:0;
	padding:0;
	height:29px;
		
}

/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;

}


/* link inside the tab. uses a background image */
ul.tabs a {
	display:block;
	height: 30px;
	line-height:35px;
	width: 130px;
	text-align:center;
	text-decoration:none;
	margin:0px;
	position:relative;
	top:1px;
	background-image: url(../images/blue2.jpg);
	background-repeat: no-repeat;
	background-position: -424px 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 15px;
}

ul.tabs a:active {
	outline:none;
	
	
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -424px -35px;
	color:#0066CC;
	
}


/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -424px -70px;
	color:#0066CC;
	font-weight: bold;
	letter-spacing: 1px;
}
/* ·|­ûªA°È */
div.tabs_content div {
	display:block;
	background-color:#fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/* root element for tabs  */
ul.tabs2 {

	margin:0 
	padding:0;
	height:29px;
		
}

/* single tab */
ul.tabs2 li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;

}


/* link inside the tab. uses a background image */
ul.tabs2 a {
	display:block;
	height: 30px;
	line-height:35px;
	width: 8.19em;
	text-align:center;
	text-decoration:none;
	margin:0px;
	position:relative;
	top:1px;
	background-image: url(../images/blue3.jpg);
	background-repeat: no-repeat;
	background-position: -424px 0;
	font-size: 15px;
	padding: 0px;
}

ul.tabs2 a:active {
	outline:none;
	
	
}

/* when mouse enters the tab move the background image */
ul.tabs2 a:hover {
	background-position: -424px -35px;
	color:#0066CC;
	
}


/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs2 a.current, ul.tabs2 a.current:hover, ul.tabs2 li.current a {
	background-position: -424px -70px;
	color:#0066CC;
	font-weight: bold;
	letter-spacing: 1px;
}
