.cls {
	clear: both;
}

a:focus {
	outline: none;
}

.menu {
	height: 52px;
	display: block;
	padding: 0px;
	width: 750px;
	margin-top: 15px;
	
	
}

.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;
	line-height: 52px;
	text-align: center;
	margin-left: 1px;
}

.menu ul li a {
	/* must be postioned relative  */
	position: relative;
	display: block;
	width: 120px;
	height: 52px;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	letter-spacing: 1PX;
	color: #1F1F1F;
}

.menu ul li a span {
	/* all layers will be absolute positioned */
	position: absolute;
	left: 0;
	width: 120px;
	text-transform: uppercase;
}

.menu ul li a span.out {
	top: 0px;
}

.menu ul li a span.over,
.menu ul li a span.bg {
	/* hide */
	top: -52px;
}

#menu1 {
	background-color: transparent;
}

#menu1 ul li a {
	color: #000;
}

#menu1 ul li a span.over {
	color: #FFF;
}

#menu1 ul li span.bg {
	/* height of the menu items */
	height: 52px;
	/*background-image: url(../images/bg_over.gif);*/
	background-repeat: repeat;
	background-position: center center;
	background: #067CC2;
}

#menu1 ul li.active span {
	/* height of the menu items */
	height: 52px;
	/*background-image: url(../images/bg_over.gif);*/
	background-repeat: repeat;
	background-position: center center;
	background: #067CC2;
	color: #FFFFFF;
}
