#navigator {

	margin:0px;

	padding-left:0px;

	list-style: none;

}

#navigator li {

	padding: 5px 0 7px 25px;	

	background-image: url(images/white_3d.gif);                     

	background-repeat: no-repeat;

	background-position: 8px center;

	border-bottom:1px solid #C7D5DD;

}

#navigator li a {text-decoration:none; font-weight:bold;}


#navigator li a#normal  { 

	color:#00324F;	

}

#navigator li a#normal:hover{ 

	color:#49F2F8;

}

#navigator li a#current { 

	color:#055887;

}

.submenu {

	left: 0px; 

	top: 0px;

	visibility: hidden; 

	position: absolute;
	z-index:25; 

}

.subframe {

	border: #47555D 1px solid; 

	display: block; 

	filter: alpha(opacity=95); 

	line-height: 15px; 	

	position: absolute; 

	background-color: #ffffff;

}

.item {

	white-space: nowrap; 

	text-align: left;

	border-bottom: 1px dashed #647783;

	margin-top:2px;

}

.item a {

	display: block; 

	font-weight: normal; 

	position: relative; 

	text-decoration: none;

	color:#000000;

}

.item a:hover {

	font-weight: normal; 

	color: #ffffff; 

	background-color:#7098B1; 

	text-decoration: none;

}

.item .fwdarr {

	right: 7px;

	top: 5px; 

	position: absolute;	

}