/* CSS Document */

/***************************styles for left vertical flyout navigation***************************/
#leftMenu {
z-index:900;
width:195px; 
font-size:12px;
position:relative;
}
/* remove all the bullets, borders and padding from the default list styling */
#leftMenu ul {
padding:0;
margin:0;
list-style-type:none;
}
#leftMenu ul ul {
/*width:150px;*/

}



#leftMenu li {
position:relative;
line-height:25px;
border-bottom:1px solid #cccccc;
}
/* style the links for the top level */
#leftMenu a, .leftMenu a:visited {
display:block;
font-family:Helvetica, Arial, sans-serif;
font-size:12px;
text-decoration:none; 
color:#000; 
width:175px; 
height:25px; 

background:#fff; 
line-height:25px;
padding-left:10px;
}
/* adds green bar to subnav */
#leftMenu a.top {
border-top:7px solid #7bc143;
}



/* style the second level background */
#leftMenu ul ul a.drop, #leftMenu ul ul a.drop:visited {
background:#fff;


}
/* style the second level hover */
#leftMenu ul ul a.drop:hover{
background:#fff;
color:#000;


}
/* style the second level hover */
*html #leftMenu ul ul li a:hover {
background:#fff;
color:#000;
}
#leftMenu ul ul :hover > a.drop {
background:#fff;
}
/* style the third level background */
#leftMenu ul ul ul a, #leftMenu ul ul ul a:visited {
background:#fff;
}
/* style the third level hover */
#leftMenu ul ul ul a:hover {
background:#fff;

}
/* style the third level hover */
*html #leftMenu ul ul ul a:hover {
background:#fff;
}
#leftMenu ul ul ul :hover > a {
background:#fff;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#leftMenu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:0;
left:180px; 
width:156px;
z-index:900;
background:#fff;

}
/* another hack for IE5.5 */
* html #leftMenu ul ul {
top:0px;
t\op:1px;
}

/* position the third level flyout menu */
#leftMenu ul ul ul{
left:158px;
top:0;
width:150px;
position:absolute;
}

/* style the second level links */
#leftMenu ul ul a, #leftMenu ul ul a:visited {
background:#fff; 
color:#7bc143; 
font-family: Helvetica, Arial, sans-serif;
font-size:12px;
height:auto;
line-height:1em; 
padding:5px 5px; 
width:145px;

border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
}
*html #leftMenu ul ul a, *html #leftMenu ul ul a:visited {
background:#fff; 
color:#7bc143; 
height:auto; 
line-height:1em; 
padding:5px 5px; 
width:156px;
}
/* style the top level hover */
#leftMenu li:hover,
#leftMenu a:hover{
color:#7bc143; 
background:#fff;
} 
#leftMenu ul ul a:hover{
color:#000; 
background:#fff;
}
#leftMenu :hover > a {
color:#3f9af7;
background:#fff;
}
#leftMenu ul ul :hover > a {
color:#fff;
background:#3f9af7;
}
/* make the second level visible when hover on first level list OR link */
#leftMenu ul li:hover ul,
#leftMenu ul li.sfhover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
#leftMenu ul li:hover ul ul,
#leftMenu ul li.sfhover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
#leftMenu ul li:hover ul li:hover ul,
#leftMenu ul li.sfhover ul li.sfhover ul{
visibility:visible;
}
.clear {
clear:both;
}

