
.tdmenu {
	text-align: center; 
	background-image: url(images/menu.jpg); 
	height: 31px;
	}
	
.tdmenu2 {
	text-align: center; 
	background-image: url(images/body-bkg.jpg); 
}	

.tdmenu3 {
	text-align: center;
	background-image: url(images/footer.png);   
	height: 120px; 
	vertical-align: top;
	}
	
p {
	font-family: arial; 
	font-size: 3;
	}	
	
#menu {
	height: 30px;
	line-height: 30px;
	background: #2d4d97 50px 50px;
	}

#menu ul {
	list-style-type: none;
	padding-left: 30px;
	}

#menu ul li {
	display: block;
	float: left;
	}

#menu ul li a {
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 30px;
	padding-top: 0;
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
	color: white;
	}
	
#menu ul li a:hover {
	color: #aaa;
	text-decoration: none;
	}