.rating_bar {
  float:left;
  width: 55px;
  background: url('../images/star_x_grey.gif') 0 0 repeat-x;
}

.rating_bar div {
  height: 12px;
  background: url('../images/star_x_orange.gif') 0 0 repeat-x;
}




.promenu{
margin-top: 0px;
background-color: #f8f8f8;
padding: 5px;
font-size: 1.1em;
border-bottom: 5px solid #06C;
margin-bottom: 20px;
float: right;}

.promenu a, .promenu a:visited
{
	color: #06C;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	margin:7px;
	margin-bottom: 15px;
}
.promenu a:hover
{
	text-decoration: underline;
}
.promenu a.current, .promenu a.current:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #FC0;
}
