/**
 * Copyright (c) 2008 eSolutions Group Ltd.
 *
 * Author: Timothy Grant Vogelsang <tvogelsang@esolutionsgroup.ca>
*/

span.shareLink
{
	position: relative;
}

.DropDown {
	background-color: #ffffff;
	border: 1px solid silver;
	position: absolute;
	left: 0px;
	line-height: 15px;
	text-align: left;
	top: 45px;
	width: 120px;
	z-index: 1000 !important;
}

.DropDown img {
	border: 0px;
	margin-right: 10px;
}

.DropDownOption, .DropDownOptionHover {
	color: gray;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 11px !important;
	margin: 0px 0px 0px 0px;
	padding: 4px 5px 4px 5px;
	width: 110px;
}

.DropDownOptionHover  {
	background-color: #eeeeee;
	color: #2d2d2d !important;
}

.DropDown a
{
	text-decoration: none !important;	
	padding: 0px 0px 0px 0px;
}
