.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 0px;
}

.treeview .hitarea {
	/*background: url(/images/treeview/treeview-default.gif) -64px -25px no-repeat;*/
	height: 16px;
	float: left;
	cursor: pointer;
}
/* 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; }

.menu .treeview li.expandable span.hover {
	background: url(/images/arrowRightLinkBlue.gif) no-repeat 2px 3px; cursor: pointer; }

.menu .treeview  li#contact-us span.hovermenuitem {
	background: url(/images/arrowRightLinkBlue.gif) no-repeat 2px 3px; cursor: pointer; }

/*.menu .treeview * li.last span.hovermenuitem {
	background: url(/images/arrowRightLinkGrey.gif) no-repeat 2px 3px; cursor: pointer; }*/

.menu .treeview li ul li span{ font: 100%/1.2 Arial, Verdana, Geneva, Helvetica, sans-serif; cursor: pointer; color:#808080}

.treeview li { /*background: url(/images/treeview/treeview-default-line.gif) 0 0 no-repeat; */}
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { /*background-image: url(/images/treeview/treeview-default.gif);*/ }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

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

/*
.treeview-red li { background-image: url(/images/treeview/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/images/treeview/treeview-red.gif); } 

.treeview-black li { background-image: url(/images/treeview/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(/images/treeview/treeview-black.gif); }  

.treeview-gray li { background-image: url(/images/treeview/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(/images/treeview/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(/images/treeview/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(/images/treeview/treeview-famfamfam.gif); } 

.treeview .placeholder {
	background: url(/images/treeview/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}
*/

.filetree li { padding: 3px 0 3px 0; zoom:1; }

.filetree span.folder, .filetree span.file { padding: 4px 0 4px 22px; display: block; }
/*.filetree span.folder { background: url(/images/arrowDown.gif) no-repeat 0 0 ; }*/
.filetree li.collapsable  span.folder { background: #45849d url(/images/arrowDown.gif) no-repeat 4px 2px;  color: #fff; cursor:default;
	zoom:1;}

.filetree li.collapsable * span.folder { background: #fff;  color: #808080;}
.filetree span.file { /*background: url(/images/treeview/file.gif) 0 0 no-repeat; */}

/*added from menu.css*/
.menu {
	font: 100%/1.2 Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #45849d;
	margin: 20px 0 0 0;
	padding: 0;
	clear: both;
	background: transparent #fff;
}

.menu .hovermenuitem {background: url(/images/arrowRightLinkGrey.gif) no-repeat 2px 4px; cursor: pointer; }

.menu ul.l2 .hovermenuitem {background: url(/images/arrowRightLinkGrey.gif) no-repeat 10px 4px; cursor: pointer; }

.menu .treeview li.collapsable li span.hover { background: url(/images/arrowRightLinkGrey.gif) no-repeat 2px 4px ; cursor: pointer; }
	
.menu .treeview li.collapsable li.collapsable  span.folder { color: #fff; background: #808080; cursor: default; }

.menu .treeview li.collapsable li.collapsable  span.folder a { color: #fff; background: #808080; cursor: pointer; }

.menu .treeview li.collapsable li.collapsable  span.folder.hover { background: #808080 url(/images/arrowRight.gif) no-repeat 2px 4px; cursor:pointer;}

.menu .treeview li.collapsable li.collapsable  span.folder.sel-menu-item { color: #fff; background: #808080 url(/images/arrowRight.gif) no-repeat 2px 4px; cursor: default; }

.menu .treeview li.collapsable li.collapsable  span.folder.sel-menu-item a {cursor:default;}
	
.menu .treeview a {font: 100%/1.2 Arial, Verdana, Geneva, Helvetica, sans-serif; text-decoration:none; color:#808080; }

.menu .treeview  li.last a {color:#45849d; }

.menu .treeview * li.last a {color:#808080; }

.menu .treeview a:hover {text-decoration:none}

.menu .treeview ul li span.sel-menu-item { background: #808080 url(/images/arrowRight.gif) no-repeat 2px 4px ;  color: #fff; cursor:default}

.menu .treeview ul.l2 li span.sel-menu-item { background: #808080 url(/images/arrowRight.gif) no-repeat 12px 4px ;  color: #fff; cursor:default}

.menu .treeview ul li span.sel-menu-item a {color:#fff; cursor:default}

.menu .treeview  ul li ul li span.sel-menu-item { color: #fff; }

.menu ul#browser li ul li {padding-top:1px; padding-bottom:1px;}

.menu .treeview ul.l2 li span {padding-left:30px;}

/*fix for <li> spacing in IE7 */
.menu ul#browser li ul li span {zoom:1;}
.menu ul#browser li span {zoom:1;}

/*remove flash*/
ul.l0 { display: none;};
