 #Menu {
	width:auto;
	height:30px; /*--29px Determines position of border-bottom in toplist*/
	margin:0 7px 0 7px;
	padding-top:20px;
	/*border-bottom:1px solid transparent!important;*/
	border-bottom:1px solid #c6c6c6;
}
 #Menu ul { /* Top/Sub-Lists Top Bullets */
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
	color:#666; /* #666 */
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 1.5em;
}
 #Menu li {	/* Top/Sub menu list items */
	float:left;
	height:2.1em; /*-- 2.1em affects border-bottom in toplist*/
}
 #Menu li a {	/* Top non-active a Idle */
	float:left;
	display:block;
	height:29px; /* 1.6em */
	text-decoration:none;
	color:#666;
	padding: 0 7px 0 7px; /* TRBL */
}
 #Menu li.offset {
	float:right;
}
 #Menu li li { /* Sublist Items */
	height:2.1em; /* 2.1em - height of sublist */
	float:left;
	border-top:4px solid transparent!important;
	border-top:4px solid #000;  /*#000- border black for IE6 */
}
 #Menu ul ul {
	position:absolute;
	top:30px; /* Top offset of sub-list */
	left:-9999em; /*-9999em Responsible for showing sublist in idle */
	width:100%;
	z-index:20; /*-- 20 */
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 11pt; /*0.8em-11pt*/
}
 #Menu ul li:hover ul, #Menu ul li.sfhover ul {	/* sublist Bullets when top/sub items hovered - is #666 */
	left:0px; /*-1px Responsible for sublist shifting */
	color:#666;
}
 #Menu ul li#active ul { /* active sublist Bullets idle */
	left:0px; /*-1px Shows sublist in idle */
	z-index:5;/*--5 */
	/* [disabled]border-top:1px solid red; */
}
#Menu ul:hover li#active ul { /* dark bgnd */
	left:-9999em; /*-clear idle when top non-active hovered */
	z-index:5;/*--5 */
}
#Menu ul li#active:hover ul {	/* dark bgnd */
	left:0px; /*-1px Shows sublist when top-active-hovered */
	color:#666;
}

 #Menu li:hover a, #Menu li.sfhover a { /* Top non-active Hovered */
	color:#fff;
	margin: 0 3px 0 3px !important;
	padding: 0 7px 0 7px; /* TRBL */
	border: 1px solid #c6c6c6;
	border-bottom:1px solid #131313;
}

 #Menu li:hover li a,#Menu li.sfhover li a {	/* sublist non-active - is #c6c6c6 */
	color:#666;
	border: none;  /*--sublist items borders when top or sub items hovered*/
	padding: 0 2px; /* TB-RL */
}
 #Menu li li a:hover {						/* sublist non-active hovered - is #000 */
	/* [disabled]border: none; */
	color:#fff;
}
#Menu ul:hover > li#active a {
	border: none;
	height:29px; /* Length of top-active frame */
}
 #Menu li#active a { /*-- Active Top Idle */
	color:#c6c6c6; /*-- Lighter Gray */
	margin: 0 3px 0 3px !important;
	padding: 0 7px 0 7px;
	border: 1px solid #c6c6c6;
	border-bottom:1px solid #131313;
}

 #Menu li#active a:hover, #Menu ul li#active:hover > a {  /* Active Top Hovered */
	color:#fff;
	border: 1px solid #c6c6c6;
	border-bottom:1px solid #131313;
}
 #Menu li#active li a { /* Active Sub-Items Idle */
	border: none;
	color:#666;/* lighter Gray */
	padding: 0 2px; /* TB-RL */
}
 #Menu li#active li a:hover { /* Active Sub-Items hovered */
	border: none;
	color:#fff;
}
 #Menu li#active li#subActive a {	/* Active Sub-Active Idle */
	color:#c6c6c6; /*#666*/
	font-weight: bold;
}
 #Menu li#active li#subActive a:hover {	/* Active Sub-Active Hovered */
	color:#fff;
}
