#main {height: 100%}
   
.jscom, .mix htcom   { color: #4040c2; }
.com      { color: green; }
.regexp   { color: maroon; }
.string   { color: teal; }
.keywords { color: blue; }
.global   { color: #008; }
.numbers  { color: #880; }
.comm     { color: green; }
.tag      { color: blue; }
.entity   { color: blue; }
.string   { color: teal; }
.aname    { color: maroon; }
.avalue   { color: maroon; }
.jquery   { color: #00a; }
.plugin   { color: red; }

li { list-style-type: none; }

#navigation {
  border-left:1px #9CCFD8 solid;
  border-right:1px #9CCFD8 solid;
	border-bottom:none;
	margin:0px;
	padding:0px;
	text-indent:0px;
	width:208px;
	margin:0 auto;
}
#navigation li{
	height:30px;
	width:210px;
 font-size:13px;
	
}
/*一级菜单项*/
#navigation a.head {
	cursor:pointer;
	background:url(../images/help/helpleft02.gif) no-repeat left top;	
	color:#004A80;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:14px;
	text-decoration: none;
	height:30px;
	line-height:30px;
	padding-left:20px;
}
/*一级菜单项*/
#navigation a.head {
	background:url(../images/help/helpleft02.gif) no-repeat left top;	
	color:#004A80;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:14px;
	text-decoration: none;
	height:30px;
	line-height:30px;
	padding-left:20px;
}
/*一级菜单项翻滚样式*/
#navigation a.head:hover {
	color:#004A80;
}
/*一级菜单项展开时样式*/
#navigation a.selected {
	background:url(../images/help/helpleft02.gif) no-repeat left top;	
	color:#004A80;
}
/*二级菜单项当前选定项样式*/
#navigation a.current {
	background-color:#FFFF99;
	color:#9D080D;
	text-decoration:underline;
}
.head li a{
	line-height:30px;
	height:30px;	
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
/*子菜单项样式*/
#navigation li li a {
	color:#004A80;
	display:block;
	text-indent:10px;
	text-decoration: none;
	line-height:22px;
	height:22px;
	background:url(../images/help/helpdot2.gif) no-repeat 35px center;	
	padding-left:40px;
	
}
#navigation li li a:hover {
	color:#00AEEF;
	display:block;
	text-indent:10px;
	text-decoration: none;
	line-height:22px;
	height:22px;
	background:url(../images/help/helpdot1.gif) no-repeat 35px center;	
	padding-left:40px;
	text-decoration:underline;
}


@media print {
	#navigation ul{
		display: block!important;
		height: auto!important
	}
}