/*--------------------------- NAVIGATION ----------------------------------------*/

#nav {
	background:url(/_images/bg_nav_home.gif) top repeat-x;
	height:28px;
	font-size:100%;
	width:1000px;
}


#nav ul {
	list-style:none;
	padding:0px;
	margin:0;
}


#nav li {
	float:left;
	border-right:1px solid #CCC;
	color:#333;
	line-height:26px;
	margin:2px 0 0 0;
	padding:0px;
}


#nav li:first-child, #nav li.first_item {
	border-left:1px solid #ccc;
}


#nav li a {
	color:#444;
	text-decoration:none;
	padding:6px 22px;
	_padding:7px 22px;
	text-transform:uppercase;
	font-weight:bold;	
}


#nav li.current_nav {
	background:#5f8b29 url(/_images/bg_nav_tab.gif) bottom repeat-x;
	text-decoration:none;
	line-height:27px;	
}


#nav li.current_nav a {
	color:#FFF;
}


#nav li.current_nav span {
	color:#FFF;
	padding:0px 23px;
	text-transform:uppercase;
	font-weight:bold;
}


#nav li:first-child a, #nav li.first_item a, #nav li.first_item span {
	/*padding:6px 24px; -- changed 2/10/2010 - IE 6 */
	padding:6px 23px;
}




/* IE 7 Patch */
*:first-child+html #nav li a {padding:7px 20px !important;}
*:first-child+html #nav li.last_item, #nav li.last_item a {
	_padding:7px 16px !important;
}

/*\*/
/* safari only hack */
html>body* #nav li a {
	/* smaller font size: */
	font-size:12px ;
	padding:9px 25px;
}
html>body* #nav li:first-child a, #nav li.first_item a, #nav li.first_item span {
	padding:7px 32px !important;	
}

/* end safari specific hacs */

#nav li.last_item span, #nav li.last_item a, #nav a.last_item {
	padding:6px 29px;	/* FF */
	_padding:6px 25px;	/* IE 6 */
}


#nav li a:hover {
	color:#FFF;
	background:#5f8b29 url(/_images/bg_nav_tab.gif) bottom repeat-x;
	text-decoration:none;
	line-height:27px;
}
