/* CSS Document */
.menu {
  background-color: #CCCCCC;
  border-color: #FFCC99;
  border-style: solid;
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;
}

a.menuItem {
	color: #FF6600;
	cursor: default;
	display: block;
	font-family: MS Sans Serif, Arial, Tahoma,sans-serif;
	font-size: 8pt;
	font-weight: lighter;
	text-decoration: none;
	border: 1px solid #FFCC99;
	margin: 2px;
	padding-top: 1px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 8px;
}

a.menuItem:hover {
  background-color: #666666;
  color: #ffff00;
}

.gprob_link {
	font-size: x-small;
	color: #FFCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFCC99;
	border-right-color: #FFCC99;
	border-bottom-color: #FFCC99;
	border-left-color: #FFCC99;
	text-decoration: none;
}




