.vertical ul{
	list-style-type: none;
	padding: 0px;
	width: 170px;
	border: none;
}
.vertical li a{
	display: block;
	width: 170px;
	text-decoration: none;
	height: 15px;
	padding: 0px 4px;
	border: none;
}
.vertical li{
	/*Needed for IE. Don't ask me why, It was a lucky guess.*/
	display: inline;
}
.vertical li ul{
	position: absolute;
	margin-top: -15px;
	margin-left: 170px;
	border: 1px solid #cccccc;
	width: 178px;
}
/*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: .5em;
	color: #F59F3F;
	font-size: 10px;
}
/*colors for menu*/
.blackwhite li a{
	background-color: white;
	color: #969FA8;
	border: none;
}
.blackwhite li a:hover, .blackwhite .trail a.hover{
	background-color: #EEEEEE;
	color: #000000;
	border: none;
}
.blackwhite ul{
	border: none;
}