#noti_Container {
    position:relative;
    width: 47px;
    height: 45px;
}
.noti_bubble {
    position:absolute;
    top: -6px;
    right:-6px;
    padding:1px 4px 1px 4px;
    background-color:red;
    color:white;
    font-weight:bold;
    font-size: 12px;
    
    border-radius:60px;
    box-shadow:1px 1px 1px gray;
	-webkit-border-radius: 60px;
	-webkit-box-shadow:1px 1px 1px gray;
	-moz-border-radius: 60px;
	-moz-box-shadow:1px 1px 1px gray;
	-o-border-radius: 60px;
	-o-box-shadow:1px 1px 1px gray;
}

.notification_menu li{
	float:left;
	z-index:1
}
.notification_menu li a{
	display:block;
	text-decoration: none;
}
.notification_menu li ul{
	display:none;
	position:absolute;
}
.notification_menu li:hover ul{
}

.notification_menu li li {
	display:block;
	float:none;
}

.notification_menu li ul{
	text-align: left;
	font-family:"Microsoft JhengHei";
	font-size: 12px;
	font-weight:bold;
	width:400px;
	background:#FFFFEB;
	display:block;
	text-decoration: none;
	z-index:1;
}

.notification_menu li ul table{
	cursor:pointer;
	text-align: left;
	font-family:"Microsoft JhengHei";
	font-size: 12px;
	font-weight:bold;
	width:400px;
	background:#FFFFEB;
	display:block;
	text-decoration: none;
}

.notification_menu li ul a :hover{
	background:#ccc;
}

.notification_menu p{
	clear:left;
}	

ul.more a table {
	text-align: center;
	font-family:"Microsoft JhengHei";
	font-size: 12px;
	width:400px;
	background:#ccc;
	color:#ccc;
}

/* share menu */
#share_page_Notify {
	position:relative;
	left:850px;
	top:-20px;
	background-image:url('../images/notification_toggle.png'); 
	background-repeat: no-repeat;
	height:30px;
	width:30px;
	z-index:10;
	color:#fff;
	text-align: center;
	line-height:25px;
	font-weight:bold;
}