
/*
 +------------------------------------------------------------------------+
 | WORLDWORDSANDIMAGES.COM                                                |
 +------------------------------------------------------------------------+
 | beet.css                                                               |
 | beet menus style sheet                                                 |
 |                                                                        |
 | Dtek Digital Media, www.dtek.net                                       |
 | 2004.11.16                                                             |
 |                                                                        |
 +------------------------------------------------------------------------+
 */


/*  
---------------------------------------------------------------------
beet is a simple set of scripts for creating DHTML menus.

Copyright (C) 2004 Daniel Kahn Gillmor

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 2
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 (in the file "COPYING"); if not, write to the
Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA.

or look for the GPL online at http://www.fsf.org/copyleft/gpl.html
---------------------------------------------------------------------
*/


/*
 * beet menu items
 *
 */
 
.beetmenubaritem {
	cursor: pointer; 
}

.beetmenubaritemselected {
	cursor: pointer; 
	color: #262626;
}

.beetmenubaritemselected {
	cursor: pointer; 
	color: #424242;
}

.beetmenu {
	text-align: left; /* counter the centering hack for Win/IE5.5 */
	display: none; 
	position: absolute; 
	margin: 0px;
	border-top: 2px solid #000000;
	border-left: 10px solid #000000;
	border-right: 10px solid #000000;
	border-bottom: 5px solid #000000;
	cursor: pointer;
}

.beetmenuitem {
	padding: 3px;
	background-color: #000000;
	color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
}

.beetmenuitemhighlight {
	padding: 3px;
	background-color: #FFFFFF;
	color: #000000;
	display: block;
	border-bottom: 1px solid #CCCCCC;
	font-size: 11px;
	text-transform: uppercase;
}
