
#leftNav{
 	width:170px;
 	/* background-image: url(http://www.ladbrokesplc.com/images/spacer3.gif); */
 	background-image: url(../images/left_navbg.gif);
  	background-repeat: repeat-y;
  	float: left;
  	margin: 0px 0px 3px 0px;
  	padding: 0px 0px 0px 0px;
 	font-size:12px;
 	font-family:verdana;
/* 	margin-bottom:-5000px; */
}

#navImage{
/*  	padding-bottom: 5000px; */
	z-index:1000;
  	background-image: url(http://www.ladbrokesplc.com/images/spacer3.gif);
	background-repeat: repeat-y;
	background-image: url(http://www.ladbrokesplc.com/images/investorCommunity.gif);
	background-repeat: repeat-y;
	height:160px;
	margin-left:-15px;
}

#navImage a img{
	margin-top:20px;
}

#leftNav ul{
 	background-image: url(http://www.ladbrokesplc.com/images/spacer3.gif);
  	background-repeat: repeat-y;
 	width:170px;
 
 	z-index:1000;
  	margin: 0px;
  	padding: 0px;
  	list-style: none;
}

#leftNav ul ul{
	z-index:-1;
	position:absolute;
	top:5px;
 	left:164px;
 	margin:0px;
 	padding:2px 0px;
}

#leftNav ul div ul{
  	background:none;
 	clear:both;
	position:relative;
 	left:0px;
 	margin:-5px 0px 0px 0px;
 	padding:0px;
}


#leftNav ul ul ul{
 	margin:0px;
 	padding:2px 0px;
}


#leftNav ul li{
 	clear:both;
  	background-image: url(http://www.ladbrokesplc.com/images/general/menu_Item.gif);
  	background-position: 5px 0px;
  	background-repeat: no-repeat;
  	margin:0px;
  	padding:1px 0px 0px 15px; 
  	line-height:22px;
 	z-index:1000;
	
}

#leftNav ul li a{
   	background-color: #E9E9E9;
	width:140px;
 	padding:0px 0px 4px 0px;
 	text-decoration:none;
 	font-family:verdana;
  	z-index:1000;
  	background-image: url(http://www.ladbrokesplc.com/images/dot.gif);
  	background-position: 0px 23px;
  	background-repeat: repeat-x;
  	margin:-1px 0px -1px -1px;
	
} 

#leftNav ul ul {
  	background-image: url(../images/navigationsubbg.gif);
  	background-position: 3px -3px;
}

#leftNav ul ul li{
  	background-image: url(http://www.ladbrokesplc.com/images/general/menu_Item.gif);
  	background-position: 3px -3px;
  	background-repeat: no-repeat; 	
	line-height:16px;
 	margin: 0px;
 	font-size:11px;
 	/width:100%;

}


#leftNav ul ul li a{
   	background-color: #E9E9E9;
  	background-image: url(http://www.ladbrokesplc.com/images/dot.gif);
  	background-position: 3px 15px;
  	background-repeat: repeat-x;
} 



#leftNav div ul {
	position:relative;
 	z-index:1000;
	font-size:10px;
	
}

#leftNav div ul li{
	margin:0px;
 	font-size:9px;
  	z-index:1000;
	background-image: url(http://www.ladbrokesplc.com/images/general/menu_subItem.gif);
  	background-position: -2px -6px;
  	background-repeat: no-repeat; 	
	
}

#leftNav div ul li a{
	width:123px;
}

#leftNav div ul li ul{
	position:absolute;
	z-index:-1;
	
}


#leftNav div ul li div ul li ul{
 	margin-left:-20px;
	position:absolute;
	z-index:-1;
	
}


#leftNav div ul li div ul li div ul{
 	margin-left:0px;
 	z-index:1000;
	font-size:10px;
	width:130px;
	position:relative;
   	background-color:none;
	
}

#leftNav div ul li div ul li div ul li{
	width:115px;
	
}

#leftNav div ul li div ul li div ul li a{
	width:104px;
}







#leftNav div ul li div ul{
 	z-index:1000;
	font-size:10px;
	width:130px;
	position:relative;
   	background-color:none;
}

#leftNav div ul li div ul li{
	margin-left:-5px;
 	font-size:9px;
  	z-index:1000;
	background-image: url(http://www.ladbrokesplc.com/images/general/menu_subItem.gif);
  	background-position: -2px -6px;
  	background-repeat: no-repeat; 	
 	width:120px;
	
}

#leftNav div ul li div ul li a{
	width:113px;
}



#leftNav ul div{
clear:both;
}



#leftNav ul div ul li ul{
   	background-color: #E9E9E9;
	/*width:150px;*/
	margin-left:-13px;
}

#leftNav ul div ul li div ul{
   	background:none;
	margin-left:0px;

}



#leftNav ul ul li a:hover{
	color:#E70500;
}

#leftNav ul li a:hover{
	color:#E70500;
}

#leftNav ul ul ul{
 	top:2px;
}

.highlight{
	color:#BC0203;
}

ul.makeMenu, ul.makeMenu ul {
  	cursor: default;             /* gives an arrow cursor */
  	margin: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
}
ul.makeMenu li {
 	font-size:12px;
 	font-family:verdana;
  	margin: 0px;
  	padding: 2px 0px 2px 8px; 
  	list-style-type: none;       /* removes the bullet points */
  	margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  	position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
								  
}



ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */

  	display: none;               /* hides child menu blocks - one of the most important declarations */
  	position: absolute;          /* make child blocks hover without leaving space for them */
  	left: 164px;
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
/*  background-color: #ffa; */     /* gives the active menu items a yellow background */

  	color: #E70500;                 /* makes the active menu item text red */ 
}

ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */

  	display: block;              /* specially to go with the className changes in the behaviour file */
}


ul.makeMenu li:hover > ul {    
                                  
  	display: block;              /* makes the child block visible - one of the most important declarations */
}


ul ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */

  	display: block;              /* specially to go with the className changes in the behaviour file */
}



ul li:hover > ul {    
                                  
  	display: block;              /* makes the child block visible - one of the most important declarations */
}







/* and some link styles */



ul.makeMenu li a { 
 	color: #777777; 
	display: block; 
	width: 100%; 
	text-decoration: none; 
	
}

ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #000;}
ul.makeMenu li:hover > a { color: #000; } /* supports links in branch headings */


 #leftNav ul div ul li ul{
	 width:145px;
	 
	 }