pre { margin-bottom: 1em; }
    
.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; }


#navigation {
	border:0px solid #5263AB;
	margin:0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent:0px;
	background-color:#fff;
	width:220px;
	font-family: Tahoma;
	
}
#navigation a.head {
	cursor:pointer;
	border:0px solid #CCCCCC;
	/*background:#fff url(collapsed.gif) no-repeat ;
	background:#fff url(../../images/collapsed4.gif) no-repeat ;*/
	color:#000;
	display:block;
	font-weight: normal;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-size: 12px;
	text-indent:0px;
	text-decoration: none;
	font-family: Tahoma;
}
#navigation a.head:hover {
	color:red;
	
}
#navigation a.selected {
	/*background-image: url(collapse.gif);
	background-image: url(../../images/stories/collapse.gif);*/
}
#navigation a.current {
	color:red;
	
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px 0px 0px 0px;
	text-indent:0px;
	font-family: Tahoma;
	
	
}

#navigation li {
	list-style-type:none; 
	list-style-position: outside; 
	margin:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	vertical-align:middle;
	line-height: 18px;
	width: 100%;
}

#navigation li ul {
	
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 10px;
	
	
}

#navigation li li {
	list-style-type: disc; 
	margin:0px 0px 0px 5px;
	padding:0px 0px 0px 0px;
	text-indent:0px;
	vertical-align:middle;
	line-height: 18px;
}


ul {
	border-width:0px;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 10px;
	text-indent:0px;
	font-family: Tahoma;

	}

li {

padding:0px;
margin:0px;
background-repeat: no-repeat;
background-position: 0px 3px;
list-style-type: disc;
text-indent:0px;
}

#navigation li li a {
	color:#000000;
	display:block;
	text-indent:0px;
	padding-left: 0px;
	text-decoration: none;
	font-family: Tahoma;
}
#navigation li li a:hover {
	background-color:#ffff;
	color:#000;
	text-decoration: underline;
}

