.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; }
.basic, #list2, #list3, #navigation { width:20em; }



#navigation {
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#3f2020;
	width:220px;
}

#navigation a.head {
	cursor:pointer;
	border:1px solid #ffffff;
	background:#a00000 url(../images/collapsed.gif) no-repeat scroll 3px 4px;
	color:#FFFFFF;
	display:block;
	margin:0px;
	padding:0px;
	text-indent:20px;
	text-decoration: none;
	height:20px;
}
#navigation a.head:hover {
	color:#ffffff;
	background-color:#7e0000;
}
#navigation a.selected {
	background:#ffa500 url(../images/expanded.gif) no-repeat scroll 3px 4px;
	color:#3a0505;
}
#navigation a.current {
	background-color:#6d1f1f;
	color:#ffffff
}
#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 {
background:url(../images/collapsed_li.gif) no-repeat scroll 10px 4px;
	color:#ffffff;
	display:block;
	text-indent:25px;
	text-decoration: none;
	height:20px;
	
}
#navigation li li a:hover {
	background-color:#653838;
	color:#ffffff;
}



@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}