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



#navFrame {
	width:960px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:10px;
	border-bottom:1px solid #DBDBDB;
}
ul {
	float:right;
}
li {
	display:inline;
	padding-bottom:21px;
}
.current {
	font-weight:bold;
}
li a {
	background: url(../images/arrow.png) no-repeat;
	background-position: center top;
	padding:0 15px 20px 15px;
	font-size:1.4em;
	color:#943D8C;
	text-decoration:none;
	font-weight:normal;
}
li a:hover {
	text-decoration:none;
	background-position: center bottom;
	color:#943D8C;
}
.current a,  .current a:hover {
	background: url(../images/arrow_on.png) no-repeat;
	background-position: center bottom;
}
