/**
 * header.css
 * type: default skin
 */

/*


#HEADER div.item_globalHome{
	width:315px;
	padding-top:17px;
	padding-right:10px;
	float:left;
	text-align:right;
	}
#HEADER div.item_fontSizeCtrl{
	width:139px;
	padding-top:17px;
	float:left;
	text-align:center;
	}


#ROOF {
	width:auto;
	height:32px;
	margin:0;
	padding:0 0 0 20px;
	overflow:hidden;
	background:url(../../thkcom/widgets/roof/background.gif) repeat-x scroll;
}
#ROOF img {
	border:0;
}
#ROOF ul {
	margin:0;
	padding:0;
	list-style:none;
}
#ROOF li {
	display:block;
	float:left;
	height:32px;
	width:127px;
	margin:0;
	padding:0;
	background:url(../../thkcom/widgets/body/headings/header_menu.gif) no-repeat;
}

#ROOF li.parent_first {
	display:block;
	float:left;
	height:32px;
	width:97px;
	background:url(../../thkcom/widgets/body/headings/header_menu_first.gif) no-repeat;
}

#ROOF li.parent_3 {
	display:block;
	float:left;
	height:32px;
	width:137px;
	background:url(../../thkcom/widgets/body/headings/header_longmenu.gif) no-repeat;
}

#ROOF li.parent_end{
	display:block;
	float:left;
	height:32px;
	width:127px;
	background:url(../../thkcom/widgets/body/headings/header_menu_end.gif) no-repeat;
}


#ROOF li.active {
	display:block;
	float:left;
	height:32px;
	width:127px;
	background:url(../../thkcom/widgets/body/headings/current_header_menu.gif) no-repeat;
}

#ROOF li.parent_first_active {
	display:block;
	float:left;
	height:32px;
	width:97px;
	background:url(../../thkcom/widgets/body/headings/current_header_menu_first.gif) no-repeat;
}

#ROOF li.parent_active3{
	display:block;
	float:left;
	height:32px;
	width:137px;
	background:url(../../thkcom/widgets/body/headings/current_longheader_menu.gif) no-repeat;
}


#ROOF li.parent_end_active{
	display:block;
	float:left;
	height:32px;
	width:127px;
	background:url(../../thkcom/widgets/body/headings/current_header_menu_end.gif) no-repeat;
}

#ROOF li a{
	position: relative;   
	top: 10px;
	left: 10px;
	text-decoration: none;
}
*/

