div.dropdown table 
{
background-color: #2a425d;
border-top-width: 1px;

border-right-width: 1px;

border-bottom-width: 1px;

border-left-width: 1px;

border-top-style: solid;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-top-color: #eeffbb;

border-right-color: #eeffbb;

border-bottom-color: #eeffbb;

border-left-color: #eeffbb;

}
div.dropdown .menu, div.dropdown .userbar {
  position: absolute;
  left: 0px;
  top: 2px;
  visibility: hidden;
  border:1px;
  z-index:9999;
  
}

div.dropdown .userbar .item{
  padding: 2px 5px;
}

div.dropdown .menubar{
	float: left;
	padding: 5px 10px;
	margin: 0px 1px;
	font-weight: bold;
	z-index:9999;
}

div.dropdown a.item {
  	display: block;
}