#siteMap .contentHead {
	float: left;
	margin: 0 0;
	padding: 6px 20px 12px;
}
#siteMap h1 {
	float: left;
	margin: 0 15px 0 0;
	font-size: 12px;
	color: #cccccc;
	font-weight: bold;
	text-transform: uppercase;
}

#siteMap .viewButton {
	float: left;
	padding: 1px 0 0 5px;
	height: 14px;
	width: 110px;
	font-size: 8pt;
	font-weight: bold;
	line-height: 12px;
	cursor: pointer;

	background: transparent url(../images/my_stack/viewtab_selected.gif) no-repeat scroll 0 0;
	color: #2D2D2D;
}
#siteMap .viewButton a {
	color: #2D2D2D;
}

#siteMap .doubleLightGrayLine {
	clear: both;
	margin: 10px 0 0;
	
}

#siteMap .contentArea {
	float: left;
/*	background-image: url(../images/my_work/gradient_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;*/
	width: 100%;
	min-height: 500px;
}
#siteMap .contentArea .column {
	float: left;
	width: 371px;
	padding: 10px;
}


#siteMap .contentArea .column ul.tree {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
#siteMap .contentArea .column ul.tree ul, 
#siteMap .contentArea .column ul.tree ul a {
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
}
#siteMap .contentArea .column ul.tree ul a:hover {
	text-decoration: underline;
}

#siteMap .contentArea .column ul.tree.treeUSH ul a {
	color: #DCCEB4;
}
#siteMap .contentArea .column ul.tree.treeD08 ul a {
	color: #86ACCF;
}
#siteMap .contentArea .column ul.tree.treeUSG ul a {
	color: #86ACCF;
}
#siteMap .contentArea .column ul.tree.treeENG ul a {
	color: #98CC8E;
}



#siteMap .treeview li.tml, 
#siteMap .treeview li.cnx, 
#siteMap .treeview li.cnc, 
#siteMap .treeview li.ess, 

#siteMap .treeview li.doc, 
#siteMap .treeview li.img, 
#siteMap .treeview li.snd, 
#siteMap .treeview li.vid {
	background-repeat: no-repeat;
	padding-left: 22px;
}

#siteMap .treeview li.img {background-image: url(../images/chapter/icon_diagram.gif);
	background-position: 0px 1px;
}
#siteMap .treeview li.snd {background-image: url(../images/chapter/icon_speech.gif);
	background-position: 0px 0px;
}
#siteMap .treeview li.vid {background-image: url(../images/chapter/icon_commentary.gif);
	background-position: 0px 1px;
}
#siteMap .treeview li.doc {background-image: url(../images/chapter/icon_article.gif);
	background-position: 2px 2px;
}

/*#siteMap .treeview li.tml {background-image: url(../images/chapter/icon_timeline.gif);
	background-position: 0px 1px;
}
#siteMap .treeview li.cnx {background-image: url(../images/chapter/icon_connections.gif);
	background-position: 0px 1px;
}
#siteMap .treeview li.cnc {background-image: url(../images/chapter/icon_concentration.gif);
	background-position: 0px 1px;
}*/
#siteMap .treeview li.tml {background-image: url(../images/my_work/vg_controller.gif);
	background-position: 0px 1px;
}
#siteMap .treeview li.cnx {background-image: url(../images/my_work/vg_controller.gif);
	background-position: 0px 1px;
}
#siteMap .treeview li.cnc {background-image: url(../images/my_work/vg_controller.gif);
	background-position: 0px 1px;
}
#siteMap .treeview li.ess {background-image: url(../images/my_work/quill.gif);
	background-position: 0px 1px;
}


/*  top right to bottom left: -48 -2,  -32 -25,  -16 -47, 0 -70 */


/* jquery treeview css */
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin-top: 4px;
}

#treeF .hitarea a {
	float: left;
	width: 16px;
	height: 16px;
}
#treeF .hitarea a span {
	display: none;
}
.treeview .hitarea {
	background: url(../images/treeview/treeview-sm-white.gif) -32px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
.treeview .hitarea:hover {
	background-position: -0px -70px;
}
.treeview .collapsable .collapsable .hitarea, 
.treeview .collapsable .expandable .hitarea {
	background-image: url(../images/treeview/treeview-sm-white.gif);
}
.treeview.treeUSH .collapsable .collapsable .hitarea, 
.treeview.treeUSH .collapsable .expandable .hitarea {
	background-image: url(../images/treeview/treeview-sm-USH.gif);
}
.treeview.treeD08 .collapsable .collapsable .hitarea, 
.treeview.treeD08 .collapsable .expandable .hitarea {
	background-image: url(../images/treeview/treeview-sm-D08.gif);
}
.treeview.treeUSG .collapsable .collapsable .hitarea, 
.treeview.treeUSG .collapsable .expandable .hitarea {
	background-image: url(../images/treeview/treeview-sm-D08.gif);
}
.treeview.treeENG .collapsable .collapsable .hitarea, 
.treeview.treeENG .collapsable .expandable .hitarea {
	background-image: url(../images/treeview/treeview-sm-ENG.gif);
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol {
	margin: 1em 0; display: none;
}

.treeview .hover {
	color: red;
	cursor: pointer;
}

.treeview li {
/*	background: url(../images/treeview/treeview-default-line.gif) 0 0 no-repeat;*/
	background-color: #000000;
}

.treeview li.collapsable,
.treeview li.expandable {
	background-position: 0 -70px;
}

.treeview .expandable-hitarea 		{background-position: -48px -2px;}
.treeview .expandable-hitarea:hover {background-position: -16px -47px;}


.treeview li.last {
	background-position: 0 -1766px;
}
.treeview li.lastCollapsable, 
.treeview li.lastExpandable {
/*	background-image: url(../images/treeview/treeview-sitemap.gif);*/
	background-repeat: no-repeat;
}
.treeview .collapsable li.lastCollapsable, 
.treeview .collapsable li.lastExpandable {
	background-image: url(../images/treeview/treeview-sm-blue.gif);
}
.treeview.treeUSH .collapsable li.lastCollapsable, 
.treeview.treeUSH .collapsable li.lastExpandable {
	background-image: url(../images/treeview/treeview-sm-USH.gif);
}
.treeview.treeD08 .collapsable li.lastCollapsable, 
.treeview.treeD08 .collapsable li.lastExpandable {
	background-image: url(../images/treeview/treeview-sm-D08.gif);
}
.treeview.treeUSG .collapsable li.lastCollapsable, 
.treeview.treeUSG .collapsable li.lastExpandable {
	background-image: url(../images/treeview/treeview-sm-D08.gif);
}
.treeview.treeENG .collapsable li.lastCollapsable, 
.treeview.treeENG .collapsable li.lastExpandable {
	background-image: url(../images/treeview/treeview-sm-ENG.gif);
}

.treeview li.lastCollapsable {
	background-position: -32px -22px;
}

.treeview li.lastExpandable {
	background-position: -48px 1px;
}


.treeview div.lastCollapsable-hitarea, 
.treeview div.lastExpandable-hitarea {
	background-position: 0;
}

