#topnavigator ul { 
	list-style-type: none;
	background-image: url(../images/topnav_bg.png);
	height: 29px;
	margin: auto;	
}

#topnavigator li {
	float: left;
}

#topnavigator ul a {
	background-image: url(../images/topnav_devider.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 22px;
	padding-left: 22px;
	display: block;
	line-height: 26px;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

#topnavigator ul a:hover {
	color: #fce434;
}
#topnavigator .active a { 
	color: #fce434;
} 
#subnavigator{
padding-top:32px; 
}
#subnavigator ul {
	list-style-type: none;
	width: 200px;		 
}
#subnavigator ul a {
	padding-left: 32px;
	display: block;
	line-height: 26px;	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color:#333333; 
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #efefef;
	
}
#subnavigator ul ul a {
	padding-left: 42px; 
	display: block;
	line-height: 26px;	
	font-family: Arial;
	font-size: 10px;	
	color:#333333; 
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #efefef;

	
}

#subnavigator ul a:hover {
	color: #333; 
	background-color:#d7effd;
}
#subnavigator ul a.activeMenuItem {
	color: #333; 
	background-color:#d7effd; 
} 