/**
 * SkyBlueGallery Skin
 * @name SkyBlueGallery
 * @author Scott Lewis - http://www.skybluecanvas.com
 * @version 0.1
 * @date April 12, 2008
 * @category SkyBlueCanvas
 * @copyright (c) 2008 Scott Lewis (www.skybluecanvas.com)
 * @license CC Attribution - http://creativecommons.org/licenses/by/3.0/us/
 */

div.dropify
{
  cursor: pointer;
  width: 124px;
  margin: 0px 4px 0px 0px;
  padding: 0px;
  z-index: 1001;
  float: left;
}

div.dropify ul
{
  display: none;
  width: 124px;
  padding: 0px !important;
  margin: 0px !important;
  list-style-type: none;
  list-style-image: none;
  z-index: 1002;
  position: absolute;
  border-top: 1px solid #AAA;
}

div.dropify ul li
{
  width: 122px;
  height: 20px;
  padding: 0px !imporant;
  margin: 0px;
  border: 1px solid #AAA;
  border-top: none;
  background: #555;
  list-style-image: none;
}

div.dropify h2
{
  width: 117px;
  height: 18px;
  color: #CCC !important;
  background-image: url(../images/bg.selector.black.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  border: none;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sanserif;
  font-size: 12px !important;
  font-weight: bold !important;
  padding: 1px 0px 0px 10px !important;
  margin: 0px !important;
}

div.dropify a
{
  text-decoration: none;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sanserif;
  font-size: 12px;
  padding: 2px 0px 0px 10px;
  display: block;
  width: 112px;
  height: 18px;
  color: #000;
}


div.dropify a:hover
{
  color: #FFF;
}
