#linker {
	width: 768px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFB400;
	border-right-color: #FFB400;
	border-bottom-color: #FFB400;
	border-left-color: #FFB400;
	margin: auto;
}
#linker_left{
	float: left;
	width: 23px;
	background-color: #FFB400;
}
.linkerlud{
	width: 23px;
	background-color: #FFB400;
}
#linkerlmi {
	width: 23px;
	background-color: #FFB400;
	writing-mode:rl-tb;
	Text-align:left;
	font-size:12px;
	background-position: center;
	color: #FFFFFF;
}
#linker_right {
	background-color: #FFFFFF;
	float: left;
	width: 744px;
}
#linker_right li{
	float: left;
	width: 80px;
	height: 20px;
	margin-left: 5px;
	margin-top: 12px;
	line-height: 20px;
	list-style-type: none;
	text-align: center;
	font-size: 12px;
	background-image: url(../images/linker_bg.gif);
	background-repeat: no-repeat;
}
#linker a:link{
	color: #000000;
	line-height: 20px;
	text-decoration: none;
}
#linker a:visited{
	color: #000000;
	line-height: 20px;
	text-decoration: none;
}
#linker a:hover{
	color: #333333;
	line-height: 20px;
	text-decoration: underline;
}
