h1 {
	margin: 0;
}

hr {
	border: none;
	height: 1px;
	line-height: 1px;
	margin-bottom: 20px;
	padding: 0;
}

	

		.menu { 
			height: 45px;
			display: block;
		}

		.menu ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

		.menu ul li {
			/* width and height of the menu items */  
			float: left;
			overflow: hidden;
			position: relative;
			text-align: center;
			line-height: 45px;
		}

		.menu ul li a {
	/* must be postioned relative  */ 
			position: relative;
	display: block;
	width: 100px;
	height: 45px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
		}

		.menu ul li a span {
			/* all layers will be absolute positioned */
			position: absolute;
			left: 0;
			width: 110px;
		}

		.menu ul li a span.out {
			top: 0px;
		}

		.menu ul li a span.over,
		.menu ul li a span.bg {
			/* hide */  
			top: -45px;
		}

		/** 1st example **/

		#menu {

		}

		#menu ul li a {
			color: #fff;
		}

		#menu ul li a span.over {
	color: #05742F;
		}

		#menu ul li span.bg {
			/* height of the menu items */  
			height: 45px;
			background: url('images/bg_over.gif') center center no-repeat;
		}
		
		/** 2nd example **/

		#menu2 {
			background: #000;		
		}
		
		#menu2 ul li a {
			color: #FFF;
		}

		#menu2 ul li a span.over {
			background: #FFF;
			color: #000;
		}
.txt {
	text-align: right;
	line-height: 20px;
}
.txt a {
	text-decoration: none;
	color: #FFFFFF;
}
.txt a:hover {
	text-decoration: none;
}
