#sddm
{ margin: 0 50px 0 0; padding: 0; z-index: 30 ; float: right; }
#sddm li
{ color: #111; font-size: 12px; font-family: arial; font-variant: normal; line-height: normal; margin: 0; padding: 0; list-style: none; float: left; }

#sddm li a
{ display: block; margin: 0; padding: 5px 5px 0 10px; color: #222; font-size: 12px; font-family: arial; line-height: normal; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: inherit; text-align: center; text-decoration: none    }

#sddm li a:hover
{ color: #690; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }

#sddm div
{ position: absolute; visibility: hidden; margin: 0; padding: 0; background: #e8e8e8; max-width: 150px; border-color: #690; outline-color: #690; outline-width: 1px; }

	#sddm div a
	{ position: relative; display: block; margin: 0; padding: 5px 10px; width: auto; white-space: nowrap; text-align: left; text-decoration: none; background: transparent; color: #222; font-size: 12px; font-family: arial; line-height: normal; font-variant: normal; }

	#sddm div a:hover
	{	background: #9c6;
		color: #fff}
		
div.img
  {
  margin:4px;
  border:1px solid #99CC66;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #99CC66;
  }
div.img a:hover img
  {
  border:1px solid #FF0000;
  }
