/***********************\
|	bottom_menu		JOLLY  	|
\***********************/
#bottom_menu {
  position: relative;   /* static*/
  font-weight: bold;
  border-top: 1px solid #ADBB80;
  margin-top: 20px;
  margin-left: 1px;
  margin-right: 1px;
  padding: 0px 0px 0px 0px;
  width: 99,7%;
	background-image:url(bg_bottommenu.gif);
	background-position: left top;
  background-repeat: repeat-x; 
	
}
#bottom_menu ul {
	margin: 0px;
	padding: 6px 0px 10px 0px;
  
}
#bottom_menu li {
	display: inline;
	margin: 0px;
	padding: 0px 0px;
	background-image: url(bg_li.gif); 
	background-position: left top;
	background-repeat: no-repeat;
	background-color: white;
	border: 1px solid #515600;
}
#bottom_menu li.first_voice {
	border:1px solid #515600;
	text-align: left;
}
#bottom_menu li.last_voice {
	border:1px solid #515600;
	text-align: left;
}
#bottom_menu a {
	margin-right: 2px;
	text-decoration: none;
	padding: 0px 10px 0px 15px;
	color:#5F311E;

}
#bottom_menu a:hover {
	text-decoration: underline;
}

