.link-bg {
background-image:url(../images/top_link_bar.jpg);
height:30px;
text-align:center;
}
/*this is the css for the vertical version*/
.outline{

height:100%;
margin:0px 0px 0px 0px;
}
.vertical ul li a:hover{
	background:url(../images/left-over-bg.jpg) no-repeat ;
	color:#d00c43;
	position:relative;
	left:-8px;
	text-indent:8px;
	
}
.vertical ul{
	width:190px; border-left:#eceeef solid 1px; border-right:#eceeef solid 1px;
	border-bottom:#eceeef solid 1px; 
	-webkit-box-shadow: 0 0px 2px #e7e8e9;
   -moz-box-shadow: 0 0px 2px #e7e8e9;
  	box-shadow: 0 0px 2px #e7e8e9;
	line-height:80%;
	text-align:justify;
	padding:0;
	margin:0;
	list-style-type: none;
	background-color:#ffffff;
	padding-top:5px;
	float:left;
}
.vertical li a{
	display: block;
	text-decoration: none;
	height:22px;
	overflow: auto; /*force hasLayout in IE7 */
	padding: 4px 5px 4px 0px;
	width:184px
	color:#3b3b3b; font-size:14px; font-family:"Myriad Web"; text-decoration:none;
}
.vertical a{
	color:#16387c;
}
.vertical li{
	display: block;
	text-decoration:none;
	background-color:transparent;
	height:auto;
	width:184px;
	padding:0px;
	line-height:130%;
	 margin:5px 8px 5px 8px;
	 border-bottom:#e9e9e9 solid 1px; 
	 padding-bottom:3px;
	list-style-type:none;}

.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;
	background-color:transparent;
}
.horizontal li a{
	font-size: 15px;
	padding-right:20px;
	padding-top: 16px;
	padding-bottom: 4px;
	padding-left: 20px;
	text-decoration: none;
	float: left;
	display: block;
	background-color:transparent;
	color:#FFF;
	font-family:"Myriad Web";
	background:url(../images/line-img.png) no-repeat right top 16px;
}
.horizontal li a:hover{
	color: #d00606;
}
.horizontal li li {
	padding:0px;
}
.horizontal li li a{
	border-bottom:1px solid #333;
	font-size: 13px;
	padding-right:20px;
	padding-top: 16px;
	padding-bottom: 4px;
	text-decoration: none;
	line-height:25px;
	background:none;
	text-indent:18px;
	color: #CCC;	}
.horizontal li ul{
	
	background-color:#26272a;	
	position: absolute; 
	margin-top:3em;
	margin-left:-1px;
	border: none;
	display: none;
	height: auto;
	width: 205px;

}
.horizontal li li ul{
	position: absolute;
	margin-top: .1em;
	margin-left:0px;
	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;
}
