#profileMenuDiv,
#profileMenuDiv ul,
#profileMenuDiv ul li,
#profileMenuDiv ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#profileMenuDiv {
  width: 200px;
  font-family: Helvetica, Arial, sans-serif;
  color: #000000;
  position: absolute;
  margin-top: 30px;
  top:200px;
}
#profileMenuDiv.align-right {
  float: right;
}
#profileMenuDiv:after,
#profileMenuDiv ul:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#profileMenuDiv ul li {
  display: block;
  z-index: 1;
  background: #d4b268;
  /* Old browsers */

  background: -moz-linear-gradient(bottom, #c99e40 0%, #d4b268 50%, #ddc288 51%, #dcc084 78%, #f6efdf 100%);
  background: -webkit-linear-gradient(bottom, #c99e40 0%, #d4b268 50%, #ddc288 51%, #dcc084 78%, #f6efdf 100%);
  background: -o-linear-gradient(bottom, #c99e40 0%, #d4b268 50%, #ddc288 51%, #dcc084 78%, #f6efdf 100%);
  background: -ms-linear-gradient(bottom, #c99e40 0%, #d4b268 50%, #ddc288 51%, #dcc084 78%, #f6efdf 100%);
  background: linear-gradient(to top, #c99e40 0%, #d4b268 50%, #ddc288 51%, #dcc084 78%, #f6efdf 100%);
  
}
#profileMenuDiv ul li::after {
  content: '';
  width: 100%;
  height: 8px;
  position: absolute;
  border-top-left-radius: 50% 4px;
  border-top-right-radius: 50% 4px;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #d4b268 61%, #d4b268 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #d4b268 61%, #d4b268 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #d4b268 61%, #d4b268 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #d4b268 61%, #d4b268 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  z-index: 2;
  bottom: 10px;
  bottom: 11px;
}
#profileMenuDiv ul li a {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 13px;
  color: #000000;
  z-index: 3;
  font-weight: bold;
}
#profileMenuDiv ul li a:hover,
#profileMenuDiv ul li.active a {
  color: #000000;
}
#profileMenuDiv ul li:hover,
#profileMenuDiv ul li.active {
  background: #d6a137;
  background: -moz-linear-gradient(bottom, #b58525 0%, #d6a137 50%, #ddb159 51%, #dcaf55 78%, #f0ddb6 100%);
  background: -webkit-linear-gradient(bottom, #b58525 0%, #d6a137 50%, #ddb159 51%, #dcaf55 78%, #f0ddb6 100%);
  background: -o-linear-gradient(bottom, #b58525 0%, #d6a137 50%, #ddb159 51%, #dcaf55 78%, #f0ddb6 100%);
  background: -ms-linear-gradient(bottom, #b58525 0%, #d6a137 50%, #ddb159 51%, #dcaf55 78%, #f0ddb6 100%);
  background: linear-gradient(to top, #b58525 0%, #d6a137 50%, #ddb159 51%, #dcaf55 78%, #f0ddb6 100%);
}
#profileMenuDiv ul li:hover::after,
#profileMenuDiv ul li.active::after {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #d6a137 61%, #d6a137 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #d6a137 61%, #d6a137 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #d6a137 61%, #d6a137 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #d6a137 61%, #d6a137 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}






profileMenuDiv,
#profileMenu ul,
#profileMenu ul li,
#profileMenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#profileMenu {
  width: 200px;
  font-family: Helvetica, Arial, sans-serif;
  color: #000000;
  position: absolute;
  margin-top: 30px;
  margin-left: 16px; 
  top:350px;
}
#profileMenu.align-right {
  float: right;
}
#profileMenu:after,
#profileMenu ul:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}


#profileMenu ul li {
  display: block;
  z-index: 1;
	background-image:url(image/itemOptions/upload.png);
	background-repeat:no-repeat;
	background-position:160px center;
	background-size:24px 24px;
	border:#a7d7c0 1px solid;
	border-radius:3px;
	border-top:none;
	opacity:0.8;
	color:#999;
}

#profileMenu ul li:hover{
  opacity:1;

}

#profileMenu ul li::after {
  content: '';
  width: 100%;
  height: 8px;
  position: absolute;
  border-top-left-radius: 50% 4px;
  border-top-right-radius: 50% 4px;
  z-index: 2;
  bottom: 10px;
  bottom: 11px;
}
#profileMenu ul li a {
  display: block;
  padding: 10px 30px 10px 10px;
  text-decoration: none;
  font-size: 14px;
  color: #333;
  z-index: 3;
  font-weight: bold;
}
#profileMenu ul li a:hover,
#profileMenu ul li.active a {
  color: #000000;

}
#profileMenu ul li:hover,
#profileMenu ul li.active {

}
#profileMenu ul li:hover::after,
#profileMenu ul li.active::after {

}


#profileMenu ul li#rate{
	background-image:url(image/itemOptions/star.png);
}
#profileMenu ul li#comment{
	background-image:url(image/itemOptions/comment.png);
}

#profileMenu ul li#toggleInActivate{
	background-image:url(image/itemOptions/toggle_inactivate.png);
}

#profileMenu ul li#toggleActivate{
	background-image:url(image/itemOptions/toggle_activate.png);
}

#mask{
	margin-top:30px;	
}