.LeftMenuBorder {
	background-color:#E5FFA5;
	border: 1;
	width:100%;
	margin:5 5 0 5;
	padding:0;
	}
.LeftMenu, .LeftSubMenu, .LeftSubMenuSel {
	font-family: sans-serif; 
	font-size: 9pt; 
	color: #000000; 
	text-decoration: none;	
	}
div.LeftMenu {
	font-weight: bold; 
	background: #F1E1BB url(/pict/bottom.jpg) ;
        background: #FFFFEE;
	border-top-width: 3px;
	border-left-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-left-style: double;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #AAAA55;
	padding:2;
	text-align:center;
	}
.LeftSubMenu, .LeftSubMenuSel {
	font-weight: normal;
	background-color:#FFFFCC;
	color; #000000;
	width: 91%;	width: "100%";
	margin: 8px 5px 8px 5px;
	padding: 2px;
	text-align:left;
	}

.LeftSubMenuSel {
	font-weight: bold;
	}

A.LeftMenu:hover, A.LeftSubMenu:hover, A.LeftSubMenuSel:hover {
	text-decoration: underline; 
	}



