#navlist ul {
	list-style-type: none;
	height: 40px;
	margin-left:10px;
}

#navlist li {
	float: left;
}

#navlist ul a {
	display: block; 
	background-image:url(../images/bg_bar_sep.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	padding-left: 10px; 
	margin-top:8px;
	line-height: 26px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #333;    
}

#navlist ul a:hover {
	color: #FFFFFF; 
}
#navlist .active a {  
	color: #EFEFEF;
}


#breadwrapper{
	height:15px;			   
	padding-bottom:1px;   
	margin-bottom:3px;
}
#breadcrumbs{  
	display:none; 
}



/*****************************
* Navigator
*****************************/
#subnavigator{ 
	padding: 0px 0px 0px 0px;
	margin-top:7px;
	margin-left:15px;
	font-size: 11px;  
	font-weight: normal; 
	line-height: 19px;
	margin-right:5px;
	font-size: 12px;
	font-weight: bold;
}

#subnavigator a{
	text-decoration: none;
	COLOR: #333; 
}

#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:#eda000;
}
#subnavigator a.activeMenuItem{ 
	color:#eda000;
}