.Links {
	margin: 0;
	padding: 0;
	background-color: #cadacd;
	width:748px;
	height:30px;
	border: 1px solid black;
	font-size: 1.4em;
	position: absolute;
	left: 0;
	z-index:2;
	text-align: center;
	}
	
/* remove the bullets, padding and margins from the lists */
.Links ul	{
	padding:0;
	margin:0;
	}

.Links a {
	font-size: 0.8em;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
.Links ul li	{
	position:relative;
	z-index:10;
	padding-left:20px;
	padding-right:5;
	list-style-type:none;
	float: left;
	}
.Links ul li ul {
	display: none;
	}
.Links ul li ul a, .Links ul li ul a:visited {
	padding-left:5px;
	display:block; 
	width:164px; 
	height:20px; 
	text-align:left; 
	border:1px solid #fff; 
	background: #cadacd; 
	line-height:20px;
	z-index: 30;
	overflow:hidden;}
	
/* specific to non IE browsers */
.Links ul li:hover ul {display:block; position:absolute; top:26px; left:-10px; width:170px;  font-size: 0.8em;}
.Links ul li:hover ul li ul {display: none;}
.Links ul li:hover ul li a {display:block;}

/* style all the links
	padding-bottom: 0 */
.Links a, .Links :visited {
	display: block;
	padding: 4px 0;
	margin-right: 1px;
	text-align: center;
	}
