.tree_accordion_container		{width:300px;

}


.treeview ul{ /*CSS for Simple Tree Menu*/
/*margin: 0;*/
padding: 0;
display:block;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background-color: white;
background-image: url(list.gif);*/
background-repeat: no-repeat;
background-position: left center;
text-align:left;
list-style-type: none;
padding-left: 22px;
padding-bottom: 5px;
padding-top:5px;
margin-bottom: 0px;
font-size: 12px;
line-height: 18px;
font-weight: normal;
font-style: none;
font-family:Verdana, Geneva, sans-serif;
display:block;
}


.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
text-align:left;
/*background-color: white;*/
background-image: url(closed.gif);
background-repeat: no-repeat;
background-position: left 1px;
cursor: hand !important;
cursor: pointer !important;
font-size: 13px;
line-height: 18px;
font-weight: bold;
font-style: none;
font-family:Verdana, Geneva, sans-serif;
color:#333366; 
border-bottom-color:#666;
border-bottom-width:1px;
border-bottom-style:solid;
}

.treeview li.submenu	a:hover{ 
/*background-color: white;
background-image: url(list.gif);*/
color:#F3F;
background-repeat: no-repeat;
background-position: left center;
text-align:left;
list-style-type: none;
cursor: hand !important;
cursor: pointer !important;
padding-bottom: 3px;
margin-bottom: 0px;
font-size: 13px;
line-height: 18px;
font-weight: bold;
font-style: none;
font-family:Verdana, Geneva, sans-serif;

}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
text-align:left;
display: none; /*Hide them by default. Don't delete. */
font-size: 12px;
line-height: 18px;
font-weight: normal;
font-style: none;
font-family:Verdana, Geneva, sans-serif;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
text-align:left;
cursor: default;
font-size: 12px;
line-height: 18px;
font-weight: normal;
font-style: none;
font-family:Verdana, Geneva, sans-serif;
border-bottom-color:#666;
border-bottom-width:0px;
border-bottom-style:none;
}


.treeview .submenu ul li a:hover{ 
/*background-color: white;
background-image: url(list.gif);*/
color:#F3F;
background-repeat: no-repeat;
background-position: left center;
text-align:left;
list-style-type: none;
cursor: hand !important;
cursor: pointer !important;
padding-bottom: 3px;
margin-bottom: 0px;
font-size: 12px;
line-height: 18px;
font-weight: normal;
font-style: none;
font-family:Verdana, Geneva, sans-serif;

}


.expand_contract		{
font-size: 10px;
line-height: 15px;
font-family:Verdana, Geneva, sans-serif;
text-decoration:none;
}

.expand_contract a		{
font-size: 10px;
line-height: 15px;
font-family:Verdana, Geneva, sans-serif;
text-decoration:none;
}

.expand_contract a:hover		{
font-size: 10px;
line-height: 15px;
font-family:Verdana, Geneva, sans-serif;
color:#F3F;
text-decoration:none;
}