.treeview {
	text-transform: uppercase;	
	font-weight: bold;
}

.treeview, .treeview ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.treeview ul {
    background-color: #FFFFFF;
    margin-top: 4px;	
}
.treeview .hitarea {
    cursor: pointer;
    display: none;
    float: left;
    height: 16px;
    margin-left: -16px;
    width: 16px;
}
* html .hitarea {
    display: inline;
    float: none;
}
.treeview li {
    margin: 0;
    /*padding: 3px 0 3px 0;*/
}
.treeview li li {
    margin-left: 16px;
    /*padding: 3px 0 3px 16px;*/
	
}
.treeview a.selected {
}
#treecontrol {
    display: none;
    margin: 1em 0;
}
.treeview .hover, .hover_to_submenu, .treeview li a:hover {    
    cursor: pointer;
    text-decoration: none;	
	color: #fff;		
	background: #1D8165 url("images_fs/menu_arrow.png") center right no-repeat;
}
.treeview li {
}
.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 {
}
.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 center;
}
.treeview .placeholder {
    display: block;
    height: 16px;
    width: 16px;
}
.filetree li {
    padding: 3px 0 2px 16px;
}
.filetree span.folder, .filetree span.file {
    display: block;
    padding: 1px 0 1px 16px;
}
.filetree span.folder {
}
.filetree li.expandable span.folder {
}
.filetree span.file {
}
ul.browser.treeview {
    border-bottom: 2px solid #BBBBBB;
    border-top: 2px solid #BBBBBB;
    padding: 6px 0;
}
.treeview li, .treeview li a, .treeview li.collapsable a {
    color: #4A4E4F;
    font-weight: bold;
}

.treeview li a {
	display: table-cell;
	vertical-align: middle;
	width: 343px;
	height: 44px; /*44*/
	padding: 0 24px 0 12px;
	/*background: #F3F3F1 url("images_fs/menu_arrow.png") center right 10px no-repeat;*/
	background: #F3F3F1 url("images_fs/menu_arrow.png") center right no-repeat;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
    text-decoration: none;
	font-size: 15px;
	font-weight: bold;	
}


.treeview li.last a, .treeview li.lastExpandable a {
	border-bottom: 1px solid #DDDDDD;
}

.treeview li.collapsable a {
	/*background: url("images_fs/menu_collapsable.jpg");*/	
	color: #fff;
	background: #1D8165 url("images_fs/menu_arrow.png") center right 10px no-repeat;
}

/*
.treeview .sub .last a {
	border: 0 !important;	
}*/

.treeview .sub li a {
	background: #fff url("images_fs/menu_arrow.png") center right 10px no-repeat !important;
	display: block;
	width: auto;
	border-top: none;
	border-left: none;
	border-right: none;	
	border-bottom: 1px dotted #D2D2D2;
	padding: 4px 24px 10px 0;	
	font-size: 12px;
	font-weight: bold;
}

.treeview .sub li a:hover {
	color: #11795b !important;
}

.treeview .sub li li a {
	background: #fff !important;
}

.treeview li li.collapsable a, .treeview li li.expandable a, .treeview li li a {
    /*background: none;*/
	background: #fff url("images_fs/menu_arrow.png") center right 10px no-repeat !important;
    color: #616161 !important;
    display: block;
    /*font-weight: normal;*/
    padding-left: 10px !important;
	height: auto;
}
.treeview-menu {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    bottom: -20px;
    box-shadow: 1px 1px 3px #888888;
    left: 16px;
    padding: 0 2px;
    position: absolute;
    z-index: 9;
}
.treeview-first {
    margin-bottom: 4px;
}
.treenode-active {
}


/*footer-menu*/
ul.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
}