.menu {
  background-color: #c0c0c0;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  margin: 0px;
  padding: 2px;
  position: absolute;
  visibility: hidden;
  z-index:101;
  -moz-box-sizing		: border-box;
}

a.colorItem,
a.colorItemDisabled,
a.colorItem:hover
 {
  position:relative;
  top:0px;
  left:0px;
  color: #000000;
  cursor: default;
  display: block;
  height: 18px;
  line-height: 18px;
  width: 100px;
  margin: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #333333;
  -moz-box-sizing		: border-box;
}

a.colorItem:hover {
  color: #ffffff;
  border: 1px solid #FFFFFF;
}

a.colorItemDisabled {
	color:				GrayText;
}

.menuItemSep {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #909090;
  margin: 3px 1px 3px 1px;
  font-size: 0pt;
}


/* menu on entry */
.entrymenu
{
	position: absolute;
	visibility: hidden;

	background-color: #aaaaaa;
	border: 1px solid;
	border-color: #eeeeee #333333 #333333 #eeeeee;

	margin: 0px;
	padding: 2px;
	z-index:101;
	-moz-box-sizing	: border-box;
}

.entrymenu A.menuitem, .entrymenu A.menuitem:hover
{
	display: block;
	width: 100%;
	
	font-family: verdana, tahoma, arial;
	font-size: 9px;
	line-height: 10px;
	color: white;
	text-decoration: none;

	background-color: #aaaaaa;
	padding: 2px;
	border-width: 0px;
	white-space: nowrap;
	-moz-box-sizing	: border-box;
}

.entrymenu A.menuitem:hover
{
	background-color: #ffffff;
	color			: #339900;
}

