/*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;
		}
.horizontal li ul {
	position: absolute; 
	margin-top: 2.0em;
	width: 148px;
	display: block;
	height: auto;
	margin-left: -14px;
}

.horizontal li ul#contacts {
	margin-left: -1px;
}
.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#corporate {
	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 ul li a {
	background-color: #ffc140;
	color: #444c23;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;/*border-color: black;*/
		}
.blackwhite li ul li a:hover {
	background-color: #f9cb65;
	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;
		}*/

