#banner{
	width: 100%;
	position: relative;
	top: 1px;
	height: 100px;
	background-image: url(logo.gif);
	vertical-align: text-bottom;
	background-repeat: no-repeat;
	background-position: center top;
}

#banner ul{
	position: absolute;
	list-style-type: none;
	margin: 70px 0px 0px 350px;
	padding: 0px 20%;
	display: inline;
	vertical-align: text-bottom;
	text-align: center;
	color: #003366;

}
#banner ul li{

		margin: 0px;
		display: inline; 
		font-weight: bold;
		}

#bannner a{



}
#banner ul li a{
		text-decoration: none;
		margin: 5px;
		padding: 5px 10px;
		color: #434C6E;
		border: 1px solid #DDD;
		
}		
#banner ul li a:hover{
		text-decoration: underline;
		color: #C00;
	
}

select{
	margin-left: 20px;
	margin-top: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #FFFFCC;
	color: #434C6E;
	display: run-in;
	font-weight: bold;
	text-indent: 25px;

}
option{

}
.no_opt{
	color: #CC0000;
	font-weight: normal;
	text-indent: 0px;

}
