.menuLft {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 190px;
padding: 0px;
margin: 0px;
}

.menuLft h1 {
display: block; 
background-color:#FF9900;
font-size: 90%; 
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:159px;
}

.menuLft ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
.menuLft ul li {
margin: 0px;
padding: 0px;
}
.menuLft ul li a {
font-size: 100%;
display: block;
border-bottom: 1px dashed #C39C4E;
padding: 5px 0px 5px 4px;
text-decoration: none;
color: #666666;
width:170px;
}

.menuLft ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}



/*  left side menu */

/* hack for IE5.5 */
* html .menuLft ul {margin-left:-16px; ma\rgin-left:0;}

/* get rid of the table */
.menuLft table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}




/* style the 2nd level links */
.menuLft ul ul a, .menuLft ul ul a:visited {
display:block; 
text-decoration:none;
height:25px;
text-align:center;
line-height:25px;
width:150px;/* controls the width of 2nd level rollover backgrounds */
color:#3e3e37; /* all text color*/
text-indent:0px;
/* a background color controls the background color of the menu items */

border-width:0 1px 1px 0;
}

/* hack for IE5.5 */

/* style the link hover */
* html .menuLft a:hover {color:#fff; background:#949e7c;}

.menuLft :hover > a {
color:#fff; /* controls the color of all rollover text */
background:#949e7c; /* controls the color of all rollover backgrounds */
}

.menuLft ul li:hover > a {
color:#fff; /* controls the color of 2nd level rollover text */
background:#949e7c; /* controls the color of 2nd level rollover backgrounds */
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menuLft ul ul {
visibility:hidden;
position:absolute;
top:0;
left:199px;
background:#e2dfa8;
width:150px; 
}
/* make the second level visible when hover on first level list OR link */
.menuLft ul li:hover ul,
.menuLft ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menuLft ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menuLft ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menuLft ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menuLft ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
.menuLft .first {
	height:40px;
	text-decoration:none;
	text-align:center;
	padding-top:5px;
	color:#330000;
	font-weight:bold;
	background:url(i/lft_menu.gif) no-repeat;
	font-size: 16px;
	width:199px;
display:block;
}

