/* CSS Document */

  .leftmenu{
   color:#FFFFFF;
   font-size:12px;
   text-indent:30px;
   background:2px #0099FF url(../ima/tree_folder4.gif) center no-repeat;
   font-weight:bold;
   line-height:25px;
   width:220px;
  }


ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 2px;
	cursor: default;
	width:220px;
}

ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width:220px;
}
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	left: -1000em;
	top: 0;
}

ul.MenuBarVertical ul li
{
	width: 8.2em;
}
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background:10px url(../ima/tree_folder3.gif) #ffffff center no-repeat;
	padding: 0.3em 0.55em;
	color: #333;
	text-decoration: none;
	border-bottom:1px dashed #CCCCCC;
	text-indent:20px;
}
