		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			width: 172px;
		}
		.vertical li a{
			display: block;
			width: 172px;
			text-decoration: none;
			border-top: 0px;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-left: 172px;
			margin-top: -36px;
		}
		
		.vertical ul ul{
			list-style-type: none;
			padding: 0px;
			background-color:#FFFFFF;
			width: 300px;
		}
		.vertical li ul li a{
			display: block;
			text-decoration: none;
			border-top: 0px;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul ul{
			position: absolute;
			margin-left: 176px;
		}
		/*this is the css for the horizontal version*/
		
		/*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;
		}
		
		/*Plus code*/
		.plus a span{
			padding-left: 2px;
		}
		/*colors for menu*/
		.blackwhite li a{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: normal;
			color: #333333;
			line-height: 39px;
			height: 39px;
			background-image:url(site_img/_menu_bg01.gif);
			background-position:left top;
			background-repeat:no-repeat;
			text-indent: 33px;
		}
		.blackwhite li a:hover{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: normal;
			color: #0764F0;
			line-height: 39px;
			height: 39px;
			background-image:url(site_img/_menu_bg02.gif);
			background-position:left top;
			background-repeat:no-repeat;
			text-indent: 33px;
		}
		.blackwhite ul{
			border-color: black;
		}
		
		
		.blackwhite li ul li a:link{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: normal;
			color: #333333;
			line-height: 30px;
			height: 30px;
			background-color:#FFFFFF;
			width:300px;
			background-image:url(site_img/_menu1_bg01.gif);
			text-indent: 25px;
			margin:2px;
		}
		.blackwhite li ul li a:visited{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: normal;
			color: #333333;
			line-height: 30px;
			height: 30px;
			background-color:#FFFFFF;
			width:300px;
			background-image:url(site_img/_menu1_bg01.gif);
			text-indent: 25px;
			margin:2px;
		}
		.blackwhite li ul li a:hover{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: normal;
			color: #0764F0;
			line-height: 30px;
			height: 30px;
			background-color: #F2F2F2;
			width:300px;
			background-image:url(site_img/_menu1_bg02.gif);
			text-indent: 25px;
		}
		.blackwhite ul{
			
		}