.treeview_right ul{ /*CSS for Simple Tree Menu*/
margin: 0px;
padding: 0px;



}

.treeview_right li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(images/page.gif) no-repeat left center;
list-style-type: none;
/*padding-left: 22px;
margin-bottom: 3px;*/

	display          : block;
	font-size        : 10px;
	font-weight      : normal;
	padding          : 2px 0;
	color            : #093070;
	font-weight      : bold;
	text-indent      : 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;

}



.treeview_right li a{
text-decoration:none;
color: #093070;
font-weight:bold;

}

.treeview_right li a:hover{
text-decoration:none;
color: #FF0000;
font-weight:bold;
}

div.top_navigation_right {
font-size:10px;
margin-bottom: 10px;
padding-left: 5px;

}

div.top_navigation_right a {
text-decoration:none;
color: #093070;
font-weight:bold;
}

div.top_navigation_right a:hover {
text-decoration:none;
color: #FF0000;
font-weight:bold;
}


.treeview_right li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(closed.gif) no-repeat left 1px;
}


.treeview_right li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview_right .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}


div.main_navigation_right {
padding:0px;
/*
width:200px;
*/
}

ul#treemenu1_right {
padding: 0px;
margin: 0px;
}