

#grpstyle {text-decoration: none; 
      color: #ffffff;
      font-size:13px; }
      
.grpstyle {text-decoration: none; 
      color: #ffffff;
      font-size:13px; }      

.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
    color: #ffffff; /* group link color/*
	padding: 0px;  /* was 4px /*
	font-family: Arial, sans-serif, Trebuchet MS, Lucida Grande,
	Verdana, Lucida, Geneva, Helvetica;
    font-size: 10pt;}

.treeview li{ / * Style for LI elements in general (excludes an LI that contains sub lists) */
	text-align:left;
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 0px;
    font-size: 10pt;}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: url(closed.gif) no-repeat left -1px;
	margin:0;
	text-align:left;
    padding-top:3px;
    padding-bottom:0px;     /* gaps between groups on menu */
    padding-left: 3px; /* was19px */
	/* cursor: hand;  !important; */
	cursor: pointer  !important;
	width: 173px;}

.treeview li.submenu ul{ /* Style for ULs that are children of LIs (submenu) */
	margin:0;
	display: none; /* Hide them by default. Don't delete. */
	width:153px;
	border-width:1px 1px 1px 1px;
	border-color:#fff;}

.treeview .submenu ul li{ /* Style for LIs of ULs that are children of LIs (submenu) */
	margin:0;
	cursor: default;
	border-width:1px 1px 1px 1px;
	margin-bottom: 1px;
	margin-left:15px;
	font-weight:normal;
	color: #fff;}

#xbutton {
	width: 143px;
    background: url(btn-bg.jpg); /* menu background */
	padding: 0 0 0 0;
    margin-left:5px;
    margin-top:3px;
	margin-bottom: .3em;
	font-family: sans-serif, arial, ms sans serif, Trebuchet MS, Lucida Grande,
	Verdana, Lucida, Geneva, Helvetica;
	color: #ffffff;
	}

#xbutton ul {list-style: none;
	margin: 0;
	padding: 0;
	border: none;
		}

#xbutton li {margin: 0; }

#xbutton li a {
	display: block;
	margin-bottom:5px;
	padding: 2px 2px 2px 0.5em;
	color: #ffffcc;
	width: 100%;
		}


,button {
	width: 143px;
    background: url(btn-bg.jpg); /* menu background */
	padding: 0 0 0 0;
    margin-left:5px;
    margin-top:3px;
	margin-bottom: .3em;
	font-family: sans-serif, arial, ms sans serif, Trebuchet MS, Lucida Grande,
	Verdana, Lucida, Geneva, Helvetica;
	color: #ffffff;
	}
	
.button ul {list-style: none;
	margin: 0;
	padding: 0;
	border: none;
		}
			
.button li {margin: 0; }

.button li a {
	display: block;
	margin-bottom:5px;
	padding: 2px 2px 2px 0.3em;
	color: #ffffcc;
	width: 100%;
    }
    
.button li a:hover {
	background-color: #ffffcc;   /* category hover color if used; */
    text-decoration: underline;
    color: #004F00;
    }    

html>body #button li a {
	width: auto;
    text-decoration: none;
		}
#xbutton li a:hover {
	background-color: #ffffcc;   /* category hover color if used; */
    text-decoration: underline;
    color: #004F00;
    }

.mnu {margin-top: 3px; font-size: 13px; font-face:Arial; color:#fff; font-weight:bold; text-decoration: none;}

.mnu a:hover, .mnu a {color: #fff; /* 683310;   // grp link color for home,cart, etc.; */
    padding-left: 5px; /* was 19px;       */
    text-decoration: none;
    font-weight :bold;}

#mnu {margin-top: 3px; font-size: 13px; font-face:Arial; color:#fff; font-weight:bold; text-decoration: none;}

#mnu a:hover, #mnu a {color: #fff; /* 683310;   // grp link color for home,cart, etc.; */
    padding-left: 5px; /* was 19px;       */
    text-decoration: none;
    font-weight :bold;}