@charset "utf-8";
/* CSS Document */


div#promo_container
{
	position:absolute;
	top:5px;
	z-index:7777;
}

	div#promo
	{
		width:450px;
		height:500px;
		background-image:url(../images/promo/2009/grandchapter/grand_chapter_2010.png);
		background-position:0 0;
		background-repeat:no-repeat;
		background-color:none;
		display:none;
	}
	
	a.button
	{
		display:block;
		cursor:pointer;
	}
	
	
	span.displace
	{
		position:absolute;
		left:-7777px;
	}

	div#close_button_container
	{
		width:40px;
		height:38px;
		position:absolute;
		top:19px;
		right:17px;
		
	}
		a#promo_close
		{
			width:40px;
			height:38px;
			
		}
		
	div#registration_button_container
	{
		position:absolute;
		right:23px;
		bottom:27px;
		width:143px;
		height:39px;
	}
		a#promo_registration_gc
		{
			width:143px;
			height:39px;
		}
		
	div#menu_toggle
	{
		width:286px;
		height:141px;
		position:absolute;
		top:41px;
		right:81px;
		overflow:hidden;
		cursor:pointer;

	}

div#dropmenu
{
	width:100%; 
	height:180px;
	margin-top:141px;
	background-image:url(../images/promo/2009/grandchapter/dropmenu_bg.png);
	background-position:0 0;
	background-repeat:no-repeat;
	position:relative;
}
	
	ul#grand_chapter_dropdown
	{
		position:absolute;
		list-style:none;
		margin:0;
		padding:0;
		top:10px;
		left:25px;
		width:228px;
	}
		ul#grand_chapter_dropdown li
		{
			font-family:Tahoma, Geneva, sans-serif;
			font-size:12px;
			color:#FFF;
			margin:4px;
			padding:3px;
		}
			ul#grand_chapter_dropdown li a
			{
				color:#FFF;
				text-decoration:none;
			}
			ul#grand_chapter_dropdown li a:hover
			{
				text-decoration:underline;
			}
