#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 188px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	height: 501px;
	position: static;
	clear: both;
}
ul.MenuBarVertical
{
	margin: 18px 0 0 38px;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 150px;
	height: 190px;
	font: normal 100% Perpetua;
	background:white;
	}

ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 150px;
	height: 29px;
	overflow: visible;

}
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 150px;
	left: -1000em;
	top: 0;
}
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	padding: 0.4em 0em 0.4em .7em;
/*	color: #009900; */
	text-decoration: none;
}
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 88% 50%;
}

/* link colors - set "menu a" and "menu a:hover" */
.menu a{display:block;text-indent:3px;text-decoration:none;}
/* .main{width:130px;height:30px;} */
.main a{width:100%;height:100%;}
.sub{position:absolute;border-bottom-width:0;visibility:hidden;font-weight:normal}
.sub a{display: block;border-bottom: 1px solid white;background:white;}
/* .single{line-height:30px;} */
