		/*this is the css for the vertical version*/

		.vertical ul{

			list-style-type: none;

			padding: 0px;

			border-top: 1px solid;

			width: 204px;

		}

		.vertical li a{

			display: block;

			width: 200px;

			text-decoration: none;

			height: 1em;

			padding: .1em 1px;

			border: 1px solid;

			border-top: 0px;

		}

		.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.3em;

			margin-left: 200px;

		}

		

		/*this is the css for the horizontal version*/

		.horizontal ul{

			list-style-type: none;

			padding: 0px;

			border-left: 0px solid;

			display: block;

			height: auto;

			margin-top: 0px;

			margin-left: 0px;

		}

		.horizontal li{

			float: left;

			display: inline;

			margin-top: 0px;

			margin-left: 0px;

			z-index:100;



		}

		.horizontal li a{

			text-decoration: none;

			height: auto;

			float: left;

			display: block;

			width: 125px;

			padding: .1em 1px;

			border: 0px solid;

			border-left: none;

		}

		.horizontal li li a{

			border-top: none;

			border-left: 0px solid;

		}

		.horizontal li ul{

			position: absolute; 

			margin-top: 6px;

			margin-left: auto;

			width: 125px;

			border: none;

			display: block;

			height: auto;

			border-top: 0px solid;

		}

		.horizontal li li ul{

			position: absolute;

			margin-top: 2px;

			margin-left: 125px;

		}

		.horizontal li ul li a{

		width: 125px;

		}

		/*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.horiz, .arrow a span.vert{

		padding-left: 8px;

		padding-bottom: -4px;

		font-size: 85%;  

		}

		.arrow a:hover span{

		/* free for other effects if wanted */

		}

		.arrow a span.horiz{

			background: url(../img/arrows/downwhite.gif) no-repeat bottom;

		}

		.arrow a span.vert{

			background: url(../img/arrows/rightwhite.gif) no-repeat;

		}

		.arrow a span.noshow{

			visibility: hidden;

		}

		/*Plus code*/

		.plus a span{

			padding-left: .5em;

		}

		

		/* Top Bar */

		.glossymenu li a, .glossymenu li a:visited{

			/*background-color: white;*/

			color: white;

			font-weight: normal;

			text-decoration: none;

			font-family: sans-serif;

			float: left; 

			font-size: 13px; 

			cursor: pointer;

			text-align: center; 

			z-index:100;

			

		}

		/* top bar highlight */

		.glossymenu li:hover, .glossymenu li.current {

			background: url(../img/nav/selected_right.gif) repeat-x right; 

		}

		

		.glossymenu li:hover a, .glossymenu li.current a {

			background: url(../img/nav/selected_left.gif) no-repeat left;

		}

		

		/* drop down menu boxes */

		.glossymenu li ul {

			color: white;

		}

		/* unselected dd menu boxes */

		.glossymenu li ul a, .glossymenu li ul a:visited, .glossymenu li:hover ul a, .glossymenu li:hover ul a:visited {

			background: url(../img/nav/dropMenu_bg_left.gif) repeat-y left;

			background-color: #F5F7FC;

			color: #0054A5;

			font-weight: normal;

			text-decoration: none;

			text-align: left; 
			white-space: nowrap;
			padding-left:6px

		}





/* selected dd menu box */

		.glossymenu li ul a:hover, .glossymenu li:hover ul a:hover {

			background-color: #8C8C8C; 

			color:  white;

			font-weight: normal;

			text-decoration: none;

			background-image: none;

		}
