ul#menu{ 
	position: absolute;
	left: 0;  	
	top: 0;
	/*width: 100%;*/
	height: 13px;  /* was 23px */
	font-size: 10px;   /* This line is required in order for li a vertical-align:middle below to work */
	/*background: #FFF url("images/menu-bg.gif") top left repeat-x;*/	
	background-color: #333333;
	/*background-image: url('../images/darkbrown_4_doubled.jpg');	
	/*vertical-align: top; */
	/* color: #010101; */  /* was #F6F6F2 */
	/* font-size: 9px; */   /* was 0.8em-- doesn't seem to affect font-size */
	/* font-family: Lucida Grande, Verdana, sans-serif;  */
	/* color: #172462; */
	font-weight: normal; 
	list-style-type: none; 
	margin: 0; 
	padding: 0px 0px 0px 0px;   /* was 0px 9px 1px 8px */
	}
ul#menu li {
	/* height: 14px; */
	/* width: 56px;  */
	/* display: block; */
	/* color: #172462; */
	
	float: left; 
	margin: 0 0 0 0;  /* was 0 0 0 5 */
	padding: 0px 11px 0px 12px;  /* t r b l */
	}
ul#menu li a { 
	/*vertical-align: middle;*/
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 10px;
	color: #EEEEEE; 
	vertical-align: middle;	   /* This vertical-align:middle element requires ul#menu font-size:10pxin line above in order to work */
   /*  text-shadow: 1px 1px 3px #172462; */	
	/* color: #1f1f00;  */  /* test */
	/* color: #CEB89A; */   /* was #F6F6F2 */
	text-decoration: none; 
	border: 0;
	/* border-color: #ecedef; */
	/* display: block; 
	float: left; */ 
	/*line-height: 100%;  /* was 120% */
	/* padding: 1px 5px 0px 5px; */  /* was 8px 15px 0 */
	/* border: 1; */
	/* border-style: groove; */
	/* border-bottom: 0; */	
	}
ul#menu li a:hover { 
	/* color: #ffff87; */	/* was #CEB89A */
	font-weight: normal; 
	text-decoration: underline;
	border: 0;
	/* border-color: #ecedef;
	border-bottom: 0;	 */
	/* border-style: groove; */	
	/*background-image: url('../images/darkbrown_5.jpg');		*/
	}
	
	
ul#menu li a.current { 
	font-size: 9.5px; 
	color: #ecedef;   
	/* color: #ffff87; */  /* was #FDFDFF */
	font-weight: bold;
	/* text-decoration: none; */
	background-color: #222222;  	
	/* border-color: #818181; */
	border: 0
	/* border-bottom: 0; */
	/* border-style: groove; */  /* need to include a border for "current" in order to keep it parallel with other tabs  */
	/*vertical-align: top;*/	
	/* padding: 1px 7px 3px 5px; */
 	}

/* .tab-Home {
	background-color: #818181;
}
.tab-DB {
	background-color: #4E4E4E;
}
.tab-Sat {
	background-color: #010101;
}
.tab-Enn {
	background-color: #3f51b5;
}	
.tab-Twit {
	background-color: #3C8FC9;
} */

	
/* ul#menu li a.current-db { 	
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: #818181;	
	border-bottom: 0;
	background-color: #382C2A;	
	background-image: url('../images/darkbrown_4_doubled.jpg'); 
}*/	
	
	