.glossymenu, .glossymenu li {
list-style-type: none;
margin: 0;
padding: 0;
width: 172px; /*WIDTH OF MAIN MENU ITEMS*/
border: 0;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: white url(glossyback.gif) repeat-x bottom right;
font: bold 12px Tahoma;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-right: 10px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 134px; /*fasele az main menu*/
right: 0;
top: 0;
display: none;
z-index:100;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 162px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
left: 2px;
background: transparent url(arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(glossyback2.gif);
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */

/* ****************** Some basic stuff ****************** */
li 
{
	clear:both;
	margin-bottom:1em;
	border-bottom:1px solid #eee;
}
/* ****************** RatingStar ****************** */
.ratingStar
{
	white-space:nowrap;
	margin:1em;
	height:14px;
}
.ratingStar .ratingItem {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
	cursor:pointer;
}
.ratingStar .Filled {
    background-image: url(Images/rating/ratingStarFilled.png);
}
.ratingStar .Empty {
    background-image: url(Images/rating/ratingStarEmpty.png);
}
.ratingStar .Saved {
    background-image: url(Images/rating/ratingStarSaved.png);
}

