/* My jquery website bar plugin */
/* Theme:Orange */
div.jsitebar-orange{
	position:fixed;
	width:18px;
	height:18px;
	border:1px solid #ccc;
	background-color:#F5F5F5;
	text-align:center;
	vertical-align:middle;
	font:8pt Microsoft YaHei;
	overflow:hidden;
	z-index:3;
}
div.jsitebar-orange div{
	height:18px;
	width:18x;
}
div.jsitebar-orange .d2{
	background-color:#FF6600;
	color:white;
	font-weight:bold;
}
div.jsitebar-orange:HOVER{
	border-color:#FF6600;
	cursor:pointer;
}

/* 用户自定义 */
div.jsitebar-customer{
}
div.jsitebar-customer div{
}
div.jsitebar-customer .d2{
}
div.jsitebar-customer:HOVER{
}