﻿#breadcrumb
{
	background : #fff;
	border-top : solid 1px #eee;
	border-bottom : solid 1px #f2f2f2;
	position : relative;
	margin : 0 auto;
	margin-top : 20px;
	margin-bottom : 0px;
	padding-top : 4px;
	height : 20px;
	color : #888;
	/*
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;	*/
}
#breadcrumb ul
{
	margin : 0;
	margin-left : 10px;
	list-style-type : none;
}
#breadcrumb ul li
{
	float : left;
	display : block;
	margin-right : 5px;
}
#breadcrumb a
{
	color : #555;
	font-size :1.1em;
	display : block;
	float:left;
	height :20px;
}
#breadcrumb a:hover
{
	color : #888;
	text-decoration : none;
}
