* { margin: 0; padding: 0; }
    
.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; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }


#navigation a{
	padding-top:14px;
	}
#navigation {
	margin:2px 0 0 5px;
	padding:0px;
	text-indent:0px;
	background-color:#ecebd6;
	width:151px;
	font-size:16px;
}
#navigation a.category {
	cursor:pointer;
	height:35px;
	background-image:url(../images/nav/nav_bg.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	color:#432c28;
	display:block;
	text-indent:14px;
	text-decoration: none;
}
#navigation a.category:hover {
	background-image:url(../images/nav/nav_bg_over.gif);
}
#navigation a.selected {

}
#navigation a.current {

}

#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:block;
}
#navigation li li a {
	color:#000000;
	display:block;
	text-indent:0px;
	text-decoration: none;
	margin-left:16px;
	margin-right:6px;
}
#navigation li li a:hover {
	text-decoration:underline;
}
#navigation li li {
	list-style:none outside none;
	}

