.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 6px 0 0 0;
margin-left: 0px;
padding: 0;
padding-left:0px;
color: #31AAD2;
font-size:12px;
font-weight:bold;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: url(images/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 14px;
margin-bottom: 4px;
color: #31AAD2;
font-size:12px;
font-weight:bold;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(images/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
color: #31AAD2;
font-size:12px;
font-weight:bold;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
color: #31AAD2;
font-size:12px;
font-weight:bold;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
color: #31AAD2;
font-size:12px;
font-weight:bold;
}
A.left-menu {
	color:#124E85;
	text-decoration : none;
}
A:HOVER.left-menu{
	color:#F9B40E;
	text-decoration : underline;
}A.left-menu-main {
	color:#EFEFEF;
	text-decoration : none;
}
A:HOVER.left-menu-main{
	color:#F9B40E;
	text-decoration : underline;
}