#plannavigation 
{
  text-align: left;
  margin: 13px 13px 0 11px;

}
.planinstructions
{
  font-size: .85em;
}
.planlinks
{
  font-weight: bold; 
  color: #3366CC;    
  font-size: .7em;
  font-family: Verdana, helvetica, Sans-Serif;
}
.planlinks a:hover 
{
  color:#B11A3B;
}
.planlinks a:visited 
{
  color: #3366CC;
}
.plannav 
{
  height: 29px;
  font-weight: bold;
  color: #3366CC; 
  padding-top: 2px;
  border-bottom: dotted 1px #CCCCCC;
  width: 90%;

}

.plannavopen
{
  font-weight: bold;
  color: #3366CC; 
  height: 29px;
  padding: 2px 0px 0px 0px;


}
.plannavactive 
{
  color: #B11A3B;
  font-weight: bold;
  height: 29px;
  padding: 3px 0px 0px 0px;

}
.plannavactive a
{
  color: #B11A3B;
}


.plansubnav
{
  height:13px;
  padding-left:17px;
  font-size: .7em;
  font-weight: normal;

}
.sublinks 
{
  color: #3366CC;
  text-decoration: none;
}
.sublinks a:active
{
  color: #3366CC;
  text-decoration: none;
}
.sublinks a:visited
{
   color: #3366CC;
 
}
.sublinksactive
{
  color: #B11A3B;
}

.planlinks a:hover 
{
  color:#B11A3B;
}
.planlinks a:visited 
{
  color: #3366CC;

}
.plannav ol li 
{
  font-weight: bold; 
  color: #3366CC;    
  font-weight: bold;
  margin-left: 0;

}
.plannav ul li /* appending a style from base for the plannav only */
{
  list-style-type: none;
  margin: 0;
}

/* new styles for navigation changes -- need to clean this up at some point:*/
#plannavigation 
{
  text-align: left;
  margin: 11px 7px 7px 15px;

}
#plannavigation h2
{
  margin-bottom: 0em;
}

p .planinstructions
{
  font-size: .85em;
}

.plannavbox {
	background-color:#d5def9;
	padding: 0px 0px 0px 8px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid fff;	
	border-top: 0px solid #fff;
	}

#plannavigation ol
{
	background-color: #fff;
	list-style-position:outside;
	margin: 0 0 0 30px;
	list-style-type: decimal;	
	line-height: 1em; 
	font-size: .9em;
	font-weight: bold;
	padding-left: 0px;

}
#plannavigation li 
{
	margin:0px;
	padding-left: 0px;	
	height: auto;	
	font-style:normal;


}

#plannavigation ol li a
{
	border-bottom: 1px solid #ccc;	
	text-decoration: none;
	font-weight: bold;
	color: #000066;
	display:block;
	padding: 7px 3px 7px 20px;
	text-indent: -16px;
	height: 100%;
	vertical-align:middle;

	
}
#plannavigation ol li a.completed
{
	color: #03c;
}
#plannavigation ol li a.current
{
  background: #990000;
  text-decoration: none;
  color: #fff;
}
#plannavigation ol li a:hover
{
  background-color: #d5def9;
  text-decoration: none;
  color: #036;
}

/* the following are for TakeMeTo subnav when it IS nested within a <li> -- */
#plannavigation ol li ul 
{
	margin-left: 0px;
	border-bottom: 1px solid #ccc;
	padding: 7px 0 7px 0;
	background-color: #f2f2e6;
	list-style-position:inside;
	list-style-type: none;
}

#plannavigation ol li ul li 
{
	font-size: 1em;
	font-weight: normal;

	border: 0px solid #fff;
	padding: .2em .2em .2em .4em;
}

#plannavigation ol li ul li a
{	
	padding: 0em;
	text-decoration: none;

	display:block;
	color: #036;
	font-weight: normal;
	border: 0px solid #fff;
	text-indent: 0em;
}
#plannavigation ol li ul li a:hover
{	
	text-decoration: underline;
	display:block;
	color: #990000;
	background-color: #f2f2e6;
	border: 0px solid #fff;
}


/* the following are for TakeMeTo subnav when NOT nested within a <li> -- */
#plannavigation ul 
{
	margin-left: 0px;
	border-bottom: 1px solid #ccc;
	padding: 7px 0 7px 0;
	background-color: #f2f2e6;
	list-style-position:inside;
	list-style-type: none;
}

#plannavigation ul li 
{
	font-size: .8em;
	font-weight: normal;

	border: 0px solid #fff;
	/*padding: .2em .2em .2em 1.8em;*/
	padding: 2px 2px 2px 20px;
}

#plannavigation ul li a
{	
	padding: 0em;
	text-decoration: none;

	display:block;
	color: #036;
	font-weight: normal;
	border: 0px solid #fff;
	text-indent: 0em;
}
#plannavigation ul li a:hover
{	
	text-decoration: underline;
	display:block;
	color: #990000;
	background-color: #f2f2e6;
	border: 0px solid #fff;
}



