.vertical ul{
			list-style-type: none;
			padding: 0px;
			
		
			margin:0px;
		}
		.vertical li a{
			
			


			
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -4em;
			padding-left:200px;
			
		}
		
		div.topmenu
		{
		 	background-color:#CCCCCC;	
			width:100%;  
			
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			margin-left: 266px;
			display: block;
			
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
			text-decoration: none;
			color:black;
			font-weight:900;
			text-size:12pt;
			float: left;
			display: block;
			border-right: 1px solid black;
			border-top: 1px solid black;
			border-left: 1px solid black;
			border-bottom: 1px solid black;
			padding: .5em 5px;
			background-color:#EEFCA3;
			border-left: none;
		}
		.horizontal li a:hover{
		{
		 			background-color:#3333FF;
		}
		.horizontal li li a{
			border-top: none;
			border-left: 1px solid;
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 1.3em;
			margin-left: -1px;
			width: 129px;
			border: none;
			display: block;
			height: auto;
			border-top: 1px solid;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
		
		}
		.horizontal li ul li a{
		
		}
		/*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: white;
		}
		
		
		.horizontal  li ul{
	margin-top: 1.4em;
	margin-left: -129px;
}


.horizontal  li ul{
	margin-top: 1.4em;
	margin-left: -129px;
}	
.horizontal  li li ul{
	position: absolute;
	left: 0px;
}
/*These assist the iframe shim*/
.mlmenu iframe{
	position: absolute;
	display: none;
	filter: alpha(opacity=0);
	z-index: 2;
}
select,object,iframe{
	z-index: 1;
}
.delay li.hide ul{
	filter: alpha(opacity=0);
}	


a.Boxlink2{
	FONT-WEIGHT: 800;
    FONT-SIZE: 120%;
    COLOR: black;
	FONT-FAMILY: verdana,helvetica,arial,sans-serif; 
	BORDER-RIGHT: white 0px solid;
    PADDING-RIGHT: 20px; 
	BORDER-TOP: white 1px solid; 
	DISPLAY: block; 
	PADDING-LEFT: 0px; 
	BACKGROUND:#E0E0E0; 
	PADDING-BOTTOM: 1px; 
	MARGIN: 0px; 
	BORDER-LEFT: #F1EDED 10px solid; 
	PADDING-TOP: 3px;
	PADDING-BOTTOM:3px; 
	BORDER-BOTTOM: white 0px solid; 
	WHITE-SPACE: nowrap;
	text-decoration:none;
}

a.Boxlink2:hover {
	FONT-WEIGHT: 800;
    FONT-SIZE: 120%;
    COLOR: white;
	FONT-FAMILY: verdana,helvetica,arial,sans-serif; 
	BORDER-RIGHT: white 0px solid;
    PADDING-RIGHT: 20px; 
	BORDER-TOP: white 1px solid; 
	DISPLAY: block; 
	PADDING-LEFT: 0px; 
	BACKGROUND:#808080; 
	PADDING-BOTTOM: 1px; 
	MARGIN: 0px; 
	BORDER-LEFT: #808080 10px solid; 
	PADDING-TOP: 3px;
	PADDING-BOTTOM:3px; 
	BORDER-BOTTOM: white 0px solid; 
	WHITE-SPACE: nowrap;
	text-decoration:none;
 
}