/* CSS Document */

#menustyle {
	position: absolute;
	width: 120px;
	left: 2px;
	top: 165px;
	border: 1px solid #000;
	background-image:  url(menu_bkgd2.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	height: 425px;
	color: #000000;
	overflow: hidden;
	vertical-align: top;
	visibility: visible;
	background-color: #F3F3F3;
}

#menustyle ul {
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 11px;
	list-style-type: none;
	font-weight: bold;
}
	
#menustyle li {
	margin: 3px;
	padding: 0px;
}

#menustyle a {
	display: block;
	text-decoration: none;
	background-image:  url(BUTTON5.gif);
	text-align: center;
	padding: 3px 2px 6px;
	margin: 0px;
	background-repeat: no-repeat;
	width: 110px;
	background-position: center;
}
	
#menustyle a:link, #menustyle a:visited {
	color: #000;
	/*/*/text-decoration: none; /* */
}

#menustyle a:hover {
	color: #0000FF;
}

#menustyle a:active {
	color: #0000FF;
}

#keyword {
	position: absolute;
	visibility: inherit;
	width: 130px;
	text-align: center;
	overflow: hidden;
	left: 5px;
	top: 375px;
}

#keyword a{
	background-image: none;
	display: inline;
}

