#wrapper {
	width: 100%;
	margin: 0 auto
}

#header ul {
	position: absolute;
	right: -0px;
	bottom: -98px;
	background: #fcfcfc;
	border: solid 1px #fcfcfc;
	z-index: 99999;
	padding: 5px ;
}

#header ul li {
	width: 57px;
	border-bottom: solid 1px #989898;
	line-height: 2;
	text-align: center;
	padding-left: 8px;
	padding-right: 5px;
	
}

#header ul li a {
	color: #000;
	font-size: 13px;
	letter-spacing: 1px;
}

#header ul li a:hover {
	color: #8a8c8e
}

#header ul li.clear-border {
	border: 0
}

#header .triangle {
	color: #fcfcfc;
	border-color: transparent transparent #fcfcfc;
	border-style: dashed dashed solid dashed;
	border-width: 6px;
	position: absolute;
	right: 6%;
	top: -11.5%
}