#menu {
	height: 200px;
}
#menu #menu_list {
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0px;
}
#menu #menu_list li {
	display: inline;
}
#menu #menu_list li a {
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
    text-align: center;
	display: block;
	float: left;
	padding: 0 15px;
	background: #e410ec;
	color: #fff;
	text-decoration: none;
}
#menu #menu_list li:hover a,
#menu #menu_list li.current a{
	background: #b97891;
}
div#social {
	position: absolute;
	display: block;
	top: 170px;
	left: 715px;
	width:260px;
	z-index: 100;
}
div#social_video {
	display: block;
	width:140px;
	float:right;
	margin-top:10px;
}
div#facebook {
	width:80px;
	float: left;
	display: inline;
	margin-right: 10px;
}
div#google {
	width:70px;
	float: left;
	vertical-align: top;
	display: inline;
	margin-right: 10px;
}

div#share_container{
	width:90px;
	float: left;
}

a.topLink {
	width: 975px;
	height: 220px;
	position:absolute;
	top:0px;
	left:0px;
}
#title_banner
{
	width: 330px;
	height: 70px;
	position: relative;
	top: 60px;
	left: 10px;
}
