/* CSS Document */


.menu_footer{
	padding-top:10px;
	color:#4d909f;
	text-decoration:none;
}

.menu_footer:HOVER{
	padding-top:10px;
	color:#000;
	text-decoration:none;
}



.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
	width: 190px; /* Menu Width */
	list-style: none;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
border-bottom: 1px solid #151719 ;display: block; color: #ccc; font: bold 10px Shanti;text-decoration: none;

}
.treeview li:HOVER{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
border-bottom: 1px solid #151719 ;display: block;color: #ccc; font: bold 10px Shanti;text-decoration: none; background: #86c341;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important;
color: #014076;
border-bottom: 1px solid #151719 ;
}
.treeview li.submenu:HOVER{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important;
color: #ccc;
border-bottom: 1px solid #151719 ;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
width: 190px; /* Menu Width */
border-bottom: 1px solid #151719 ;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}


.div_menu_left{
	padding: 0px 3px 1px 3px;
}
.div_menu_left:HOVER{
	padding: 0px 3px 1px 3px;
	background: #86c341;
}
.div_menu_left_on{
	padding: 0px 3px 1px 3px; 
	background: #86c341;
	border-bottom: 1px solid #151719 ;
}
.menu_left {font:15px Shanti;text-decoration: none; color: #ffffff; } 
.menu_left:HOVER { font: 15px Shanti;text-decoration: none; color: #666;}
.menu_left_on { font: 15px Shanti;text-decoration: none;color: #ffffff;}
.menu_left_on:HOVER { font:15px Shanti;text-decoration: none;color: #ffffff;}

.div_submenu_left{
	padding: 0px 3px 1px 10px; 
	background: #4b840b;
}
.div_submenu_left:HOVER{
	padding: 0px 3px 1px 10px; 
	background: #4b840b;
}
.div_submenu_left_on{
	padding: 0px 3px 1px 10px;
	background: #4b840b;
}
.submenu_left {color: #fff; font:13px Shanti;text-decoration: none;} 
.submenu_left:HOVER {color: #000; font:13px Shanti;text-decoration: none;}
.submenu_left_on {color: #000; font:13px Shanti;text-decoration: none;}
.submenu_left_on:HOVER {color: #000; font:13px Shanti;text-decoration: none;}
