#access {
  float:right; 
  height: 10px;
z-index: 1000;/*  background: #00FF66;*/
/* position: absolute;*/
display:inline-block;
   /*position: relative;
  width: auto;*/
}
#access ul {
 list-style : none;
  padding: 0;
  margin: 0;
 }
#access > ul {
 
 text-align:left;
 position: relative;
  display: block;
 
  bottom:0;
   width: 100%;
  z-index: 600;
}
#access > ul > li {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
#access > ul > li > a {
  font-weight: bold;
  padding: 0 10px;
   height: 10px; 
   -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

 #access ul ul {
 	display:none;
	width:200px;
	position:absolute;
	right:0; 
	top:25px;
	background:#ffffff;
	padding:10px;
 	overflow:visible;
	border-right:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	border-radius: 3px 0 3px 3px;
	-moz-border-radius: 3px 0 3px 3px;
	-webkit-border-radius: 3px 0 3px 3px;
	-moz-box-shadow:  1px 1px 12px 1px #000000;
	-webkit-box-shadow: 1px 1px 12px 1px  #000000;
	box-shadow: 1px 1px 12px 1px  #000000;
	}

#access ul ul form li{position:relative; font-size:18px;}
#access ul ul form label{color:#666666; font-size:18px; font-style:italic; background:none; border:none; padding:0; cursor:auto; display:none;}
#access ul ul form input{width:160px; margin-bottom:5px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow: inset 1px 1px 1px 0px #cccccc; -moz-box-shadow: inset 1px 1px 1px 0px #cccccc; -webkit-box-shadow: inset 1px 1px 1px 0px #cccccc;  background:#eeeeee; border:1px solid #999999; }
#access ul ul form .bottone{width:auto; font-size:12px; background: #366F8E top left repeat-x; border-bottom: 1px solid #336D8E; color: #fff; cursor: pointer; display: inline-block; font-weight: bold; padding: 2px 9px; position: relative; text-decoration: none; border: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.3); text-shadow: 0 -1px 1px rgba(1, 1, 1, 0.4); -webkit-border-radius: 5px;  -moz-border-radius: 5px;  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);  cursor:pointer; box-shadow:none; float:left; }
#access ul ul form .bottone:hover{background: #5B9FC5 bottom center no-repeat; text-decoration: none; }
#access ul ul form .bottone:active{background: #4B7796;  border: 1px solid #426883; color: #E0E0E0; padding: 2px 9px 2px; top: 1px; -webkit-box-shadow: none; -moz-box-shadow: none;}