@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  src: local('Oxygen Light'), local('Oxygen-Light'), url(http://themes.googleusercontent.com/static/fonts/oxygen/v2/-1odZCVpKpOs9pNLq607fj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: local('Oxygen'), local('Oxygen-Regular'), url(http://themes.googleusercontent.com/static/fonts/oxygen/v2/OFgyER5uFw7Cy-F01PjbVg.woff) format('woff');
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  src: local('Oxygen Bold'), local('Oxygen-Bold'), url(http://themes.googleusercontent.com/static/fonts/oxygen/v2/fSUtikcZd7PHZK0t2hzTeT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
 a img {
        border: 0;
    }

.lightmenu {
	width:1000px;
	height:110px;
	background: transparent;
	background-image:url(../images/1.png);
	background-repeat: no-repeat;
	background-position: bottom;
	clear:both;
	margin-bottom:10px;
	margin-top: 30px;
}
.P12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	background: #CCC ;
	border-radius: 5px;
	float: left;
	
}

.lightBlue, .lightGreen, .lightPink, .lightRed {
	position: relative;
	height: 62px;
	width: 700px;
	overflow: hidden;
	float:right;
	margin-right: -90px;
}
.lightBlue li, .lightGreen li, .lightPink li, .lightRed li {
	float: left;
	list-style: none;
	width: 110px;
	height:52px;
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
	top:8px;
}
.lightBlue li.back {
	background-image:url(../images/3.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 76px;
	margin-left:-3px;
	height: 23px;
	z-index: 8;
	top:4px;
	position: absolute;
}


.lightBlue li a, .lightGreen li a, .lightPink li a, .lightRed li a {
	font-size: 14px ;
	font-family:'Oxygen', Verdana;
	font-weight: normal;
	text-decoration: none;
	width:106px;
	padding-right: 3px;
	color: #fff;
	outline: none;
	text-align: center;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: right;
	top:19px;
	height: 30px;
	position: relative;
	overflow: hidden;
}

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

