/* UMBRELLA BUTTON */

#umbrella_wrap {
	margin: 8px auto;
	padding: 0 auto;
	width: 800px;
	text-align: right;
}
	
#umbrella-btn a:link, #umbrella-btn a:visited, 
#umbrella-btn a:active, #umbrella-btn a:hover  {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottonright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #000;
	filter:alpha(opacity=30);
	opacity:0.3;
	color: #ccc;
	font-size: 9px;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	padding: 8px;
	top: 0;
	width: 150px;
	z-index: 10000;
}

#umbrella-btn a:hover {
	color: #fff;
	filter:alpha(opacity=100);
	opacity:1.0;
	text-decoration: none;
}
	
TON */
