		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			border-top: 0px solid;
			width: 200px;
		}
		.vertical li a{
	display: block;
	width: 200px;   /* Dear , Notice ! Make this number always same as .vertical ul width: 157px */
	text-decoration: none;
	/*height: 1.5em;*/
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-align:left;
	/*margin-left: 17px;*/
	padding-top: 0.1em;
	padding-right: 0px;
	padding-bottom: 0.1em;
	font-weight: bold;
	border: 0px ridge #000000;
	margin-left: 5px;
	padding-left: 19px;	
		}
		.vertical li{
	/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;

		}
		.vertical li ul{
			position: absolute;
			margin-top: -0.8em;
			margin-left: 183px;
			
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			border-left: 0px solid;
			display: block;
			height: 1.4em;
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
	text-decoration: none;
	height: 1.2em;
	float: left;
	display: block;
	width: 180px;
	padding: .1em 1px;
	border: 0px solid;
	border-left: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
		}
		.horizontal li li a{
			border-top: none;
			border-left: 0px solid;
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 1.3em;
			margin-left: -1px;
			width: 180px;
			border: none;
			display: block;
			height: auto;
			border-top: 0px solid;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 180px;
		}
		.horizontal li ul li a{
		width: 180px;
		margin-left: 5px;
		padding-left: 14px;	
		}
		/*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;
	padding-right: 0px;
	font-size: 100%;
	/*background-image: url(../button/arrow2.gif);*/
	background-repeat: no-repeat;
	background-position: right center;
	background-attachment: fixed;
	color: #03aa4e;
		}
		.arrow a:hover span{
		/*padding-left:;*/
		color: #226411;
		padding-right: 0px;
		/*background-image: url(../button/arrow3.gif);*/
		background-repeat: no-repeat;
		background-position: right center;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .1em;
			padding-right: 0px;
		}
		/*colors for menu*/
		.blackwhite li a{
	color: #03aa4e;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #004a08;
	background-image: url(../button/plus.gif);
	background-repeat: no-repeat;
	background-position: left 5px;	
		}
		.blackwhite li a:hover{

	color: #226411;

	text-decoration:none;
		}
		.blackwhite ul{
			/*border-color: ;*/
				margin-left: 5px;
				padding-left: 14px;	
		}
		.bluewhite li a{

			color: #000033;
			
		}
		.bluewhite li a:hover{

			color: CCDBEB;
		
		}
		.bluewhite ul{
		
		}
