/* navigation */
@media print
{
	#navigationtd
	{
		display: none;
	}
}

#navigationtd
{
	background-color: #637253;
	display: none;
}

#navigation
{
	font-size: 10pt;
}

#navigation #tabs
{
	background-color: #637253; 
	text-align: center; 
	width: 850px;
}

#navigation #tabs ul
{
	clear: both;
	float: none;
	margin: 0;
}

#navigation #tabs .childtabslist
{
	width: 800px;
}

#navigation #tabs ul li 
{
	clear: none;
	background: url("/images/norm_right.gif") no-repeat right top;
	float: left;
	list-style: none;
}

#navigation #tabs ul li a
{
	background: url("/images/norm_left.gif") no-repeat left top;
	color: white;
	display: block;
	
	font-size: 9.5pt;
	font-weight: bold;
	margin: 0;
	padding: 4px 4px 4px 4px;	
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

#navigation #tabs .childtabslist li a
{
	font-size: 8pt;
}

#navigation #tabs ul .selected
{
	clear: none;
	/*background: url("/images/norm_right_on.gif") no-repeat right top;*/
	float: left;
}

#navigation #tabs ul .selected a 
{

	/*background: url("/images/norm_left_on.gif") no-repeat left top;*/
	color: #303030;
	display: block;
	padding: 4px 4px 4px 4px;		
	margin: 0;
	white-space: nowrap;
}





