@charset "UTF-8";

/*////////////////////////////////////////////////////////////
	localnavigation
////////////////////////////////////////////////////////////*/

.lnv li {
	float: left;
	list-style-type: none;
	margin-right: 1px;
}
.lnv li a {
	height: 25px;
	width: 109px;
	display: block;
	text-indent: -5000px;
	text-decoration: none;
}
.lnv .company a {
	background-image: url(/common/group/bt_01_o.gif);
	text-decoration: none;
}
.lnv .company a.selected {
	background-image: url(/common/group/bt_01.gif);
	text-decoration: none;
}
.lnv .products a {
	background-image: url(/common/group/bt_02_o.gif);
	text-decoration: none;
}
.lnv .products a.selected {
	background-image: url(/common/group/bt_02.gif);
	text-decoration: none;
}
.lnv .seminor a {
	background-image: url(/common/group/bt_03_o.gif);
	text-decoration: none;
}
.lnv .seminor a.selected {
	background-image: url(/common/group/bt_03.gif);
	text-decoration: none;
}
.lnv .news a {
	background-image: url(/common/group/bt_04_o.gif);
	text-decoration: none;
}
.lnv .news a.selected {
	background-image: url(/common/group/bt_04.gif);
	text-decoration: none;
}
.lnv:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
*html .lnv {height: 1%;}
.lnv {display: block;}
/* End hide from IE-mac */
