
#wrapperMenu {


position:absolute;




	width:700px;
	height:252px;
	margin:0 auto;
	margin-top:135px;
	margin-left:290px;
	*margin-top:0px;
	padding-top:0px;
	border: solid 0px;
	COLOR: #ffffff;
	
}

.lightmenu {

	width:700px;
	height:262px;
	background: transparent;
	background-image:url(/images/light65.png); 
	background-repeat: no-repeat;
	background-position: bottom;
	clear:both;
	margin-bottom:60px;
	COLOR: #ffffff;
}
.lightBlue, .lightGreen, .lightPink, .lightRed {
	position: relative;
	height: 162px;
	width: 700px;
	overflow: hidden;
	float:left;
	COLOR: #ffffff;
}
.lightBlue li, .lightGreen li, .lightPink li, .lightRed li {
	float: left;
	list-style: none;
	width: 100px;
	height:100px;
	background-image:url(/images/sep.png);
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
	top:9px;
}
.lightBlue li.back {
	background-image:url(/images/tt.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	margin-left:-3px;
	height: 25px;
	z-index: 8;
	top:5px;
	position: absolute;
	color: #bba117;
}

.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;
	color: #bba117;
}

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

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

.searchbox {
	width:197px;
	float:right;
	margin-right:22px;
}

.searchbox input.lightsearch {
	background: url(/images/lightsearch.png) no-repeat;
	border: 0;
	width: 170px; /* width of text-display area */
	padding: 2px 5px 2px 24px;
	font-size: 11px;
	color: #575757;
	margin-top:24px;
	height: 19px; /* height of text-display area */
}
