.LeftMenu LI.Title {
	background-image: none;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-size: 10px;
}

.LeftMenu LI.Title:hover {
	background-image: none;
}

.LeftMenu {
	font-family: Arial, Verdana;
	font-size: 11px;
	line-height: 13px;
	/*font-weight: bold;*/
	letter-spacing: 0.5px;
	text-decoration: none;
	color: #333333;
		
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.LeftMenu UL { /* CSS for Simple Tree Menu */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.LeftMenu LI { /* Style for LI elements in general (excludes an LI that contains sub lists) */
	/*background: white url(images/Box_RootParent_Empty.gif) no-repeat left center;*/
	background-image: url(Resources/Images/GUI/Menus/LeftMenu/Box_RootParent_Empty.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	margin-bottom: 0px;
}

.LeftMenu LI:hover {
	background-image: url(Resources/Images/GUI/Menus/LeftMenu/Box_RootParent_Purple.gif);
}

.LeftMenu A {
	text-decoration: none;
	color: #333333;
}

.LeftMenu A:hover {
	color: #FFFFFF;
}

.LeftMenu LI.OpenSubMenu, .LeftMenu LI.ClosedSubMenu { /* Style for LI that contains sub lists (other ULs). */
	cursor: hand !important;
	cursor: pointer !important;
}

.LeftMenu .OpenSubMenu UL LI { /* Style for LIs of ULs that are children of LIs (SubMenu) */
	background-image: url(Resources/Images/GUI/Menus/LeftMenu/Arrow_Item_Middle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	padding-left: 15px;
	cursor: default;
}

.LeftMenu LI.OpenSubMenu {
	/*background: white url(images/Box_RootParent_Minus.gif) no-repeat left 2px;*/
	background-image: url(Resources/Images/GUI/Menus/LeftMenu/Box_RootParent_Minus.gif) !important;
	background-repeat: no-repeat;
	background-position: left 2px;
}

.LeftMenu LI.ClosedSubMenu {
	/*background: white url(images/Box_RootParent_Plus.gif) no-repeat left 2px;*/
	background-image: url(Resources/Images/GUI/Menus/LeftMenu/Box_RootParent_Plus.gif) !important;
	background-repeat: no-repeat;
	background-position: left 2px;
}

.LeftMenu LI.ClosedSubMenu UL { /* Style for ULs that are children of LIs (SubMenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.LeftMenu .OpenSubMenu UL LI.LastMenuItem {
	background-image: url(Resources/Images/GUI/Menus/LeftMenu/Arrow_Item_Bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	
	padding-left: 15px;
	cursor: default;
}

/*
.Information {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.Information UL {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.Information LI {
	background-image: url(Resources/Images/GUI/Menus/InformationMenu/Box_White.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 14px;
}

.Information LI:hover {
	background-image: url(Resources/Images/GUI/Menus/InformationMenu/Box_Purple.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
}

.Information LI A {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-decoration: none;
	color: #333333;
}

.Information LI A:hover {
	text-decoration: none;
	color: #FFFFFF;	
}
*/
