.subnav{
	margin: 0 auto;
	width: 900px;
	height: 33px;
	padding-top: 3px;
}


#breadcrumb
{
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	float: left;
	height:30px;
	line-height:30px;
	color:#A3D3D6;
	overflow:hidden;
	margin:0px;
	padding:0px;
	font-weight: bold;
}
#breadcrumb li 
{
    list-style-type:none;
    float:left;
    padding-left:10px;
}
#breadcrumb li.h{padding-left:4px; width:90px;}

#gps_home{width:66px; height:30px; display:block; background-image:url('home_gps_dark.png'); background-position:0px 0px;}
#gps_home:hover{background-position:0px -30px;}
#breadcrumb .sep
{
    height:30px;
    display:block;
    background-image:url('bc_separator_dark.png'); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    
}
#breadcrumb a{
	text-decoration: none;
	color:#789f9b;	
}
.house{
	width:18px;
	height:18px;
	margin:5px 8px 4px 0px;
	background-image: url(house.png);
	background-repeat: no-repeat;
	float: left;
}
#breadcrumb a:hover
{
	color:#fff;
}
