.noted {
	background-color:#990000;
	padding:5px;
}
.fb {
	background-color:#0066CC;
}

/* NEW NAVIGATION */

#menu {
	height:160px;
	position: fixed;
	top:50%;
	left:10px;
	margin-top:-80px;
	z-index:20;
	width:24px;
}

#menu li {
	height:24px;
	position:absolute;
}
#menu ul li {
	list-style:none;
}
/* menu */
#share-btn {
	top:0;
	left:0;
}
#share-btn a.addthis_toolbox {
	background:url(http://hairudy.net/images/menu.png) no-repeat 0px 0px;
	width:24px;
	height:24px;
	text-indent:-9999px;
	display:block;
}
#share-btn a:hover {
	background-position: 0px -28px;
}
#share-btn:hover #share-wrap {
	display:block;
}
/* end menu */
/* theme */
#share-theme {
	top:18%;
	left:0;
}
#share-theme a.addthis_toolbox {
	background:url(http://hairudy.net/images/theme.png) no-repeat 0px 0px;
	width:24px;
	height:24px;
	text-indent:-9999px;
	display:block;
}
#share-theme a:hover {
	background-position: 0px -28px;
}
#share-theme:hover #share-wrap2 {
	display:block;
}
/* end theme */
/* twitter */
#share-twitter {
	top:35%;
	left:0;
}
#share-twitter a.addthis_toolbox {
	background:url(http://hairudy.net/images/twitter.png) no-repeat 0px 0px;
	width:24px;
	height:24px;
	text-indent:-9999px;
	display:block;
}
#share-twitter a:hover {
	background-position: 0px -28px;
}
#share-twitter:hover #share-wrap {
	display:block;
}
/* end twitter */
/* fb */
#share-fb {
	top:52%;
	left:0;
}
#share-fb a.addthis_toolbox {
	background:url(http://hairudy.net/images/fb.png) no-repeat 0px 0px;
	width:24px;
	height:24px;
	text-indent:-9999px;
	display:block;
}
#share-fb a:hover {
	background-position: 0px -28px;
}
#share-fb:hover #share-wrap {
	display:block;
}
/* end fb */
/* lind */
#share-lind {
	top:70%;
	left:0;
}
#share-lind a.addthis_toolbox {
	background:url(http://hairudy.net/images/linkedin.png) no-repeat 0px 0px;
	width:24px;
	height:24px;
	text-indent:-9999px;
	display:block;
}
#share-lind a:hover {
	background-position: 0px -28px;
}
#share-lind:hover #share-wrap {
	display:block;
}
/* end lind */
/* photo */
#share-photo {
	top:88%;
	left:0;
}
#share-photo a.addthis_toolbox {
	background:url(http://hairudy.net/images/photo.png) no-repeat 0px 0px;
	width:24px;
	height:24px;
	text-indent:-9999px;
	display:block;
}
#share-photo a:hover {
	background-position: 0px -28px;
}
#share-photo:hover #share-wrap {
	display:block;
}
/* end photo */

#share-wrap {
	display:none;
}
#share-wrap a {
	text-indent:0;
	display:block;
	float:none;
	width:78px;
	background:#000;
	color:#fff;
	padding:3px 0 3px 3px;
	line-height:26px;
	text-decoration:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font:bold 12px Arial, Helvetica, sans-serif;
	height:16px;
}
#share-wrap a:hover {
	color:#000;
	background:#fff;
}
#share-wrap a span {
	float:left;
	display:block !important;
	margin-right:3px;
}
#share-wrap a {
	margin-bottom:3px;
}
#share-wrap {
	position:absolute;
	left:24px;
	top:0;
	padding-left:5px;
	background:url(img/empty.png)\9; /*ie hack*/
}
/* Share 2 */
#share-wrap2 {
	display:none;
}
#share-wrap2 a {
	text-indent:0;
	display:block;
	float:none;
	width:78px;
	background:#000;
	color:#fff;
	padding:3px 0 3px 3px;
	line-height:26px;
	text-decoration:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font:bold 12px Arial, Helvetica, sans-serif;
	height:16px;
}
#share-wrap2 a:hover {
	color:#000;
	background:#fff;
}
#share-wrap2 a span {
	float:left;
	display:block !important;
	margin-right:3px;
}
#share-wrap2 a {
	margin-bottom:3px;
}
#share-wrap2  {
	position:absolute;
	left:24px;
	top:0;
	padding-left:5px;
	background:url(img/empty.png)\9; /*ie hack*/
}


