
#topnavigator ul, li{border:0; margin:0; padding:0; list-style:none;}
#topnavigator ul{
	border-bottom:solid 1px #e9f0f5;
	height:30px;  
}
#topnavigator li{float:left; margin-right:2px;} 
#topnavigator .tab a:link, .tab a:visited{
	background:url(../images/testnav2.png) right 60px; 
	color:#56554e; 
	display:block;
	font-weight:bold;
	height:30px;
	line-height:30px;
	text-decoration:none;
}
#topnavigator .tab a span{
	background:url(../images/testnav2.png) left 60px;
	display:block;
	height:30px;
	margin-right:14px;
	padding-left:14px;
}
#topnavigator .tab a:hover{
	background:url(../images/testnav2.png) right 30px; 
	display:block;
	color:#56554e;
}
#topnavigator .tab a:hover span{
	background:url(../images/testnav2.png) left 30px;    
	display:block;
} 

/* -------------------------------- */
/* 	ACTIVE ELEMENTS					*/
#topnavigator .active a:link, .active a:visited, .active a:visited, .active a:hover{
	color:#1c4e7e;
	background:url(../images/testnav2.png) right 0 no-repeat;
} 
#topnavigator .active a span, .active a:hover span{
	background:url(../images/testnav2.png) left 0 no-repeat; 
}
 
#contentwrapper #subnavigator ul{
	padding-top:10px; 
}
#contentwrapper #subnavigator ul li{ 
	COLOR: #990066; 	
	width: 180px;	
	list-style-type: none;
	line-height: 20px;	
}
#subnavigator ul a {	
	COLOR: #990066; 
	text-decoration: none;	
} 
#subnavigator ul ul a {
	COLOR: #990066;
	text-decoration: none;
}

#subnavigator ul a:hover {  
	text-decoration: underline;
} 
#subnavigator ul a.activeMenuItem {
	font-weight: bold; 
}
#breadwrapper{
	padding-top:10px;  
	padding-left:10px;  
	height:20px;	 
}
#breadcrumbs{ 
	display:none;  
}
#breadcrumbs a {
	COLOR: #990066;
	text-decoration: none;
}
#breadcrumbs a:hover {  
	text-decoration: underline; 
} 


