/* CSS Document */



#breadcrumbs {
	position: absolute;
	top: 10px;
	left: 17px;
	color: #00B0CA;
	width: 90%;
}
#breadcrumbs ul li {
	display: inline;
	color:#666666;
	font-size: 0.6em;
	float: left;
}
#breadcrumbs ul li span {
	color: #00B0CA;
}
/* Menu NAV */



#nav {
	width:212px;
	font-size:14px;
	float: left;
	position: relative;
	left: 14px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

#nav ul {
	margin:0px;
	padding:0px;
	width:212px;
}

#nav ul li {
	height: 29px;
	list-style:none;
	cursor:pointer;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	position: relative;
	background-repeat: no-repeat;
}

#nav ul li a {
	text-decoration: none;
	color: #808080;
	width: 100%;
	display: block;
	height: 29px;  /* makes 'a' fill height 24.9.09 Don't THINK this needs to be 1% */
}

#nav ul li#m1  {
	background-image: url(../../carplus/images/m1_carplus.gif);
	text-indent:-2000px;
	
}
#nav ul li#m2  {
	background-image: url(../../carplus/images/m2_carclubs.gif);
	text-indent:-2000px;
}
#nav ul li#m3  {
	background-image: url(../../carplus/images/m3_carsharing.gif);
	text-indent:-2000px;
}
#nav ul li#m4  {
	background-image: url(../../carplus/images/m4_responsible.gif);
	text-indent:-2000px;
}
#nav ul li#m5  {
	background-image: url(../../carplus/images/m5_resources.gif);
	text-indent:-2000px;
}


#nav ul li:hover, #nav ul li.sfhover {
	position: relative;
	background-position: 0px -29px;
	background-repeat: no-repeat;
}


/*stops pop1 in 'here' highlighting all the time*/

#nav .here :hover .pop1 a, #nav .here .sfhover .pop1 a {
	color: #808080;
}

	

/*nav lev 2 pop up*/

#nav ul ul {
	text-indent:0px;
	display: none;/*use block to see pop up*/
	position: absolute;
	left: 212px;
	top: -1px;
	border:#FFFFFF solid;
	border-width:1px;
	z-index: 160;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	width: 199px;
	background-color: #FFFFFF;
}


#nav ul ul li {
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 193px;
	height: 100%;
	color: #808080;
	margin-top: 2px;
	margin-bottom: 2px;
}

#nav ul ul li a {
	height: 1%; /* 24.9.09 changed to 1% to avoid IE jiggle */
} 
#nav ul ul li:hover, #nav ul ul li.sfhover {
}
#nav ul ul li:hover a, #nav ul ul li.sfhover a {
	text-decoration: underline;
}
#nav ul ul li:hover ul a, #nav ul ul li.sfhover ul a {
	/*color: #00B0CA; stops lev3 changing to white*/
}
 
/*nav level 3*/  

#nav ul ul li:hover ul, #nav ul ul li.sfhover ul {
display: block;
background-position: 0px 0px;
  
} 

#nav ul ul ul {
	/*position: relative;
	padding-left: 5px;
	top: 0px;
	left: -5px;
	font-size: 10px;
	width: 193px; 		WE DON'T NEED THESE BUT THE BORDER IS STILL COMING THROUGH... */
	border: none;
	display: none;  /* ADDED TO THIS VERSION ONLY        */
}

#nav ul ul ul li {
	display: none;  /* ADDED TO THIS VERSION ONLY        */
} 



           
/* NAV here */



#nav li.here {
	background-position: 0px -29px;
	height: 100%;
}

#nav .here ul   {
	position: relative;
	display: block;
	left: 0px;
	width: 193px;
	margin-top: 2px;
}
#nav .here ul li   {
	width: 193px;
}

#nav .here ul ul  {
	top: 0px;
	display: block;
}
#nav .here ul ul li  {
	width: 170px;
}


/*page_item page-item-234 current_page_ancestor current_page_parent*/



#nav ul ul li.current_page_item a, #nav .here li.current_page_item, #nav ul li.current_page_parent a {
	color: #B5BF00;
	font-weight: bold;
	text-decoration: none;
	}
	

#nav ul li.page-item-234 ul li a {
	color: #808080;
	text-decoration: none;
	}
	
#nav ul ul ul li:hover, #nav ul ul ul li.sfhover {
	display: block; 
	text-decoration: underline;
	background-position: 0px 0px;
} 
	
#formtitle {
	display: none;
}

