#footer {
	color: #666666;
	background-color: #eff1f3;
	background-image: url(/img/bg_footer.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 100%;
	position: fixed; 
	left: 0px; 
	bottom: 0px; 
	height: 27px;
}

#logom {
	padding-left: 49px;
	width: 201px;
	float: left;
}
#menu-footer {
	float: left;
	padding-right: 23px;
	padding-top: 2px;
	color: #666666;
	font-size:14px;
	width: 727px;
	text-align: right;
	z-index: 20;
}
#menu-footer ul{
	overflow:hidden;
	list-style: none;
    margin: 0;
	padding:0;
}
#menu-footer li{
	display: inline;
	margin: 0;
	padding: 0;
}
#menu-footer a{
	color: #666666;
	font-size:10px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#menu-footer a:hover{
	color: #00adef;
}

