@charset "utf-8";
/* CSS Document */

/* Navigation */
	
#navbar {
	width:1018px;
	height:auto;
	background-color:#323138;
	border-left: #000000 solid 3px;
	border-right: #000000 solid 3px;
	border-top: #000000 solid 3px;
	color: #818285;
	font-size:14px;
	float:left;
	padding-top:4px;
	}
	
#navbar .nav_section {
	float:left;
	text-align:center;
	width:127px;
	height:auto;
	border-bottom: #000000 solid 3px;
	padding-bottom:5px;
	}
	
#navbar .select_span {
	border-bottom: #f7921e solid 3px;
	padding-bottom:5px;
	color:#ffffff;
	}
	
#navbar .select_img {
	background-image:url(../img/circle.jpg);
	width: 16px;
	height:15px;
	position:absolute;
	margin-top:2px;
	margin-left:20px;
	}
		
#navbar .nav_section a:link {
	color:#818285;
	text-decoration:none;
	border-bottom: #000000 solid 3px;
	padding-bottom:5px;
	}
#navbar .nav_section a:visited {
	color:#818285;
	text-decoration:none;
	border-bottom: #000000 solid 3px;
	padding-bottom:5px;
	}
#navbar .nav_section a:hover {
	color:#ffffff;
	text-decoration:none;
	padding-bottom:5px;
	border-bottom: #ffffff solid 3px;
	}
#navbar .nav_section a:active {
	color:#ffffff;
	text-decoration:none;
	border-bottom: #ffffff solid 3px;
	padding-bottom:5px;
	}
