/*****  LIELAIS KOPEEJAIS MENU  *****/
div.menu  { 
  position: absolute;
  visibility: hidden; 
  width: 300px;
  left: 0;
  top: 0;
  z-index: 500;
  font-size: 12px; 
  background: #e9e9e9;
  border-top: 3px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #afafaf;
  margin-left: -20px;
  margin-top: -30px;
  padding: 5px;
  filter: alpha(opacity=90);
  -moz-opacity: .90;
  opacity: .90;
}

/*****  MAZAAS DETALJAS  *****/
div.menu ul {
	margin:.5em 1em .6em 0;
	padding: 0;
}
div.menu ul li {
	line-height: 1;
	list-style-type: none;
	margin: 0 0 .8em .4em;
}
div.menu a {
	text-decoration: none;
	white-space: nowrap;
}  
div.menu a:link {
	color: #333333;
}
div.menu a:visited {
	color: #333333;
}
div.menu a:hover {
	color: #333333;
	border-bottom: 1px dashed #33c;
}
