/* class-specific */
.y { color:#FFFF00; }
.b { color:#00bbff; } /* blue */
.w { color:#FFFFFF; }
.g { color:#999999; }
.o { color:#ff9000; } /* orange */
.bold { font-weight: bold; }
.e { font-style: italic; }
.clear { clear: both; }

.g a { color:#999999; text-decoration: none; font-weight: normal; }
.g a:hover { color:#FFFFFF; text-decoration: none; font-weight: normal; }


.pad { padding-top: 2px; padding-bottom: 2px; padding-left: 4px; padding-right: 4px; }
.pet-pad { padding: 8px; }
.tree-pad { padding-top: 8px; padding-bottom: 8px; }

/* #####################MENU######################## */
/* specify font size & style, etc. */
.treemenu {
	/*
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	*/
	list-style : none;
	margin:0px;
	padding:0px;

}

.treemenu li {
	display:inline; !important
}

.treemenu li ul {
	margin:0 0 0 12px;
	padding:0 0 0 12px;
	display : none; /* hide menu at first load */
}

/* level 1 treenode link style & padding/display */
.treemenu li a, .treemenu li a:hover {
	padding: 2px 0 3px 24px;
	display : block;
	font-weight: bold;
}
.treemenu li a {
	color:#00bbff; /* blue */
}
.treemenu li a:hover {
	color:#ffffff;
}

/* treenode positions the spacing of the subnav */
.treenode ul, ul.treenode { margin:0; padding:0; }

/* level 2 treenode link style */
.treenode li a, .treenode li a:hover { 
	font-weight: bold;
}
.treenode li a {
	color:#999999;
}
.treenode li a:hover {
	color:#FFFFFF;
}

/* level 3 treenode link style */
/*
.treenode li ul li a {
	padding-left: 0px;
	display:inline;

	color:#999999;
	font-weight: normal;
}
.treenode li ul li a:hover {
	padding-left: 0px;
	display:inline;

	color:#FFFFFF;
	font-weight: normal;
}
*/

/*
treenode link adjustment
assign this class via <li class="treenode adjust-links">
this will fix the links in regular content
*/
.adjust-links li a, .adjust-links li a:hover {
	padding-left: 0px;
	display:inline;
	
}
.adjust-links li a {
	font-weight: normal;
	color: #ff9900; /* orange */
}
.adjust-links li a:hover {
	font-weight: normal;
	color: #ffffff; /* orange */
}


/* specify the open & close images */
.treemenu .treeopen, .treemenu .treeclosed {
	background-repeat: no-repeat;
	background-position: left;
}		
.treemenu .treeopen {
	background:url(../images/footprint_open.gif) top left no-repeat;
}
.treemenu .treeclosed {
	background:url(../images/footprint_closed.gif) top left no-repeat;
}


/* treenode misc */
.bg { 
	background-color:#333333; 
	/*border: 1px solid #444444; */
	margin:8px 0 8px 0; 
}
/* #####################MENU######################## */
