/* 
    Document   : dropDownCSS
    Created on : 19-Nov-2009, 20:16:41
    Author     : ivan
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
  display: block;
}

#sddm {
  margin: 0;
  padding: 0;
  z-index: 30;
}

#sddm li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font: bold 11px arial;
}

#sddm li a {
  display: block;
  margin: 0 1px 0 0;
  padding: 4px 10px;  
  background: green;
  color: #ffffff;
  text-align: center;
  text-decoration: none
}

#sddm li a:hover {
  background: #1e4608;
}

#sddm div {
  position: absolute;
  visibility: hidden;
  margin: 0;
  padding: 0;
  background: #EAEBD8;
  border: 1px solid #5970B2
}

#sddm div a {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 10px;
  width: auto;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  background: #EAEBD8;
  color: #2d680d;
  font: 11px arial
}

#sddm div a:hover {
  background: #8ebf73;
  color: #FFFFFF
}