		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			border-top: 0px;
			width: 148;
				margin-left: 0px;
	line-height: 10px;
	margin-top:opx;

		}
		.vertical li a{
			display: block;
			width: 148px;
			text-decoration: none;
			line-height: 14px;
background-color:#ffffff;
			font-size : 11px;
	font-weight : bold;
	line-height : 14px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	text-align : left;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
		}
		
				.vertical li a:active{
	background-color : #86be4f;
	font-size : 11px;
	font-weight : bold;
	color : #ffffff;
	font-variant : normal;
	text-transform : none;
	background-color : #86be4f;
	line-height : 14px;
	text-align : left;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 3px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c0d9ff;
	border-bottom-color: #c0d9ff;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		
		

/*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;
		}
		
		/*colors for menu*/
		.blackwhite li a{
			background-color: #ffffff;
			color: #015aaa;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
			font-size : 11px;
	font-weight : bold;
	line-height : 14px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	text-align : left;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 3px;

		}
		.blackwhite li a:hover{
	background-color : #86be4f;
	font-size : 11px;
	font-weight : bold;
	color : #ffffff;
	font-variant : normal;
	text-transform : none;
	background-color : #86be4f;
	line-height : 14px;
	text-align : left;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 3px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c0d9ff;
	border-bottom-color: #c0d9ff;


		}
		.blackwhite ul{
	margin-right: 0px;


		}
