ul {
	margin:0;
	padding:0
	
	}
.lightmenu {
	width: 467px;
	height: 37px;
	background-image: url(images/light.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	clear: both;	/*margin-bottom:60px;*/
	text-align: center;
	border-radius: 13px;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-top-left-radius: 13px;
	-khtml-border-radius: 13px; /* закругл. для браузера Konquerer системы Linux */
	position: relative;
	top: -23px;
 /*   position:absolute;
	top: 150px;
	left:13%;*/
	
}
.lightBlue{
	position: relative;
	height: 37px;   /* было 62*/
	overflow: hidden;
	float:left;
	left: auto;
	top: auto;
}
.lightBlue li {
	float: left;
	list-style: none;
	height:36px;   /* было 36*/
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
	top:0px;
	padding-left: 13px;
	padding-right: 13px;	
}

.lightBlue #ct {
	background-image:url(images/sep.png);
}
.lightBlue li.back {
	background-image:url(images/blue.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;  /* было 45*/
	margin-left:-15px;
	height: 20px;
	z-index: 8;
	top:-4px;
	position: absolute;
	padding-left: 13px;
	padding-right: 13px;
}


.lightBlue li a {
	font-size: 16px ;
	font-family:"Myriad Pro", sans-serif;
	font-weight: normal;
	text-decoration: none;
	width:auto;   /* было 106*/
	padding-right: 3px;
	color: #575757;
	outline: none;
	text-align: center;
	z-index: 10;
	display: block;
	float: left;
	top:12px;  /* было 19*/
	height: 23px;  /* было 30*/
	position: relative;
	overflow: hidden;
	padding-left: 13px;
	padding-right: 13px;
}

.lightBlue li a:hover {
	color:#2c2c2c;
}
