/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/

ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #278639;
}

#nav a {
	font-weight: bold;
	color: green;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	padding: 0.4em 0.5em 0.3em 0.5em;	/* top, right, bottom, left */


}

#nav li li a:hover {
	padding: 0.4em 0.5em 0.3em 0.5em;	/* top, right, bottom, left */
	
	border: 0;
	border-width: 0;
	color: #fabb00;
}

li {
	float: left;
	position: relative;
	width: 123px;
	height: 25px;
	text-align: left;
	cursor: default;
	background-color: white;
	border: 0;
	border-width: 0;

}


li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0;
	border-right: solid 1px #86d595;
	border-left: solid 1px #86d595;
	border-bottom: solid 1px #86d595;
	
}

* html li ul {
	top: 105%;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	
	background-color: white;
	height: auto;
	min-height:25px;
	border: 0;
	padding: 0;
	
}

li:hover ul, li.over ul {
	display: block;
}

