		body {
			padding:0px;
			margin:0px;
			background-color:#f3f3f3;
		}

		#menu ul {
			padding:0 0 0 70px;
			margin:0px;
			width: 100%;
			background-color:#EAE8E5	;
			list-style:none;
			font:80% Verdana;
		}

		#menu ul li { display: inline; }

		#menu ul li a {
			background-color:#EAE8E5;
			color: #333;
			text-decoration: none;
			padding: 2px 10px;
			float: left;
			border-bottom:3px solid #E2E0DD;
		}

		#menu ul li a:hover {
			background-color:#D6D6D6;
			color: #6D6D6D;
			border-bottom:3px solid #825192;
		}
