.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
padding-top:3;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(layout_images/nav_open2.gif) no-repeat left center;
list-style-type: none;
padding-top:0;
padding-left: 13px;
margin-bottom: 3px;
COLOR: #595959;
font-family : sans-serif;
font-size: 12px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(layout_images/nav_colse.gif) no-repeat left 1px;
cursor: default !important;
cursor: default !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;
padding-top:3;
COLOR: #595959;
FONT-WEIGHT: normal; 
position:relative;
font-family : sans-serif;
left: -13px;
font-size: 12px;
}
.treeview .submenu ul li ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: none;
padding-top:3;
background:none;
position:relative;
COLOR: #00a6e6;
FONT-WEIGHT: normal; 
font-family : sans-serif;
text-decoration:underline;
font-size: 12px;
left: -13px;
}
.topNav{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: hand;
COLOR: #595959;
FONT-WEIGHT: bold; 
font-family : sans-serif;
text-decoration:none;
padding-top:3;
}

.midNav { 
cursor: hand;
padding-top:3;
COLOR: #595959;
FONT-WEIGHT: normal; 
font-family : sans-serif;
text-decoration:none;}
.midNav A:link {
cursor: hand;
COLOR: #595959;
FONT-WEIGHT: normal; 
font-family : sans-serif;
text-decoration:none;
}
.midNav A:visited {
cursor: hand;
COLOR: #595959;
FONT-WEIGHT: normal; 
font-family : sans-serif;
text-decoration:none;
}
.midNav A:hover {
cursor: hand;
COLOR: #595959;
FONT-WEIGHT: normal; 
font-family : sans-serif;
text-decoration:none;
}
.topNav { cursor: hand;
COLOR: #595959;
FONT-WEIGHT: bold; 
font-family : sans-serif;
text-decoration:none;}
.topNav A:link {
cursor: hand;
COLOR: #595959;
FONT-WEIGHT: bold; 
font-family : sans-serif;
text-decoration:none;
}
.topNav A:visited {
cursor: hand;
COLOR: #595959;
FONT-WEIGHT: bold; 
font-family : sans-serif;
text-decoration:none;
}
.topNav A:hover {
cursor: hand;
COLOR: #595959;
FONT-WEIGHT: bold; 
font-family : sans-serif;
text-decoration:none;
}
