@charset "utf-8";
/* CSS Document */

/* NAV_TOP */
#nav_top,
#nav_top ul,
#nav_top li,
#nav_top ul li{
	margin: 0;
	padding:  0;
	list-style: none;
}
#nav_top{
	display: inline;
	float: right;
	width: 753px;
	height: 40px;
	font-size: 0;
	background:url(images/nav/top-nav-bg.jpg) no-repeat;
	padding:10px 0 0 20px;
	color:#fff;
}
#nav_top li.nav_top_lvl1{
	position: relative;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:100%;
	*display:inline;
	height: 40px;
	background: url('/images/common/nav_top2012.png') repeat-x 0 0;
}
#nav_top a{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:100%;
	*display:inline;
	float: left;
	height: 40px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin:2px 2px 0 2px;
	font-family:Verdana, Geneva, sans-serif;
}
#nav_top a:hover {
	color:#FFFF00;
	text-decoration:none;
}
#nav_top a span{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:100%;
	*display:inline;
	padding-top: 12px;
	padding-left: 5px;
	padding-right: 5px;
}
#nav_top li.nav_top_lvl1:hover{
	background-position: 0 -41px;
}
#nav_top li.nav_top_lvl1_selected,
#nav_top li.nav_top_lvl1_selected:hover{
	background-position: 0 -82px;
	background-color: #ff9000;
}
#nav_top li.nav_top_lvl1_selected a{
	background: url('/images/common/nav_top2012.png') no-repeat center bottom;
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #2b2b2b;
	text-shadow: none;
}