	/*----- for regular selection ---------------*/
	#navigation a
	{
		color: #000;
		background: #EBE3C9 url("/pages/themes/website/left-tab.gif") left top no-repeat;
		text-decoration: none;
		padding-left: 10px
	}
	
	#navigation a span
	{
		background: url("/pages/themes/website/right-tab.gif") right top no-repeat;
		padding-right: 10px
	}
	
	#navigation a, #navigation a span
	{
		display: block;
		float: left
	}
	
	/* Commented backslash hack hides rule from IE5-Mac \*/
	#navigation a, #navigation a span
	{
		float: none
	}
	/* End IE5-Mac hack */
	
	#navigation a:hover
	{
		color: #fff;
		background: #BBB399 url("/pages/themes/website/left-tab-hover.gif") left top no-repeat;
		text-decoration: none;
		padding-left: 10px
	}
	
	#navigation a:hover span
	{
		background: url("/pages/themes/website/right-tab-hover.gif") right top no-repeat;
		padding-right: 10px
	}


	/*----- for current selection ---------------*/
	#navigation a.current
	{
		color: #fff;
		background: #BBB399 url("/pages/themes/website/left-tab-hover.gif") left top no-repeat;
		text-decoration: none;
		padding-left: 10px
	}
	
	#navigation a.current span
	{
		background: url("/pages/themes/website/right-tab-hover.gif") right top no-repeat;
		padding-right: 10px
	}
	
	#navigation a.current, #navigation a.current span
	{
		display: block;
		float: left
	}
	
	/* Commented backslash hack hides rule from IE5-Mac \*/
	#navigation a.current, #navigation a.current span
	{
		float: none
	}
	/* End IE5-Mac hack */
	
	#navigation a.current:hover
	{
		color: #fff;
		background: #BBB399 url("/pages/themes/website/left-tab-hover.gif") left top no-repeat;
		text-decoration: none;
		padding-left: 10px
	}
	
	#navigation a.current:hover span
	{
		background: url("/pages/themes/website/right-tab-hover.gif") right top no-repeat;
		padding-right: 10px
	}

	
	/*----- common menu items ---------------*/
	#navigation {
		padding: 0px 0px 0px 10px;
		margin: 0px;
	}

	#navigation ul
	{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#navigation li
	{
		float: left;
		display: block;
		margin: 0;
		padding: 0;
	} 

