@charset "utf-8";

/* about */
.about{
	clear:both;
	width:100%;
	background-position: left 0;
}
.about .inner{
	position:relative;
	width:820px;
	margin:0 auto;
	height:100%;
}

.middle .inner .content{
	width:800px;
	top: 20px;
}

.about .inner .navg{
	width: 820px;
	height: 35px;
	background:url(../img/simp/about.gif) no-repeat 0 0;
}

.about .inner .navg .bg2{
	width: 820px;
	height: 35px;
	background:url(../img/simp/about2.gif) no-repeat 0 0;
}

.about .inner .navg .bg3{
	width: 820px;
	height: 35px;
	background:url(../img/simp/about3.gif) no-repeat 0 0;
}

.navg ul.menuItems{
	margin:0;
	padding:0 0 0 185px;
}
.navg ul.menuItems li{
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
}
.navg ul.menuItems li a{
	display:block;
	border:0;
	width: auto;
	height:35px;
}
.navg ul.menuItems li.item1{
	width:117px;
}
.navg ul.menuItems li.item2{
	width:117px;
}
.navg ul.menuItems li.item3{
	width:117px;
}

.navg ul.menuItems li a:hover{
	background-image:url(../img/simp/about.gif);
}
.navg ul.menuItems li.item1 a:hover{
	background-position:-185px -35px;
}
.navg ul.menuItems li.item2 a:hover{
	background-position:-301px -35px;
}
.navg ul.menuItems li.item3 a:hover{
	background-position:-419px -35px;
}

