#sidenavbar {
	position:absolute;
	left:52px;
	top:152px;
	width:125px;
	height:303px;
	z-index:1;
	background-image: url(images/background.jpg);
	overflow: visible;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-style: none;
}
/* BEGIN style1 */
#navlist
{
	padding-left: 0;
	margin-left: 5px;
	border-bottom: 1px dotted #415485;
	width: 115px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	margin-top: 10px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 1em;
	border-top: 1px dotted #415485;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #415485;
}

#navlist li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #415485;
}
.style1 {font-family: Arial, Helvetica, sans-serif}
.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.style4 {font-size: 10px}

/* END style1 */

