@charset "utf-8";
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, input, textarea { 
margin: 0; 
padding: 0; 
border: 0; 
outline: 0; 
background: transparent; 
font-size: 100%; 
vertical-align: baseline; 
}
body{
	font-family: Georgia; 
	color: #000;
}
.b_last_events{
	width: 100%;
	height: 30px;
	position: relative;
}
.b_last_events_main{
	width: 960px;
	height: 30px;
	position: relative;
	margin: 0 auto;
	font-size: 12px;
}
	.last_events_title{
		width: 104px;
		height: 30px;
		position: relative;
		margin: 0 10px 0 0;
		float: left;
		padding: ;
		background: url('images/logo_events_top.png') no-repeat center center;
		display: block;
		text-decoration: none;
	}
	.last_events_itm{
		position: relative;	
		float: left;
		z-index: 10;
	}
	.last_events_itm_y{
		height: 22px;
		position: relative;
		margin: 0 10px 0 0;
		padding: 8px 20px 0 10px;
		font-weight: 700;
		color: #666;
		cursor: pointer;
	}
		.last_events_itm_y:after{
			content: '';
			width: 0px;
			height: 0px;
			position: absolute;
			top: 13px;
			right: 7px;
			border: 4px solid transparent;
			border-top: 5px solid #666;
			display: block;
		}
	.last_events_itm_main{
		position: absolute;
		top: 29px;
		left: 0px;
		padding: 2px;
		display: none;
		background-color: #fff;
		border: 1px solid #ccc;
	}
		.last_events_itm_link{
			height: 22px;
			padding: 8px 10px 0;
			display: block;
			white-space: nowrap;
			text-decoration: none;
			font-weight: 700;
			color: #333;
		}
		.last_events_itm_link:hover{
			background-color: #ccc;
		}
		.last_events_itm_m{
			width: 70px;
			color: #999;
			display: inline-block;
		}
		.last_events_itm_name{
			position: relative;
			margin: 0 0 0 15px;
			display: inline-block;
		}

	.last_events_itm:hover .last_events_itm_main{
		display: block;
	}
	.last_events_itm:hover .last_events_itm_y{
		background-color: #ccc;
	}