/* LEVI MENU */

	table#leftmenu-top {
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
		color: White;
		border-left: 1px solid Silver;
		background: url(menu-left-header.gif);
		width: 200px;
		height: 24px;
		padding-left: 15px;
	}
	
	table#leftmenu-bottom {
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
		color: White;
		border-left: 1px solid Silver;
		background: url(menu-left-bottom.gif);
		width: 200px;
		height: 24px;
		padding-left: 15px;
	}

	table#leftmenu {
		border : 1px solid Silver;
		font-size: 10px;
		font-family: Verdana;
		width: 200px;
		/*width: 100%;*/
	}
	
	.leftmenu-link-top:link, .leftmenu-link-top:visited {
		color: White;
		display: block;
		padding: 0px;
		height: 15px;
		text-decoration: none;
	}
	
	.leftmenu-link-top:hover {
		color: White;
		padding: 4px 0px 4px 15px;
		text-decoration: none;
	}

	.leftmenu-link:link, .leftmenu-link:visited {
		background: url(menu-left-off.gif);
		color: #1648a0;
		display: block;
		padding: 4px 0px 4px 15px;
		height: 15px;
		text-decoration: none;
	}

	.leftmenu-link:hover {
		background: url(menu-left-on.gif);
		color: White;
		text-decoration: none;
		padding-left: 25px;
		font-weight: bold;
	}

	.leftmenu-selected:link, .leftmenu-selected:visited {
		padding-left: 25px;
		background: url(menu-left-on.gif);
		color: White;
		font-weight: bold;
		text-decoration: none;
		display: block;
		padding: 4px 0px 4px 35px;
		height: 15px;
	}
	
	.frontdrop {
		padding-left: 12px;
		padding-top: 2px;
		color: Gray;
		height: 20px;
		font-size: 10px;
		font-family: Verdana;
		width: 198px;
		z-index:50;
	}