#navlist {
	position: relative;
	left: 6px;
	top: 15px;
	width: 112px;
	height: 60px;

}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#navlist li {
	margin: 0 0 3px 0;
}

#navlist a {
	/*/*/display: block;
	padding: 5px 10px 15px 30px;
	border: 0px solid #333;
	width: 150px;
	background-color: transparent;
	background-image:  url(../bvi/but/but_bg.gif); /* */
	background-repeat: no-repeat;
}

#navlist a:link, #navlist a:visited {
	color: #000;
	/*/*/color: #000;
	text-decoration: none; /* */
}
#navlist a:hover {
	border: 0px solid #333;
	background-color: transparent;
	background-image:  url(../bvi/but/but_bg_2.gif);
	color: #333;
}

#there a:link, #there a:visited, #there a:hover {
	/*/*/border: 0px solid #333;
	background-color: transparent;
	background-image:  url(../bvi/but/but_bg_3.gif);
	color: #333; /* */
}

