@charset "utf-8";
/* CSS Document */

.right-nav ul {
	margin:0;
	padding:0;
}

.right-nav ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

.right-nav ul li a {
	display:block;
	width:207px;
	padding:15px 0 15px 20px;
	border-bottom:1px dashed #c6e7e8;
	font-size:16px;
	line-height:18px;
	background:url(../images/link_arrow.gif) top left no-repeat;
}

	.right-nav ul li a:hover {
		background:url(../images/link_arrow.gif) top right no-repeat;
	}
	
.right-nav ul li a#item6 {
	border-bottom:1px dashed #1d9ea2;
}


