div.treeview
{margin:0px;
padding:0px;
}


.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
background-image:none;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
background-image:none;
}

.treeview li.submenu
{
color: #FFD84A;
text-decoration:none;
display:block;
width:169px;
padding-top:0px;
padding-bottom:5px;
padding-left:22px;

background: url(images/closed.gif) no-repeat left top;
cursor: hand !important;
cursor: pointer !important;
background-color:#00317D;
min-height:22px;
border-top:1px solid #00317D;

}

.treeview li.submenu a:link, .treeview li.submenu a:visited
{
color: #FFD84A;
text-decoration:none;
display:block;
width:169px;
height:18px;
padding-top:5px;

/*background: url(images/closed.gif) no-repeat left;

padding-bottom:5px;
padding-left:22px;

background-color:#00317D;*/
cursor: hand !important;
cursor: pointer !important;

}
.treeview li.submenu a:hover
{
	
/*background: url(images/open.gif) no-repeat left;
padding-top:5px;
padding-bottom:5px;
background-color:#00317D;
*/
cursor: hand !important;
cursor: pointer !important;


}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none;
background-image:none;
margin-top:5px;
margin-bottom:-5px;


/*Hide them by default. Don't delete. */
}
.treeview li.submenu ul a:link, .treeview li.submenu ul a:visited

{
background-image:none;
background-color:#005996;
width:169px;
padding-top:6px;
padding-bottom:7px;
padding-left:22px;
font-size:12px;
margin-left:-22px;

display:block;
color: #99BDD5;
text-decoration:none;
border-top:1px solid #00317D;

}



.treeview li.submenu ul a:hover
{

background-color:#337AAB;
color: #ffffff;
background-image:none;
padding-top:6px;
padding-bottom:7px;


}


.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

