/* LEFT NAV FLY-OUT */
#left_nav {
    margin:0;
    padding:0;
}
#left_nav .more {
    position: relative;
    list-style-type: none;
    list-style-image: none;
    font-size: .9em;
}
#left_nav .sub_Lnav li {
    position:relative;
    font-size: 1.0em;
    border-style: solid; /* firefox - keep border properties in separate lines */
    border-width: 1px;
    border-color: #717171;
    float: left;
    list-style-type: none;
    list-style-image: none;
}
#left_nav .sub_LnavB li {
    position:relative;
    font-size: 1.0em;
    border-style: solid; /* firefox - keep border properties in separate lines */
    border-width: 1px;
    border-color: #717171;
    float: left;
    list-style-type: none;
    list-style-image: none;
}
#left_nav li .lm_cat {
    margin-left:12px;
    margin-right:0px;
    overflow:hidden;
}    
#left_nav a {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #454545;
    text-decoration: none;
    width:224px;
    padding: 3px 0px 7px 0px;
    display: block;
    line-height:13px;
    vertical-align:middle;
}
#left_nav a:hover {
    text-decoration: none;
    color: #ffffff;
}
#nav_lm {
    position:relative;
    top:-3px;
    z-index:9;
    background-color:#f58220;
    background-image: url('../images/leftmargin/cat_slice.gif');
}

/* SUB NAV */
.sub_Lnav {
    display: none;
    position: absolute;
    left: 252px;
    top: -10px;
    font-weight: bold;
    font-size: 100%;
    padding: 1em 0;
    margin: 0px;
    vertical-align: top;
    line-height:17px;
    z-index:11;
}
.last .sub_Lnav {right: -1.6em; left: auto;}

.active .sub_Lnav {
    display: block;
}

.sub_Lnav li a {
	padding: 5px .5em !important;
}
.sub_LnavB {
    display: none;
    position: absolute;
    left: 252px;
    bottom: -10px;
    font-weight: bold;
    font-size: 100%;
    padding: 1em 0;
    margin: 0px;
    vertical-align: top;
    line-height:17px;
    z-index:11;
}
.last .sub_LnavB {right: -1.6em; left: auto;}

.active .sub_LnavB {
    display: block;
}

.sub_LnavB li a {
	padding: 5px .5em !important;
}
#sub_Lnav li a
{
    background-image: none;
    background-color: #dfdfdf;
    color: #222222;
    font-weight: normal;
    width:180px;
    height:100%;
}
#sub_Lnav a:hover
 {
    background-color: #f58220;
    color: #000000;
    font-weight: normal;
}
