@charset "utf-8";

/*Nav_top*/
#nav_top ul {
	float:right;
	list-style:none;
	margin:0px;
	padding:4px 4px 0px 0px;
}
#nav_top ul li {
	display:block;
	float:left;
	padding:0px 8px 0px 8px;
	border-left:solid 1px #000000;
	font-size:70%;
	font-weight: bold;
}
#nav_top ul li a {
	font-weight: bold;
	color: #5d5d5d;
	text-decoration: none;
}
#nav_top ul li a:hover {
	font-weight: bold;
	color: #727272;
	text-decoration: none;
}
#nav_top ul li .selected a{
	color: #EA7500;
}


#nav_top ul .first  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*Nav_menu*/
#nav_menu ul {
	margin:0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
	font-size: 85%;
}
#nav_menu ul li {
	display:block;
	float:left;
	padding-left: 21px;
}
#nav_menu ul li a {
	text-decoration: none;
	color: #FFF;
}
#nav_menu ul li .selected {
	display:block;
	float:left;
	color: #000;
}

