
.ipnavbox {width:185px;border:1px solid #F7AB78;padding:1px;}
.ipnavtop {padding:4px 10px;background:#D5E6FB URL(/images/nav1108-topbg.gif) repeat-x;}
.ipnavtop img {margin-right:6px;}


#treemenu1 {margin-left:10px;margin-top:10px;}


.treeview {
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	line-height:15px;
	padding-left: 0px;
}


.treeview ul{
	margin: 0px;
	padding: 0px;
}

.treeview a {text-decoration:none;color:#003366;}
.treeview a:hover{text-decoration:none;color:#FF6600;}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(/images/nav1108-icon-arrow2.gif) no-repeat left 2px;
list-style-type: none;
padding-left: 14px;
margin-bottom: 3px;
}

.treeview li.submenu { /* Style for LI that contains sub lists (other ULs). */
background: white url(/images/nav1108-icon-plus2.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

.treeviewselected{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003366;
	text-decoration:none;
	line-height:15px;
}

.treeviewselected ul{ /*CSS for Simple Tree Menu*/
margin: 0px;
padding: 0px;
}

.treeviewselected a {text-decoration:none;color:#003366;}
.treeviewselected a:hover {text-decoration:none;color:#FF6600;}


.treeviewselected li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(/images/nav1108-icon-arrow2.gif) no-repeat left 2px;
list-style-type: none;
padding-left: 14px;
margin-bottom: 3px;
}

.treeviewselected li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(/images/nav1108-icon-plus2.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}

