#right {
	background: url('bg-menu.gif');
	float: right;
	padding: 0;
	position: absolute;
	right: 2em;
	top: 104px;
	width: 182px;
}
#right div#searches {
	background: url('bg-menu.gif');
	margin-top: 1em;
	padding-bottom: 1em;
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
}
#right div#searches h1 {
	color : #91aa00;
	font-size: 0.9em;
	font-weight : bold;
	text-transform: uppercase;
}
#right div#searches ul {
	list-style-image: url('green-arrow.gif');
	margin-left: -1.5em;
	padding : 0 0 0 2.8em;
}
#right div#searches ul li {
	font-size: 0.7em;
	margin-bottom: 1em;
}
#right div#searches ul li a:link,
#right div#searches ul li a:visited {
	color : #718800;
	font-weight : bold;
	text-decoration: none;	
}
#right div#searches ul li a:hover {
	text-decoration: underline;	
}
