
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: #93A5D2 no-repeat;
list-style-type: disc;
padding-left: 0;
margin-bottom: 3px;
position: relative;
left: -30px
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: #93A5D2 no-repeat;
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. */
padding-left: 50px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

BODY {
	BACKGROUND-ATTACHMENT: fixed; BACKGROUND-COLOR: #E1EAFF; BACKGROUND-REPEAT: no-repeat; 
	scrollbar-face-color: #CCDBFF; 
	scrollbar-shadow-color: #ABB9DC; 
	scrollbar-highlight-color: #ABB9DC; 
	scrollbar-3dlight-color: #ABB9DC; 
	scrollbar-darkshadow-color: #ABB9DC; 
	scrollbar-track-color: #E1EAFF; 
	scrollbar-arrow-color: #003399
}
TD {
	COLOR: #003399; FONT-FAMILY: Trebuchet MS, Verdana, Tahoma, Arial; FONT-SIZE: 13px; LINE-HEIGHT: 15px; 
}
P {
	COLOR: #003399; FONT-FAMILY: Trebuchet MS, Verdana, Tahoma, Arial; FONT-SIZE: 13px; LINE-HEIGHT: 15px; 
}
A {
	FONT-WEIGHT: normal; LETTER-SPACING: 0px; TEXT-DECORATION: none
}
A:link {
    font-family: Trebuchet MS, Verdana, Tahoma, Arial; font-size:13px; color:#003399; text-decoration:none
}
A:active {
    font-family: Trebuchet MS, Verdana, Tahoma, Arial; font-size:13px; color:#003399; text-decoration:none
}
A:visited {
    font-family: Trebuchet MS, Verdana, Tahoma, Arial; font-size:13px; color:#003399; text-decoration:none
}
A:scroll:hover { 
    color:#BAD1E7; background-color:none; text-decoration: none;
}
A:hover {
    font-family: Trebuchet MS, Verdana, Tahoma, Arial; font-size:13px; color:#BAD1E7; background-color:none; text-decoration:none
}
A.scroll {
    color:#1B2242; text-decoration: none; 
}


