		/*this is the css for the vertical version*/
		.outline{
		border:1px solid #b0bdc6;
		height:100%;
		margin:0px 0px 5px 0px;
		}
		.vertical ul li a:hover{
			text-decoration:underline;
			background-color:#f3f4f8;
		}
		.vertical ul{
			background-image:url(../images/link_bg.gif);
			background-repeat:repeat-x;
			background-color:#d8e3ea;
			font-size:11px;
			line-height:130%;
			text-align: justify;
			padding:0;
			margin:0;
			list-style-type: none;
		}
		.vertical li a{
			display: block;
			width:195;
			text-decoration: none;
			height:20px;
			overflow: auto; /*force hasLayout in IE7 */
			padding: 4px 5px 4px 10px;
			background-color:transparent;
		}
		.vertical a{
			color:#16387c;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: block;
			background-repeat:no-repeat;
			text-decoration:none;
			background-image: url(../images/arrow_01.gif);
			background-position: 5px center;
			position: relative;
			text-indent: 10px;
			background-color:transparent;
			height:auto;
			width:200px;
			padding:0px;
			line-height:130%;
		}
		
		.vertical ul li ul{
			background-image:url(../images/link_bg.gif);
			background-repeat:repeat-x;
			background-color:#d8e3ea;
			position: absolute;
			width: 200px; /*sub menu width*/
			border:none;
			top:0;
			height:auto;	
			margin-left:190px;
			display:none;
		}
		
		.pane_text .vertical li a{
			width:173px;
		}
		
		.pane_text .vertical li{
			width:178px;
		}
		
		.pane_text .vertical ul li ul{
		margin-left:178px;
		display:none;
		}
		
		.vertical ul li ul a{
			border:1px solid #b0bdc6;
		}
		
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			display: block;
			margin:0px;
			height:26px;
		}
		.horizontal li{
			float: left;
			display: inline;
			padding-right: 4px;
			padding-left: 4px;
			background-color:transparent;
		}
		.horizontal li a{
			font-size: 11px;
			padding-right: 18px;
			padding-top: 4px;
			padding-bottom: 4px;
			padding-left: 18px;	
			text-decoration: none;
			float: left;
			display: block;
			background-color:transparent;
		}
		.horizontal li a:hover{
		background-color:#f3f4f8;
		}
		.horizontal li li {
			padding:0px;
		}
		.horizontal li li a{
			border:1px solid #b0bdc6;
		}
		.horizontal li ul{
			
			background-color:#e9eef1;	
			position: absolute; 
			margin-top: 2em;
			margin-left: -1px;
			border: none;
			display: none;
			height: auto;
			width: 205px;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 200px;
			display:none;
		}
		.horizontal li ul li a{
		padding:2px;
		width: 200px;
		text-align:left;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.menustyle li a{
			background-color:transparent;
			color: black;
			border-color: black;
		}
		.menustyle li a:hover{
			background-color: black;
			color: white;
			border-color: black;
		}
		.menustyle ul{
			border-color: black;
		}
		.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #000033;
		}
		.vertarrow
		{
		background-image:url(../images/arrow_right.gif);
		background-position:center right;
		background-repeat:no-repeat;}
		.horiarrow
		{
		background-image:url(../images/arrow_down.gif);
		background-position:center right;
		background-repeat:no-repeat;}
		li a.highlight
		{
		background-color:#d2dbe2;
		color:#000033;
		}
