/*
 * CSS components of Menu Toolkit portion for Think Online Web Desktop Toolkit
 * Copyright (C) 2009 Andy Tsai 薒昭安

 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.

 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.

 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.

 * Web Menu Toolkit
 * Dedicated to the one that has my heart.
 * last change ver. 2009-1021
 */
div.menubar {
background-color:yellow;
z-index:30000;
}

span.menu {
padding:2px 10px;
margin-right:20px;
}

div.dropdown {
position:absolute;
cursor:default;
visibility:hidden;
min-width:50px;
min-height:0.5em;
padding:2px;
z-index:30001;
  /* for IE */
  filter:alpha(opacity=85);
  /* CSS3 standard */
  opacity:0.85;

}

.tear {
background-image: url(images/tear.gif);
background-position: center left;
background-repeat: repeat-x;
text-align: justify;
font-size: 10px;
margin-left: 5px;
margin-right: 5px;
padding-left: 5px;
padding-right: 5px;
}

.tear:hover {
background-image: url(images/tear-on.gif);
}
.button {
  background: #ccd775;
  border:#ccd775 1px solid;
  text-align:center;
  text-decoration:none;
  font-weight:bold;
  padding:10px 10px;
  margin:10px;
  cursor:pointer;
display:block
}

.button:hover { border-style:outset;color:white;background-color:blue; }

div.menu_item {
padding:5px;
}

/* This don't work in IE 6 so has to be manual
div.menu_item:hover {
background-color:red;
}*/
