#banner ul{
	list-style-type: none;
	padding: 7px 10px;
	margin: 0;
	margin-top: 15px;
	float: right;
	font-size: 14px;
	border: 0px solid #000;
	border-bottom: 1px #ccc dotted;
}


#banner ul.submenu {
	margin-top: 0px;
	font-size: 11px;
	float: right;
	border-bottom: 0px #ccc dotted;
}

.bullet {
	display:none;
	padding-bottom: 10px;
}

#banner ul li{
	border-right: 1px solid #FFFFFF;
	display: inline;
	padding: 0 7px 0 5px;
}

#banner ul li.last{
	border-right: none;
}

#banner ul a:link, ul a:visited{
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}

#banner ul a:hover, ul a:active{
	color: #ff6600;
}


.replace {
	height: 100px;
	position: relative;
	float: left;
	width: 165px;	
	border: 0px solid #000;
	margin-top: -35px;
}

.replace span {
	background: url(./logo_175x89.jpg) no-repeat;
	height: 100%;
	position: absolute;
	width: 100%;
	cursor: pointer;
	
}
.navidivider {
	background: #000;
	height: 1px;
	position: absolute;
	width: 520px;
	cursor: pointer;
	
}