/* 
===========================================================
PAGE OPTIONS (RIGHT COLUMN)
===========================================================
*/

#bookmarks {
/*
	position: absolute;
	top: 95px;
*/
    position: relative;
	left: 0;
	margin: 0;
	padding-left: 0;
	list-style: none !important;
	list-style-type: none !important;
	list-style-image: none !important;
	width: 106px;
}	

#bookmarks a,
#bookmarks a:visited,
#bookmarks li a:visited{
	position: relative;
	display: block;
	/*color: #0054a1; */
	text-decoration: none;
	padding: 0;
}
#bookmarks ul li a {
	color: #336699;
}
#bookmarks ul li a:hover {
	text-decoration: underline;
}

#bookmarks li {
	height: 18px;
	margin-top: 0;
	padding-left: 2px;
	font-size: 11px;
}

#bookmarks li a {
}

#bookmarks ul {
	font-size: 0.9em;
	position: absolute;
	width: 150px;
	border: solid 1px #339;
	padding: 5px 15px;
	left: -999em;
	background-color: white;
	list-style: none !important;
	list-style-type: none !important;
	list-style-image: none !important;
}

#bookmarks:hover ul,
#bookmarks.sfhover ul {
	left: 50px;
	top: 0px;
}

#bookmarks ul li {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: none;
	height: 20px;

}

#bookmarks ul li a:link,
#bookmarks ul li a:visited,
#bookmarks ul li a:hover,
#bookmarks ul li a:active {
	padding-left: 20px;
}

#bookmarks ul li.email a {
	background: transparent url('../img/ico/icon_email.gif') 0 center no-repeat;
}

#bookmarks ul li.favorites a {
	background: transparent url('../img/ico/favorites.png') 0 center no-repeat;
}

#bookmarks ul li.delicious a {
	background: transparent url('../img/ico/delicious.png') 0 center no-repeat;
}

#bookmarks ul li.stumbleupon a {
	background: transparent url('../img/ico/stumbleupon.png') 0 center no-repeat;
}

#bookmarks ul li.technorati a {
	background: transparent url('../img/ico/technorati.png') 0 center no-repeat;
}

#bookmarks ul li.digg a {
	background: transparent url('../img/ico/digg.png') 0 center no-repeat;
}

#bookmarks ul li.myspace a {
	background: transparent url('../img/ico/myspace.png') 0 center no-repeat;
}

#bookmarks ul li.facebook a {
	background: transparent url('../img/ico/facebook.png') 0 center no-repeat;
}

#bookmarks ul li.google a {
	background: transparent url('../img/ico/goog.png') 0 center no-repeat;
}

#bookmarks ul li.yahoo a {
	background: transparent url('../img/ico/yahoo-myweb.png') 0 center no-repeat;
} 
