/*this is the css for the horizontal version*/
.horizontal ul{
	list-style-type: none;
	padding: 0px;
	display: block;
}
.horizontal li{
	float: left;
	display: inline;
	
}
.horizontal li a{
	text-decoration: none;
	float: left;
	width: 116px;
	
}
.horizontal li li a{
	border-top: none;
}
.horizontal li ul{
	position: absolute; 
	margin-top: 1.3em;
	margin-left: 0px;
	width: 117px;
	border: none;
	display: block;
	height: auto;
	
}
.horizontal li li ul{
	position: absolute;
	margin-top: .0em;
	margin-left: 0px;
}
.horizontal li ul li a{
	width: 120px;
	
}
/*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 a{
	background-color: white;
	color: black;
	border-color: black;
}
.blackwhite li a:hover{
	background-color: black;
	color: white;
	border-color: black;
}


.blackwhite ul{
	border-color: black;
}

.bluewhite li a{
	color: blue;
	padding-left:3px;
	padding-top:5px;
	padding-bottom:5px;
	border-color: #000033;
	cursor:pointer;
		
}
.bluewhite li a:hover{
	color: blue;
	font-weight:bold;
	padding-left:3px;
	border-color: #000033;
	padding-top:5px;
	padding-bottom:5px;
	cursor:pointer;
}



.wtbseo li a{
	background-color: blue;
	color: white;
	border-color: white;
}

.wtbseo li a:hover{
	background-color: white;
	color: black;
	border-color: white;
}
.wtbseo ul{
	border-color: white;
}
.liiewidth {
	
	width: 97px;
}
.linotiewidth {
	
	width: 122px;
}
.liremborder {
	border-bottom:1px solid #888888;
}
.liamenu {
	text-decoration:none;
	color:blue;
}
.indexmenucolor {
	background-color:#ffffff;
}
.othermenucolor {
	background-color:#E6E6E6;
}
.li2ie {
	border-bottom:1px solid #888888;
	
	width: 121px;
}
.li2notie {
	border-bottom:1px solid #888888;
	width: 123px;
}
.leftalign{
	float:left;
}