/* LEFT NAV */
div#ListWrapper {
	background-position:right;
	background-repeat:repeat-y;
	/*margin-left:5px;*/
	margin-right:0px;
	padding-bottom:40px;
	padding-top:28px;
	background-color:#E9F8F2;
	width:167px;
}

div.animated_list, div.selected_list_item_top, div.selected_list_item_bottom {
	width:175px;
	margin-left:-4px;
}

div.selected_list_item_top, div.selected_list_item_bottom, #top_spacer, #blue_block, #block {
    position:absolute;
}

div.animated_list {
	z-index:30;
	width:167px;
	margin-left:0px;
}

div.animated_list ul {
    margin-top:24px;
	background-color:transparent;
	position:relative;
}


div.animated_list ul li {
	font-size:12px;
	color:#0078c1;
	list-style:none;
	/*line-height:170%;*/
	padding-top:2px;
	padding-bottom:2px;
	width:inherit;
	padding-left:6px;
	border-bottom:1px solid #C6E2D7;
	position: relative;
    z-index: 100;
    background:transparent url(/_imgs/mly/09/shared/leftnav/bkg.png) no-repeat 167px 0px;

}
div.animated_list ul li.selected 
{
    /*z-index: 99;*/
    background-position:0px 0px;
    font-weight:bold;
}

div.animated_list ul li.sub_category {
	padding-left:10px;
}

div.animated_list ul li.hilight {
    font-weight: normal;
    background-color:#E2F9EF;
}

div.animated_list ul li.index a:link
{
    font-weight:bold;
    color:#666666;
}

div.animated_list ul li.lined {
	background:transparent url(http://media.ef.com/_imgs/ly/08/_shared/leftnav/solidline.gif) no-repeat scroll left bottom;	
}

div.animated_list ul li.plain {
	background:none;
}

div.animated_list ul li a:link, div.animated_list ul li a:hover, div.animated_list ul li a:visited {
	color:#000000;
	text-decoration:none;
}
div.selected_list_item_top {
	background-image:url("http://media.ef.com/_imgs/ly/09/shared/leftnav/menu_top.png");
	background-repeat:no-repeat;
	margin-left:1px;	
	/*z-index:10;*/
	height:46px;
	position:relative;
}

/* IE 7 fix */
*:first-child+html div.selected_list_item_top {
	margin-left:-1px;
}
/* IE 6 fix */
* html div.selected_list_item_top {
	margin-left:-1px;
}

div#top_spacer {
	position:relative;
	top:7px;
	background-color:#FFF;
	background-repeat:repeat-y;
	margin-left:-7px;
	z-index:5;
	width:178px;
}

div.selected_list_item_bottom {
	background-image:url("http://media.ef.com/_imgs/ly/09/shared/leftnav/menu_bottom.png");
	background-repeat:no-repeat;
	/*z-index:20;*/
	margin-left:1px;
	height:46px;
	position:relative;
}
* html div.selected_list_item_bottom {
	margin-left:-8px;	
}
div#blue_block {
	width:4px;
	margin:0 0 0 3px;
	padding-top:1px;
}
div#block {
    margin:0 0 0 0px;
    width:4px;
    background-color:#B3CDDD;
}

/* end of LEFT NAV */


.animated_list {
    clear:both;  }
.absolute {
    position:absolute;
}


/* ahover */

/* The hover element, dynamically created */
div.ahover {
    position: absolute;
    z-index: 99;
    width:167px;
    background: #cad7e4;
}
