
	
	.navigation {
		margin: 0px 0px 0px 0px;
		padding: 0 0 0 0;
	}
	.navigation li {
		list-style-type: none;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		float: left;
	}
	.drop_menu {
		display: none;  			
		z-index: 5;						
		background: #666;
		margin: 28px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border: 1px solid black;
		position: absolute;
	}
	.drop_menu ul {
		list-style-type: none;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	.drop_menu li {
		border-bottom: 1px solid #555;	
		float: none;
	}

	.drop_menu li a {
		font: bold 13px arial, helvetica, san-serif;
		text-decoration: none;
		color: #fff;
		height: 20px;
		width: 230px;
		padding: 3px 10px 3px 10px;
		display: block;
	}
	.drop_menu li a:hover {
		background: #ADCCEB;
		color: #334C66;
	}
	.drop_menu_hover {
	
	}
	
	.menu_title {
	
	}
	
	.nav_link {
		font: bold 14px arial, helvetica, sans-serif;
		text-decoration: none;
		color: #000;
		display: block;
	}
	#nav_link_information {
		background: #333 url(images/nav_but_information.gif) no-repeat top left;
		width: 149px;
	}
	#nav_link_information:hover {
		background: #333 url(images/nav_but_information_ON.gif) no-repeat top left;
	}
	#nav_link_news {
		background: #333 url(images/nav_but_news.gif) no-repeat top left;
		width: 145px;
	}
	#nav_link_news:hover {
		background: #333 url(images/nav_but_news_ON.gif) no-repeat top left;
	}
	#nav_link_events {
		background: #333 url(images/nav_but_events.gif) no-repeat top left;
		width: 159px;		
	}
	#nav_link_events:hover {
		background: #333 url(images/nav_but_events_ON.gif) no-repeat top left;
	}
	#nav_link_store {
		background: #333 url(images/nav_but_store.gif) no-repeat top left;
		width: 135px;		
	}
	#nav_link_store:hover {
		background: #333 url(images/nav_but_store_ON.gif) no-repeat top left;
	}
	#nav_link_forum {
		background: #333 url(images/nav_but_forum.gif) no-repeat top left;
		width: 131px;		
	}
	#nav_link_forum:hover {
		background: #333 url(images/nav_but_forum_ON.gif) no-repeat top left;
	}			

