* { margin: 0; padding: 0; }

h1, h2 { font-family: 'trebuchet ms', verdana, arial; padding: 10px; margin: 0 }
h1 { font-size: large }
h3 { margin-top: .5em; }
#main { padding: 1em; }
#banner { padding: 15px; background-color: #06b; color: white; font-size: large; border-bottom: 1px solid #ccc;
    background: url(bg.gif) repeat-x; text-align: center }
fieldset { padding: 8px; }
legend { font-weight: bold; }
    
.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 {
	margin:0px;
	padding:0px;
	text-indent:0px;
	margin-top:4px;
}
.navColumn
{
    width:237px; height:24px;
}

#navigation a.head {
	cursor:pointer;
	background: url(navbg2.gif) no-repeat scroll;
	color:#035785;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px; padding-top:1px;
	text-indent:24px; height:23px; line-height:23px;
	text-decoration: none;width:237px; text-align:left;
}
#navigation a.head:hover {
	color:#0E506A;
}
#navigation a.selected {
	background-image: url(navbg1.gif);
}
#navigation a.current {
	
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
    background-color:#FFF;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a 
{
	text-align:left;
	background:#F2F2F2 url(navItemIcon.gif) no-repeat 20px 5px;
	color:#0085A5;
	display:block;
	text-indent:34px;
	text-decoration: none;
	margin:2px 0px;
	height:22px; line-height:22px;
}
#navigation li li a:hover {
	background-color:#0E506A;
	color:#FF0000;
}