#nav{
	float: right;
	width: 557px;
}
#info{
	margin-top: 43px;
	background: url(../images/menu_bg.png) no-repeat;
	width: 557px;
	height: 70px;
}
#info p{
	font-family: Georgia, serif;
	font-size: 20px;
}
#info .address{
	color: #F24B20;
	padding-right: 11px;
	
}
#info .email{
	color: #97AD05;
	padding-left: 11px;
}
#info .email a{
	color: #97AD05;
}

#info .tel1{
	color: #0099FF;
	padding-right: 11px;
	text-align: right;
}
#info .tel2{
	padding-left: 11px;
	color: #FF9900;
}
#info table{
	margin: 4px 0 0 30px;
}
#info table tr{
	height: 31px;
}
#info table td{
	padding-bottom: 2px;
	vertical-align: middle;
}
#menu{
	list-style-type: none;
	margin-top: 21px;
	overflow: hidden;
	zoom:1;
	float: right;
}
#menu li{
	float: left;
	padding: 0 4px 0 36px;
	height: 31px;
	line-height: 31px;
	font-size: 18px;
	font-family: Georgia, serif;
}
#menu li a{
	text-decoration: none;
}
#menu li#pr a{
	color: #FF3300;
}
#menu li#ak a{
	color: #7AA300;
}
#menu li#vo a{
	color: #FF9900;
}
#menu li#ko a{
	color: #0096ED
}
#pr{
	background: url(../images/li_red.png) no-repeat;
}
#ak{
	background: url(../images/li_green.png) no-repeat;
}
#vo{
	background: url(../images/li_orange.png) no-repeat;
}
#ko{
	background: url(../images/li_blue.png) no-repeat;
}