@import url('reset.css');
/* General Demo Style */







.more{
	position:relative;
	clear:both;
    font-size: 12px;
    padding: 20px 0px;
    text-transform:uppercase;
    width: 1000px;
    height:100px;
    margin: 0 auto;
}
.more ul{
	display:block;
	text-align:center;
}
.more ul li{
	display: block;
    padding: 4px 2px;
    float:left;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#0099c5;
	color:#fff;
}
.more ul li a{
	color:#555;
    float:left;
	background:#fff;
    width: 60px;
	height: 20px;
	padding: 10px 10px;
}
.more ul li a:hover{
	background:#000;
	color:#fff;
}
