.link-bg {
	text-align:left;
}
/*this is the css for the vertical version*/
.outline{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.vertical ul li a:hover{
	text-decoration:none;
	color: #99FFFF;
}
.vertical ul{
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align: left;
	padding:0;
	margin:0;
	list-style-type: none;
}
.vertical li a{
	display: block;
	width:231px;
	text-decoration: none;
	height:29px;
	overflow: auto;
	background-image: url(../images/left-nav-bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height: 29px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.vertical a{
	color:#FFFFFF;
	margin: 0px;
	padding: 0px;
}
.vertical li{
	display: block;
	text-decoration:none;
	position: relative;
	background-color:transparent;
	height:29px;
	width:231px;
	padding:0px;
	margin: 0px;
}

.vertical ul li ul{
	position: absolute;
	width: 231px; /*sub menu width*/
	border:none;
	top:0;
	height:29px;
	margin-left:190px;
	display:none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0097F0;
}

.pane_text .vertical li a{
	width:231px;
}

.pane_text .vertical li{
	width:220px;
}

.pane_text .vertical ul li ul{
	margin-left:230px;
	display:none;
}

.vertical ul li ul a{

}

/*this is the css for the horizontal version*/
.horizontal ul{
	list-style-type: none;
	padding: 0px;
	display: block;
	margin:0px;
}
.horizontal li{
	float: left;
	display: inline;
	background-color:transparent;
}
.horizontal li a{
	font-size: 18px;
	padding-right: 28px;
	padding-left: 28px;
	text-decoration: none;
	float: left;
	display: block;
	background-color:transparent;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 8px;
	font-weight: normal;
}
.horizontal li a:hover{
	color:#F3F5AF;
	text-decoration: none;
}
.horizontal li li {
	padding:0px;

}
.horizontal li li a{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #880000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #860000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #860000;
}
.horizontal li ul{
	background-color:#C60001;
	position: absolute;
	margin-top: 2.5em;
	margin-left: -1px;
	border: none;
	display: none;
	height: auto;
	width: 313px;
}
.horizontal li li ul{
	position: absolute;
	margin-top: 0.1em;
	margin-left: 300px;
	display:none;
}
.horizontal li ul li a{
	width: 300px;
	text-align:left;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
}
/*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:#3a79af;
	color:#FFFFFF;
}
.bullet {
	list-style-image: url(../images/bullet.gif);
}
