
.leftmenu2 {
height:360px;
font-size:10px;
font-weight:bold;
width:148px;
margin:0px 0px 5px 0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.leftmenu2 ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:148px;
}

/* style the list items */
.leftmenu2 li {
background:#ffffff;
border-bottom:2px inset #AAA;
eight:26px;
/* for IE7 */
float:left;
width:100%;
}

/* khe */
.leftmenu2 li ul { width:148px; }
.leftmenu2 li ul li { border:1px solid #000;border-width: 0px 1px 2px 1px; width:148px; background:#fff; }
.leftmenu2 li ul li.first { border:1px solid #000; border-width:1px 1px 2px 1px;width:inherit; }
.leftmenu2 li ul li.headline { display:none;background:#ccc;border:1px solid #000;border-width:1px 1px 2px 1px;height:16px;padding:3px 0px;width:inherit; text-align:center; }
.leftmenu2 li.break {background:#eee; border-bottom:2px inset #aaa; line-height:10px;wdth:inherit;padding:0px; margin:0px; }


.leftmenu2 li.sub {background:#ffffff url(sub.gif) no-repeat right center;} 

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

/* style the links */
.leftmenu2 a, .leftmenu2 a:visited {
display:block; 
text-decoration:none;
height:22px;
line-height:22px;
width:148px; /* was 147px */
color:#000;
text-indent:15px;
/*
border:1px solid #000;
border-width:1px 1px 1px 1px;
font-weight:bold;
font-size:10px;
*/
}

/* hack for IE5.5 */
* html .leftmenu2 a, * html .leftmenu2 a:visited {width:148px; w\idth:147px;}
/* style the link hover */
* html .leftmenu2 a:hover {color:#000; background:#bbb; position:relative;}

.leftmenu2 li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.leftmenu2 a:active, .leftmenu2 a:focus {color:#000; background:#fff;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.leftmenu2 li:hover > a {color:#000; background:#bbb;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.leftmenu2 li ul {
visibility:hidden;
position:absolute;
top:-6px;
/* set up the overlap (minus the overrun) */
left:100px;
/* set up the overrun area */
padding:5px 15px 5px 20px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(transparent.gif);
}



/* for browsers that understand this is all you need for the flyouts */
.leftmenu2 li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.leftmenu2 ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.leftmenu2 ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.leftmenu2 ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.leftmenu2 ul a:hover ul {
visibility:visible;
}

/* make the third level visible when you hover over second level link */
.leftmenu2 ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.leftmenu2 ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.leftmenu2 ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}

</style>
