@charset "utf-8";
/* CSS Document */

#g_nav {
	width: 930px;
	height: 63px;
	position: relative;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/header/bg_shadow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
ul#b {
	list-style:none;
	margin:0;
	padding:0;
	width: 930px;
	height: 34px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4a89d2;
	border-bottom-color: #4a89d2;
}
ul#b li {
	float:left;
	width:153px;
	margin:0;
	padding:0;
	text-align:center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5b78ab;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a0bbd6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e9f3f1;
	border-bottom-color: #e9f3f1;
	clear: right;
}
ul#b li a {
	display:block;
	height:22px;
	color:#FFF;
	text-decoration:none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 1.7em;
	font-weight: bolder;
	background-image: url(../images/header/bg2.jpg);
	background-repeat: repeat;
	background-position: 0 0;
	font-size: 13px;
	letter-spacing: 0.2em;
}

ul#b li a.active {
	background-position:-350px 0;
}

ul#b li a:hover, li a:focus, li a:active {
	background-position:-155px 0;
}
ul#b li.current {
	display:block;
	height:22px;
	color:#FFF;
	text-decoration:none;
	line-height: 1.7em;
	font-weight: bolder;
	background-image: url(../images/header/bg2.jpg);
	background-repeat: repeat;
	background-position: -200px 0;
	font-size: 13px;
	letter-spacing: 0.2em;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

ul#b li.basic {
	display:block;
	height:22px;
	color:#FFF;
	text-decoration:none;
	line-height: 1.7em;
	font-weight: bolder;
	background-image: url(../images/header/bg2.jpg);
	background-repeat: repeat;
	background-position: 0px 0;
	font-size: 13px;
	letter-spacing: 0.2em;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: right;
}


ul#b a {
	background-image: url(../images/header/bg2.jpg);
	background-repeat: repeat;
	background-position: 0 0;
}
