#topnavigator ul {
	list-style-type: none;
	background-image:url(../images/navbg920.jpg);
	background-repeat:no-repeat;
	height: 40px;
	margin-left:0px; 
	border:0px solid black;
}

#topnavigator li {
	float: left;
}

#topnavigator ul a {
	display: block; 
	background-image:url(../images/devider.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	padding-left: 10px; 
	margin-top:8px;
	line-height: 26px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #999; 
}

#topnavigator ul a:hover {
	color: #6d2b47;
}
#topnavigator .active a { 
	color: #6d2b47; 
} 

#breadwrapper{
	padding-left:3px; 	
	height:15px;
	font-size:11px;	
	color:#999; 
	font-family: Georgia, "Times New Roman", Times, serif;	
	border-bottom:1px solid #efefef;   
	padding-bottom:1px;   
	margin-bottom:3px;
	margin-top:9px;  
}
#breadcrumbs{ 
	display:none;	 
}
#breadcrumbs a {	
	text-decoration: none;
	color:#666; 
}
#breadcrumbs a:hover {  
	text-decoration: underline;
	color:#333;   
}

/*****************************
* Navigator
*****************************/
#subnavigator{ 
	padding: 0px 0px 0px 0px;
	margin-top:7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px; 
	font-weight: normal; 
	line-height: 19px;
	margin-right:5px;
}

#subnavigator a{
	text-decoration: none;
	COLOR: #666; 
}

#subnavigator ul li {
 	list-style-type: none; 
	padding: 0 0 0 0;	
	margin: 0 0 0 5px;
	border-bottom:1px solid #efefef; 
}
#subnavigator ul ul {  
	list-style-type: none;  
	margin: 0px 0px 0px 15px;  
}
#subnavigator a:hover{
	color:#6d2b47
}
#subnavigator a.activeMenuItem{ 
	color:#6d2b47
}

 