		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			display:block;
			margin:0;
		}
		.horizontal li{
			float: left;
		}
		.horizontal li a{
			text-decoration: none;
			float: left;
		}
		.horizontal li li a{
			border-top: none;
			/*border-left: 1px solid;*/
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 2.0em;
			width: 148px;
			display: block;
			height: auto;
			margin-left: -14px;
			/*border-top: 1px solid;*/
		}
		.horizontal li ul#ideas{
			position: absolute; 
			margin-top: 2.0em;
			margin-left: 0px;
			width: 148px;
			display: block;
			height: auto;
			/*border-top: 1px solid;*/
		}
		.horizontal li ul#world{
			position: absolute; 
			margin-top: 2.0em;
			margin-left: 0px;
			width: 148px;
			display: block;
			height: auto;
			/*border-top: 1px solid;*/
		}
		.horizontal li ul#products{
			position: absolute; 
			margin-top: 2.0em;
			margin-left: 0px;
			width: 148px;
			display: block;
			height: auto;
			/*border-top: 1px solid;*/
		}
		.horizontal li ul#contacts{
			position: absolute; 
			margin-top: 2.0em;
			margin-left: 0px;
			width: 148px;
			display: block;
			height: auto;
			/*border-top: 1px solid;*/
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: 0;
			margin-left: 148px;
		}
		.horizontal li ul li a{
		width: 138px;
		border-left:1px solid #ffffff;
		border-bottom:1px solid #ffffff;
		border-right:1px solid #ffffff;
		padding:4px 0 4px 8px;
		}
		/*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;
		}
		.inaccesible li ul#ideas{
			display: none;
		}
		.inaccesible li ul#world{
			display: none;
		}
		.inaccesible li ul#products{
			display: none;
		}
		.inaccesible li ul#contacts{
			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{
		font-size: 85%;  
		}
		.arrow a:hover span{
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
		}
		/*colors for menu*/
		.blackwhite li a{
			background-color: #ffe49b;
			color: #444c23;
			font-weight:bold;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			/*border-color: black;*/
		}
		.blackwhite li a:hover{
			background-color: #ffefc3;
			color: #424a21;
			/*border-color: black;*/
		}
		/*.blackwhite ul{
			border-color: black;
		}
		/*.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #000033;
		}*/
