		
		/*this is the css for the horizontal version*/



		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			border-left: 0px solid;
			padding: 0px;
			display: block;
			height:23;	
				
			
		}
		
		.horizontal li
		{
			float: left;
			display: inline;
		
		}
		.horizontal li a{
			text-decoration: none;
			height: 23;
			float: left;
			padding: 5 9 0 9;
			border: 0px solid;
			width:auto;
			display:block;
		}
		.horizontal li li a{
			border-top: none;
			border-left: 1px solid;
		
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 27px;
			margin-left: -1px;
			width: 148px;
			display: block;
			height: auto;
			
			border-top: 1px solid #C9C8B5;
			border-bottom: 1px solid #C9C8B5;
			
		
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 159;
			
		}
		/*for the submenus*/
		.horizontal li ul li a{
		width: 158px;
		}
		/*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*/
	
		/*Plus code*/
		.plus a span{
			padding-left: 0;
		}
		/*colors for menu*/
		
		.bluewhite li a{
			
	display:block;
	text-decoration: none;
	color: #ffffff;
	background:url(../images/nav-bg.gif)

		}
		.bluewhite li a:hover{
	display:block;
	text-decoration: none;
	
	color: #ffffff;
	background:url(../images/nav-hover.gif)
	
		}
		.bluewhite ul{
			
		}
		/* by moos*/
		.bluewhite ul li ul li a
{
	z-index: 1000;
	background: #eaeff5;
	
	color: #666666;	
	padding: 1 0 0 1;
	text-decoration: none;
	border-color: #ccd9e5;
	border-width:1px;
	border-bottom: #ccd9e5 0px solid;
	height:17px;
	text-indent: 0px;
	
	
}

			
		
		.bluewhite ul li ul li a table td
{
	z-index: 1000;
	background: #eaeff5;
	
	color: #666666;	
	padding: 1 0 0 1;
	text-decoration: none;
	border-color: #ccd9e5;
	border-width:1px;
	border-bottom: #ccd9e5 0px solid;
	height:17px;
	text-indent: 0px;
	
	
}
.bluewhite ul li ul li a:hover,.bluewhite ul li ul li a:hover table td
			{

	background-color: #336699;
color:#FFFFFF;

		}

		
		
		
		
		