#topMenu {

	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;

}

/* Bucky Events */

#buckyEvents {

	float: right;
	width: 250px;
	margin: 15px;

}

#buckyEvents .container {

	background: url("../images/toc/point_home.gif") right 65px no-repeat;
	min-height: 210px;
	
}

#buckyEvents ul {

	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;

}

#buckyEvents ul li.first-child {

	width: 150px;
	padding-right: 35px;
	background: url("../images/bubble_anchor.png") bottom right no-repeat;

}

#buckyEvents ul li span {

	display: block;
	width: 150px;
	background: #fff;
	margin: 5px 0;
	padding: 4px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

#buckyEvents ul li span strong {

	display: block;
	font-size: 14px;
	color: #666;

}

#buckyEvents ul li span em {

	font-style: normal;

}

#buckyEvents ul li a {

	display: block;
	font-size: 11px;
	text-align: right;
	text-decoration: underline;
	color: #a00;

}

#buckyEvents h2 {

	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	width: 150px; 	

}
