/*
@ 导航栏用样式表
*/
html::-webkit-scrollbar {display:none}

.selected {
	font-weight: normal;
	background-color: #E2E2E2;
	padding: 0px 2px 0px 2px;
}

.unselected {
	font-weight: normal;
	padding: 0px 2px 0px 2px;
}

.hand {
	cursor: hand;
}

.p {
	height: 16px;
	width: 16px;
	vertical-align: middle;
	border: 0;
}

div,
body {
	font-family: Tahoma, Verdana;
	font-size: 14px;
}

#nav_root {
	padding-top: 50px;
}

jsbr {
	padding: 10px 0px;
	white-space: nowrap;
	display: block;
}

A:link {
	text-decoration: none;
	color: #000000
}

A:visited {
	text-decoration: none;
	color: #000000
}

A:active {
	text-decoration: none;
	color: #000000
}

A:hover {
	text-decoration: none;
	color: rgb(64, 158, 255);
}

#search_root {
	display: block;
	width: 100%;
	height: 40px;
	text-align: left;
	list-style: none;
	position: fixed;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
}

#search_input {
	display: none;
	padding: 6px;
	margin: 5px 15px;
	height: 30px;
	width: 90%;
	border: 1px solid;
	border-radius: 4px;
}

div.search_ul_root {
	display: none;
	background: #FFFFFF;
	margin-left: 15px;
	border-radius: 0 0 4px 4px;
	border: 1px solid;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
	list-style: none;
	width: 90%;
	max-height: 350px;
	overflow-x: auto;
	overflow-y: auto;
}

#search_ul {
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 6px;
	border-radius: 0px 0px 4px 4px;
	list-style: none;
}

div ul li {
	display: block;
	line-height: 30px;
	border-radius: 4px;
	list-style: none;
	white-space: nowrap;
}

div ul li a {
	padding: 6px 6px;
	text-decoration: none;
}

div ul li a:hover {
	background: #E9F1FE;
}

#navRightMenu
{
	width: 160px;
	list-style:none;
	display:none;
	padding:5px;
	margin:5px;
	background:white;
	position:absolute;
	box-shadow:2px 2px 5px #ccc;
	border: 1px solid #999;
	background-color: #fff;
	z-index:9999999;
}

#navRightMenu li
{
	height: 30px;
	line-height: 30px;
}

#navRightMenu li a {
	display: block;
	padding: 0 10px;
	text-decoration:none;
	color:#333;
}

#navRightMenu li a:hover {
	background-color: #ccc;
	font-weight: bold;
	color: #fff;
}