/* breadcrumb menu */
#breadcrumb {   
	font-family:Helvetica, Arial, Tahoma, Verdana, sans-serif;   
	font-size:11px;
	font-weight:bold;   
	/* font-variant: small-caps;    */
	position:relative;
	left:14px;
	margin:0px;
	padding:0px;
	width:550px;
}   

#breadcrumb a {   
	font-weight:bold;   
	text-decoration: none;   
	color: #364061;
}

#breadcrumb a:visited {   
	font-weight:bold;   
	text-decoration: none;   
	color: #364061;
}

#breadcrumb a:hover {   
	font-weight: bold;   
	text-decoration: underline;   
	color: #ff6600;
}

#breadcrumb_act a:link {   
	font-weight: bold;   
	text-decoration: none;   
	color: #364061;
}

#breadcrumb_act a:visited {   
	font-weight: bold;   
	text-decoration: none;   
	color: #364061;
}

#breadcrumb_act a:hover {   
	font-weight: bold;   
	text-decoration: underline;   
	color: #ff6600;    
}

