/*this is the css for the horizontal version*/
.horizontal ul {
	list-style-type: none;
	padding: 0px;
	/*border-left: 1px solid;*/
	display: block;
/*	height: 1.4em;*/
}
.horizontal li {
	float: left;
	display: inline;
	line-height:20px;
	/*padding-left:10px;*/
}
.horizontal li a {
	text-decoration: none;
/*	height: 1.2em;*/
	float: left;
	display: block;
	width: 100px;
	/*width:auto;*/
	/*padding:0px 15px 0px 15px;*/
	padding: .1em 1px;
	border-left: none;
	/*border:1px red solid;*/
}
.horizontal li li a {
	border-top: none;
	/*border-left: 1px solid;*/
}
.horizontal li ul {
	position: absolute;
	/*position: relative;*/
	padding-top:10px;
	margin-top: 1.3em;
	margin-left: -1px;
	width: 96px;
	border: none;
	display: block;
	height: auto;
	/*border-top: 1px solid red;*/
	line-height:22px;
	text-indent: 2px;
	text-align:left;
}
.horizontal li li ul {
	position: absolute;
	margin-top: 0px;
	margin-left: 110px;
	padding-top:0px;
	line-height:22px;
	background: url(../images/bg-dropdown2.gif) repeat-x;
	/*border-bottom-style: 1px #8cc2e0 solid;*/
	/*width:113px;*/
	width:126px;
}
.horizontal li ul li a {
	width: 126px;
	background: url(../images/bg-dropdown2.gif) repeat-x;
	border: 1px #8cc2e0 solid;
	border-top-style:none;
}
/*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*/
.blackwhite li {
	/*font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #2385b8;
	line-height: 21px;*/
	
	/*background: url(../images/art-navtop-rt-line.gif) no-repeat top right;*/
	
	/*display:inline;
	height: 21px;
	width:auto;*/
	
/*	padding:0px 10px 0px 10px;*/

	/*text-decoration:none;
	text-align:center;
	float:left;*/
	
/*	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;*/
}

.blackwhite li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #2385b8;
	
	/*background: url(../images/art-navtop-rt-line.gif) no-repeat right;
	display:inline;
	height: 21px;
	width:auto;
	padding:0px 10px 0px 8px;
	text-decoration:none;
	text-align:center top;
	line-height: 21px;
	float:left;*/
	/*
	background-color: none;
	color: black;*/
	/*border-color: black;*/
}
.blackwhite li a:hover {
	/*font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #00416a;
	line-height: 21px;
	background: url(../images/art-navtop-rt-line.gif) no-repeat right;
	display:inline;
	height: 21px;
	width:auto;*/
/*	padding:0px 10px 0px 10px;*/
	/*text-decoration:none;
	text-align:center;
	float:left;*/
		
	/*background: url(../images/bg-dropdown2.gif) repeat-x;*/
	/*background-color: white;*/
	color: #00416a;
	/*border-color: black;*/
}
.blackwhite ul {
	margin:0px;
	padding:0px;
	/*border-color: black;*/
}