		/*this is the css for tversion*/
		div {
		border: 0px solid #BCB49E;
		width:729px;
		height: 0px;
		font-family: Tahoma, Geneva, Verdana, sans-serif;
		font-size: 11px;
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			border: 0px solid #BCB49E;
			display: block;
		}
		.horizontal li{
			float: left;
			display: inline;
			text-align:left;
			margin-top: 0px;
		}
		.horizontal li a{
			text-align: center;
			text-decoration: none;
			float: left;
			display: block;
			width: 104px;
			padding: 4px;
			border: 0px solid #BCB49E;
		}
		.horizontal li li a{
			margin-top: 20px;
			border: 1px solid #BCB49E;
		}
		.horizontal li ul{
			padding-top: 7px;
			position: absolute; 
			margin-top: 0px;
			margin-left: 0px;
			width: 100px;
			display: block;
			height: auto;
			border: 0px solid #BCB49E;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: -7px;
			margin-left: 140px;
		}
		.horizontal li ul li a{
		background-color: #F4F2E6;
			margin-left: 4px;
			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: 16px;
		}
		/*colors for menu*/
		.blackwhite li a{
			/*background-color: white;*/
			color: black;
			border: 1px solid #BCB49E;
		}
		.blackwhite li a:hover{
			background-color: black;
			color: white;
			border: 1px solid #FFFFFF;
		}
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{
			color: #000033;
			border: 0px solid #BCB49E;
		}
		.bluewhite li a:hover{
			color: black;
			border-color: #BCB49E;
		}
		.bluewhite ul{
			border-color: #000033;
		}
		.1 a{
			background-color: #F4F2E6;
		}
		.1 a:hover{
			background-color: #FFFFFF;
		}
		.2 a{
			background-image: url(../images/bg-buttonarrow.jpg);
		}
		.2 a:hover{
			background-image: url(../images/bg-buttonarrow.jpg);
		}