body {
	background-image:url(../images/pattern.jpg);
	background-repeat: repeat;
}

#wrapper {
	width:960px;
	margin:0 auto;
	margin-top:0px;
}

.lightmenu {
	width:900px;
	height:45px;
	background: transparent;
	background-image:url(../images/light.png);
	background-repeat: no-repeat;
	background-position: bottom;
	clear:both;
	
}
.lightBlue, .lightGreen, .lightPink, .lightRed {
	position: relative;
	height: 45px;
	width: 900px;
	overflow: hidden;
	float:left;
}
.lightBlue li, .lightGreen li, .lightPink li, .lightRed li {
	float: left;
	list-style: none;
	width: 128px;
	height:40px;
	background-image:url(../images/sep.png);
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
	top:0px;
}
.lightBlue li.back {
	background-image:url(../images/blue.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	margin-left:-0px;
	height: 20px;
	z-index: 8;
	top:0px;
	position: absolute;
}

.lightGreen li.back {
	background-image:url(../images/green.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	margin-left:-3px;
	height: 20px;
	z-index: 8;
	top:5px;
	position: absolute;
}

.lightPink li.back {
	background-image:url(../images/pink.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	margin-left:-3px;
	height: 20px;
	z-index: 8;
	top:5px;
	position: absolute;
}

.lightRed li.back {
	background-image:url(../images/red.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	margin-left:-3px;
	height: 20px;
	z-index: 8;
	top:5px;
	position: absolute;
}

.lightBlue li a, .lightGreen li a, .lightPink li a, .lightRed li a {
	font-size: 16px ;
	font-family:"Myriad Pro", sans-serif;
	font-weight: normal;
	text-decoration: none;
	width:128px;
	padding-right: 3px;
	color: #ffffff;
	outline: none;
	text-align: center;
	letter-spacing: 0;
	z-index: 5;
	display: block;
	float: left;
	top:15px;
	height: 30px;
	position: relative;
	overflow: hidden;
}

.lightBlue li a:hover, .lightGreen li a:hover, .lightPink li a:hover, .lightRed li a:hover {
	color:#2c2c2c;
}