/************************* 
** NAVIGATION CSS 
*************************/
#navigation
{
	z-index:2;
	position:absolute;
	left:24px;
	top:20px;
	width:68px;
	border-bottom:1px solid #C7C397;
	border-right:1px solid #C7C397;
	text-align:left;
}
#navigation #item
{
	margin:5 0 15 0;
}
#navigation img
{
	border:none;
}
