.more_action_container
{
  margin: 0 15px 0 0;
  padding: 0;
  right: 0px;
  position: absolute; 
  top: 0px;
   *top: 1px;

}

.more_action_container:hover
{
  z-index: 1;
  
}

.more_action_container ul 
{
  border: transparent; /* Display an invisible border so that the text does not jump on the hover */
	color: #fff;
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.more_action_container ul.gray_border_ul
{
  border: 1px solid #000; /* Display an invisible border so that the text does not jump on the hover */
}

.more_action_container ul:hover div a
{
  border: none;
 
}

.more_action_container ul:hover 
{
  /* Display the border around the whole popup menu */
  background:transparent;
}

.more_action_container li ul
{
  /* Hide the inlist list by default */
  display: none;
}

.more_action_container li:hover ul, li.over ul
{
  /* Show the inline list when the More item is hovered over */
  display: block;
  background: url(/images/moreInfo_nav_bg.gif) no-repeat;
  padding:5px 10px 5px 10px;
  width:75px;
  height:46px;
  
}

.more_action_container li ul
{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}


.more_action_container li ul a:link, .more_action_container li ul a:active, .more_action_container li ul a:visited
{
	color:#fff;
	font-weight:bold;
  font-size:11px;
  *margin-left: 10px;
}

.more_action_container li ul a:hover
{
	color: #e57a00;
}
