		/*this is the css for the vertical navbar STRUCTURE*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			width: 163px;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif !important;
			margin: 0;
		}
		.vertical li a{
			display: block;
			width: 150px;
			height: 2em
			text-decoration: none;
			padding: 3px 3px 3px 10px;
			border-bottom: 1px solid #0091f6;
/*			font-weight: bold; */
					}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -1.9em;
			margin-left: 163px;
		}
		/*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{
		visibility: hidden
		/*padding-left: .3;
		font-size: 85%;  */
		}
		/*.arrow a:hover span{
		padding-left: 2em;
		}*/
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.blackwhite li a{
			background: #33a7f8;
			color: #ffffff;
			border-bottom: 1px solid #0091f6;
		}
		.blackwhite li a:hover{
			background: #5cb9f9;
			color: #ffffff;
			text-decoration: none;
			border-bottom: 1px solid #ffffff;
		}
		.blackwhite li ul li {

		}
		.blackwhite ul{
			border: 0;
		}
		/* custom for mounties */
		.sitenavcurrent {
			border-bottom: 1px solid #ffffff !important;
			background: #5cb9f9 !important;
		}

		.menusub {
			background: #5cb9f9 !important;
			padding: 5px 0 1px 10px;
			border-bottom: 1px solid #5cb9f9;
		        margin: 0 !important;
                        line-height: .8em !important;
		}
		.menusub a {
			display: block !important;
			/*height: .8em !important;*/
			padding: 0px 0px 0px 10px !important;
			border: 0px !important;
			width: 130px !important;
			color: #ffffff !important;
			background: url(../../images/arrow.gif) no-repeat center left !important;
			clear: both !important;
			margin: 0 !important;
			text-decoration: none !important;
		}
		.menusub a:hover{
			color: #ffffff !important;
		}
		.menusub .menusub {
                        border-bottom: 0 !important;
                        padding-top: 0 !important;
                        padding-bottom: 0 !important;
                        margin-top: 0 !important;
                        margin-bottom: 0 !important;
                }
                .menusub .menusub a {
                        padding-top: 0 !important;
                        padding-bottom: 0 !important;
                        width: 115px !important;
                }
                .menusub .menusub .menusub a {
                        text-decoration: none !important;
                        width: 100px !important;
                }
                .menusub span {
                        padding-top: 0 !important;
                        padding-bottom: 0 !important;
                        margin-top: 0 !important;
                        margin-bottom: 0 !important;
                }
				
				.menusub span a {
                       line-height:150%!important;
						
                }
				
				/*****michelle added***************/
		a.linklink{color: #666666;}
		a.linklink:hover{color: #666666; text-decoration:underline;}
