		/*this is the css for tversion*/
		div {
		border: 0px solid #02104d;
		width:825px;
		height: 0px;
		font-family: arial, Geneva, Verdana, sans-serif;
		font-size: 14px;
		
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding:0px;
			border: 0px solid #08194e;
			display: block;
		}
		.horizontal li{
			float: left;
			display: inline;
			text-align:left;
			margin-top: -3px;
		}
		.horizontal li a{
			text-align: center;
			text-decoration: none;
			float: left;
			display: block;
			width: 110px;
			padding:1px;
			border: 0px solid #02104d;
		}
		/* this is for the border color of the dropdown*/
		.horizontal li li a{
			margin-top: 5px;
			border: 1px solid #999999;
		}
		.horizontal li ul{
			padding-top:0px;
			position: absolute; 
			margin-top: 1px;
			margin-left: 35px;
			width: 50px;
			display: block;
			height: auto;
			border: 0px solid #ffffff;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: -1px;
			margin-left: 150px;
		}
		/* this is for the drop down background color*/
		.horizontal li ul li a{
		background-color: #ffffff;
			margin-left:2px;
			margin-top: 0px;
			width: 140px;
		}
		/*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;
		}
		/*Plus code*/
		.plus a span{
			padding-left: 5px;
		}
		/*colors for menu*/
		.blackwhite li a{
			/*background-color: white;*/
			color: black;
			border: 1px solid #02104d;
		}
		.blackwhite li a:hover{
			background-color: #000033;
			color: white;
			border: 1px solid #FFFFFF;
		}
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{
			color: #000033;
			border: 0px solid #ffffff;
		}
		
		/* this is for text hover*/
		.bluewhite li a:hover{
			color: #999999;
			border-color: #02104d;
		}
		.bluewhite ul{
			border-color: #000033;
		}
		.1 a{
			background-color: ##000033;
		}
		.1 a:hover{
			background-color: #999999;
		}
		.2 a{
			background-image: url(../images/bg-buttonarrow.jpg);
		}
		.2 a:hover{
			background-image: url(../images/bg-buttonarrow.jpg);
		}