/**
 * Copyright (c) 2008 eSolutions Group Ltd.
 *
 * Author: Timothy Grant Vogelsang <tvogelsang@esolutionsgroup.ca>
*/

span.share
{
	position: relative;
	float: right;
	display: block;
	width: 45px;
	height: 19px;
	margin: 0px 20px 0px 0px;
}

.DropDown {
	border: 1px solid #a8a7a7;
	position: absolute;
	left: 0px;
	top: 19px;
	/*left: 178px;*/
	text-align: left;
	width: 120px;
	z-index: 1000;
	background-color: #ffffff;
}

.DropDown img {
	margin-right: 10px;
	border: 0px;
}

.DropDownOption, .DropDownOptionHover {
	display: block;
	width: 100px;
	color: #00549c;
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 3px 10px;
	font-size: 11px !important;
	text-decoration: none;
	cursor: pointer;
}

.DropDownOptionHover  {
	background-color: #00549c;
	color: #ffffff !important;
}

.DropDown a, .DropDown a:active, .DropDown a:visited, .DropDown a:hover
{
	text-decoration: none !important;
}