/*
	Table of Contents:
		navigation
*/

/* navigation
----------------------------------------------- */

#navigation {
	list-style:none;
	margin:0 auto; padding:0;
	width:835px;
	clear:both;text-align:center}
	
#navigation li {
	float: left;}
	
#navigation li a.selected_item {
	display:block;
	background:url(images/selected_item.gif) no-repeat;
	width:161px;
	height:36px;
	text-align:center;
	font-family:Lucida Sans Unicode, Verdana, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:white;
	}
	
#navigation li a.selected_item:hover {
	background:url(images/selected_item.gif) no-repeat;}

	
	
#navigation li a.menu_item {
	display:block;
	background:url(images/menu_item.gif) no-repeat;
	width:155px;
	height:36px;
	text-align:center;
	font-family:Lucida Sans Unicode, Verdana, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:white;
	}
	
#navigation li a.menu_item:hover {
	background:url(images/menu_item.gif) no-repeat;
	background-position: 0px -37px;}
	
	