		/*this is the css for the vertical version*/

		.vertical ul{
			list-style-type: none;
			padding:0;
			margin:0;
			width: 148px;
			
		}
		
		
		
		
		.vertical li a:link, .vertical li a:active, .vertical li a:visited{
			display: block;
			width:140px;
			text-decoration: none;
			background:#f9e8ba;
			padding:11px 0px 10px 12px;
			margin-left:10px;
			color:#000000;			
			font-weight:bold; font-size:12px;  border-bottom:#d2c18b solid 1px;
	}
		
		.vertical_last {
			display: block;
			width:140px;
			text-decoration: none;
			background:#f9e8ba;
			padding:11px 0px 10px 12px;
			margin-left:10px;
			color:#000000;			
			font-weight:bold; font-size:12px; border:0px !important;}
			
		.vertical_active {
			display: block;
			width:140px;
			text-decoration: none;
			background:#f9e8ba;
			padding:11px 0px 10px 12px;
			margin-left:10px;
			color:#7f0001;			
			font-weight:bold; font-size:12px; border-bottom:#d2c18b solid 1px;}
			
	.vertical_active_last {
			display: block;
			width:140px;
			text-decoration: none;
			background:#f9e8ba;
			padding:11px 0px 10px 12px;
			margin-left:10px;
			color:#7f0001;			
			font-weight:bold; font-size:12px; }
		
		
		
		.vertical li a:hover{
			display: block;
			width:140px;
			text-decoration: none;
			background:#f9e8ba !important;
			padding:11px 0px 10px 12px;
			color:#7f0001 !important;
			font-weight:bold; font-size:12px; 
		}
		
.vertical li UL {border:#d2c18b solid 1px;}
		.vertical li UL LI a:link,.vertical li Ul LI a:active,.vertical li Ul LI a:visited{
			display: block;
			width:140px;
			text-decoration: none;
			background:#F2E2B1;
			padding:9px 10px 9px 12px;
			margin-left:0px;
			color:#000000;
			font-weight: normal; font-size:12px; 
		}
		.vertical li Ul LI a:hover{
			display: block;
			width:140px;
			text-decoration: none;
			background:#F2E2B1 !important;
			padding:9px 10px 9px 12px;
			color:#7f0001 !important;
			
		font-weight: normal; font-size:12px;
		}
		
		.vertical li UL LI Ul LI a:link,.vertical li Ul LI Ul LI a:active,.vertical li Ul LI Ul LI a:visited{
			display: block;
			width: 140px !important;
			text-decoration: none;
			background:#c7e6fa;
			border:0;
			padding:4px 5px 4px 8px;
			color:#003399;
			margin-bottom:0;
		}
		.vertical li Ul LI Ul LI a:hover{
			display: block;
			width: 140px !important;
			text-decoration: none;
			background:#e04296 !important;
			border:0;
			padding:4px 5px 4px 8px;
			color:#fff;
			margin-bottom:0;
		}
		
		.vertical li{
			/*Needed for IE.*/
			display: inline;
			background:#c7e6fa;
		}
		
		.vertical li ul{
	position: absolute;
	margin-left: 160px;
	margin-top:-37px;
	/*top: 300px;*/
			width:162px;
	
		}
		
		
		.vertical li ul li ul{
			width:162px;
			border:solid 1px #e23f92;
			margin-left:173px;
			margin-top: -25px;
		}
		.vertical li ul li ul LI{
			border:0px;
		}
		
		
		
		

		/*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*/
		.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%;
		visibility:hidden; 
		}
		.arrow a:hover span{
		padding-left: 2em;
		visibility:hidden;
		}
		.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{
			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;
		}
		
		#test{
			margin-left:100px;
		}
		.test1{
			width:150px;
			float:left;
		}
		.test2{
			width:250px;
			float:left;
		}
		
		.left_menu_area1{
			width:150px;
		}
		
		SPAN.l_sub_link{
			width:106px;
			display:block;
		}

		
		

