.treeview ul{ /*CSS for Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(images/list.png) no-repeat left center;
list-style-type: none;
padding-left: 20px;
margin-bottom: 1px;
margin-right: 0px;line-height:20px
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: rgb(209, 209, 216) url(images/open.png) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;margin-right: 220px;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: block; /*show them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default; 
}li {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.a {
	font-family: Arial, Helvetica, sans-serif; margin: 40px;
}
.logo
{
	
	border-bottom:1px solid #61A1EF;
	
	background-color:#FFFFFF;

}
.appname
{
	
	font-family:Tahoma, sans-serif;
	
	font-size:17px;
	
	font-weight:bold;
	
	color: #093E7D;
	
	white-space:nowrap;
	
	padding-right:12px;
	
	width:350px;
	
	overflow:hidden;
	
	text-overflow:ellipsis;
	
	text-transform: capitalize;

}
.appnames
{
	
	font-family:Tahoma, sans-serif;
	
	font-size:14px;	
	
	color: #3399CC;
	
	font-weight: Bold;
	
	white-space:nowrap;
	
	padding-right:12px;
	
	width:350px;
	
	overflow:hidden;
	
	text-overflow:ellipsis;
	
	text-transform: capitalize;

}
.text1
{
font-family: Arial, Helvetica, sans-serif;
	
  	font-size: 9pt;

font-weight: Bold; 


}
