/* left nav */

#left-nav {
	width:207px;
        float:left;
	background-image: url(/globeop/images/generic/leftcolgrad.gif);
	background-repeat: repeat-y;
	margin:0;
	padding:0;
	}

#section {
	width:207px;
	background-color: #0d63ac;
	height:34px;
	border-bottom:1px solid #adcced;
	margin:0;
	padding:0;
} 

#ln-container {
   background-image: url(/globeop/images/generic/leftnavgrad.jpg);
	background-repeat: no-repeat;
	width:207px;
	padding:0 ;
	margin:0;
	float:left;
	background-color: #2175bd;


}


#ln-container ul {
	margin:0;
	padding:0;
	list-style-type: none;
        width:207px;
	
}

#ln-container li {
  list-style-type: none;
  background-image: url(/globeop/images/generic/li-orange.gif);
  background-repeat: repeat-y;
  border-bottom:1px solid #adcced;
  padding: 0;
  margin:0;
  display:block;
  float:left;
  width:207px;
  height:1%;	
}

#ln-container li ul li {
  list-style-type: none;
  background-image: url(/globeop/images/generic/li-orange.gif);
  background-repeat: repeat-y;
  border-top:1px solid #adcced;
  border-bottom:none;
  padding: 0;
  margin:0;
  display:block;
  width:207px;
  background-color: #e7f4fa;
}

#ln-container li.on {
	background-color: #0d63ac;

}

#ln-container li.on li.on {
	background-color: #bddff0;
	
}
#ln-container ul li a {
	color:#fff;
	text-decoration: none;
	font-size:0.7em;
	padding: 5px 0 5px 24px;
	margin:0;
	display:block;
	background-image: url(/globeop/images/generic/ln-arr.gif);
	background-repeat: no-repeat;
	background-position: 16px 9px;
	
}
#ln-container li ul li a {
	color:#004b85;
	text-decoration: none;
	font-size:0.7em;
	padding: 5px 0 5px 34px;
	margin:0;
	display:block;
	background-image: url(/globeop/images/generic/ln-arr.gif);
	background-repeat: no-repeat;
	background-position: 26px 9px;
	
}

#ln-container ul li a {
	   	width:183px;
}

#ln-container ul li li a {
	   	width:173px;
}

#ln-container ul li a:hover {
background:#0D63AC;
}

#ln-container ul li ul li a:hover {
background:#bddff0;
}

#ln-bot-filler {
	width:207px;
	background-color: #0d63ac;
	padding:0 0 34px 0;
	margin:0;
   float:left;
} 

