@charset "utf-8";


#Menu {
	padding: 0;
	font-size: 16px;
	height: 40px;
	width: 960px;

	background-image: 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	line-height: 40px;
	background-image: url(../images/index/nav_bg%20.png);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#Menu ul {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	line-height:30px
	
}

#Menu ul li {
	margin: 0;
	float: left;
		
}

#Menu ul li a{
	width:137px;
	height:40px;
	color:white; /* text color menu bar white-- */
	display:block;
	text-decoration:none;
	font-size:16px;
	text-align:center;
	padding:0px;
	border-radius:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:bold;
	text-shadow:1px 1px 1px #000;
	line-height: 40px;
}

	#Menu a:hover{
	background:#003366;
	color:#0F0;   
}
/*****************************************************/	
	
	
	#Menu ul li ul{
	background:#003366; 
	
	}
	
	#Menu ul li ul{
	background:#003399;	
	}
	#Menu ul li ul li {
	float:none;
	}
	
	#Menu ul li ul {
	display:none;
	}
				
	#Menu ul li:hover ul{
	display:block;
	}
		
	.clearFloat {
	clear:both;
	margin:0;
	padding:0;
	}

#s1 {
	clear: both;
	height: 12px;
	width: 960px;
}

#s2 {
	clear: both;
	height: 12px;
	width: 960px;
}
#s3 {
	clear: both;
	height: 12px;
	width: 960px;
}
