/************************************************************
*           web-sn_winmenu.css - part of EditAce            *
*           copyright Simon Norris 2002                     *
*           email: si@web-sn.com                            *
*           EditAce home page: http://www.web-sn.com        *
*                                                           *
*           Removal or modification of this notice is       *
*		    a violation of copyright and the terms of use   *
*           Last Modified: June 24 2002                     *
************************************************************/
div.web-sn_listItem {
	font: menu;
	left: 0px; 
	padding-bottom: 2px; 
	padding-top: 0px; 
	position: relative; 
	top: 0px;
	width: 150px;
	height: 21px;
	z-index:10;
	filter: alpha(opacity=100);
	display: block
}

div.web-sn_listItemoff {
	font: menu;
	left: 0px; 
	padding-bottom: 2px; 
	padding-top: 0px; 
	position: relative; 
	top: 0px;
	width: 150px;
	height:21px;
	z-index:10;
	filter: alpha(opacity=15);
}

div.web-sn_dropMenu { 
    background: menu; 
	border: 2 outset buttonhighlight;
	font-family: MS Sans Serif, Verdana, Helvetica; 
	font-size: 8pt; 
	padding-bottom: 1px; 
	padding-left: 2px; 
	padding-right: 1px; 
	padding-bottom: 1px; 
	position: absolute;
}

div.separator {
    border-bottom: 1 solid buttonhighlight; 
	border-top: 1 solid buttonshadow; 
	margin-left: 2px; 
	margin-right: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 2px; 
	overflow: hidden;
}





