@charset "utf-8";
/* CSS Document */
#header_bar{
	clear: both;
	float: left;
	height: 255px;
	width: 1004px;
}
#nav{
	clear: both;
	float: left;
	height: 31px;
	width: 1004px;
	background-image: url(../images/safe_02.gif);
	background-repeat: no-repeat;
}
#nav ul{
	list-style-type: none;
	margin-top: 6px;
}
#nav ul li{
	display: inline;
	color: #FFFFFF;
	padding-right: 16px;
	padding-left: 18px;
}
#nav ul li a:link,#nav ul li a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul li a:hover,#nav ul li a:active{
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
