@charset "iso-8859-1";

/*

information{
	file name : /common/css/breadcrumb.css;
	infomation : This CSS file define a breadcrumb format.;
	site name : Panasonic Singaporel;
	url : http://panasonic.com.sg;
	copyrihgt : Copyright (C) 2006 Panasonic Asia Pacific Pte Ltd. All Rights Reserved.;
}
*/





/* contents
--------------------------------------------------------------------------
1. "generall" elements
2. details
--------------------------------------------------------------------------
*/




/* 1. "generall" elements
-----------------------------------------------	*/
div#breadcrumb *{
	margin:0;
	padding:0;
}













/* 2. details
-----------------------------------------------	*/
div#breadcrumb{
	padding:4px 0 6px 0;
}

div#breadcrumb p{
	color:#666;
}

div#breadcrumb a{
	color:#135da3;
	text-decoration:none;
}

div#breadcrumb a:hover{
		text-decoration:underline;
}


