
.container {width: 740px; margin: 0px 0px 0px 0px;}
ul.tabs {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	height: 50px;
	border-bottom: 0px solid #999;
	border-left: 0px solid #999;
	width: 100%;
	background-image:url('../image/tab_bg.jpg');
}
ul.tabs li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 50px;
	line-height: 31px;
	border: 0px solid #999;
	border-left: none;
	margin-bottom: 0px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0px 0px;
	border: 0px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	/*background: #ccc;*/
	
}


html ul.tabs li.Title_Tabs1
{
	width:135px;
}

html ul.tabs li.Title_Tabs2
{
	width:135px;
}

html ul.tabs li.Title_Tabs3
{
	width:130px;
}

html ul.tabs li.Title_Tabs4
{
	width:100px;
}

html ul.tabs li.Title_Tabs5
{
	width:100px;
}



/* ====================================== */
/* °¢ ÅÇÀÇ ½ÇÇàµÇ°í ÀÖ´Â Over ÀÌ¹ÌÁö ¼ÂÆÃ */
/* ====================================== */
html ul.tabs li.Title_Tabs1.active
{
	background-image:url('../image/tab_principle_over.jpg');
}

html ul.tabs li.Title_Tabs2.active
{
	background-image:url('../image/tab_description_over.jpg');
}

html ul.tabs li.Title_Tabs3.active
{
	background-image:url('../image/tab_data_over.jpg');
}

html ul.tabs li.Title_Tabs4.active
{
	background-image:url('../image/tab_references_over.jpg');
}

html ul.tabs li.Title_Tabs5.active
{
	background-image:url('../image/tab_information_over.jpg');
}

/* ====================================== */

html ul.tabs li.active, html ul.tabs li.active a:hover  {
	/*background: #fff;*/
	/*background-image:url('menu_product05.jpg');*/
	border-bottom: 0px solid #fff;
}
.tab_container {
	border: 0px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding-top: 10px;
	/*font-size: 1.2em;*/
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	
	border: 0px;
	/*float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
	*/
}
.LinkURL
{
	text-decoration: none;
	color: #000;

}