/* 
===========================================================
PAGE OPTIONS (RIGHT COLUMN)
===========================================================
*/

ul#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: 160px;
}	

ul#bookmarks a,
ul#bookmarks a:visited,
ul#bookmarks li a:visited{
	position: relative;
	display: block;
	/*color: #0054a1; */
	text-decoration: none;
	padding: 3px 2px;
}

ul#bookmarks li {
	height: 20px;
	margin-top: 0;
	padding-left: 18px; 
	background: url('../images/tehip/icon_share.gif') no-repeat scroll center left;  
}

ul#bookmarks li a {
}

ul#bookmarks li 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;
}

ul#bookmarks li:hover ul,
ul#bookmarks li.sfhover ul {
	left: 50px;
	top: 0px;
}

ul#bookmarks li ul li {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: none;
	height: 20px;

}

ul#bookmarks li ul li a:link,
ul#bookmarks li ul li a:visited,
ul#bookmarks li ul li a:hover,
ul#bookmarks li ul li a:active {
	padding-left: 20px;
}

ul#bookmarks li ul li.email a {
	background: transparent url('../images/tehip/icon_email.gif') 0 center no-repeat;
}

ul#bookmarks li ul li.favorites a {
	background: transparent url('../images/tehip/favorites.png') 0 center no-repeat;
}

ul#bookmarks li ul li.delicious a {
	background: transparent url('../images/tehip/delicious.png') 0 center no-repeat;
}

ul#bookmarks li ul li.stumbleupon a {
	background: transparent url('../images/tehip/stumbleupon.png') 0 center no-repeat;
}

ul#bookmarks li ul li.technorati a {
	background: transparent url('../images/tehip/technorati.png') 0 center no-repeat;
}

ul#bookmarks li ul li.digg a {
	background: transparent url('../images/tehip/digg.png') 0 center no-repeat;
}

ul#bookmarks li ul li.myspace a {
	background: transparent url('../images/tehip/myspace.png') 0 center no-repeat;
}

ul#bookmarks li ul li.facebook a {
	background: transparent url('../images/tehip/facebook.png') 0 center no-repeat;
}

ul#bookmarks li ul li.google a {
	background: transparent url('../images/tehip/goog.png') 0 center no-repeat;
}

ul#bookmarks li ul li.yahoo a {
	background: transparent url('../images/tehip/yahoo-myweb.png') 0 center no-repeat;
} 
