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

/* nav Pattern a 003
------------------------------------------ */
nav > ul {
	margin: 10px;
	}
	
nav > ul > li {
	text-align:left;
	}
	
nav > ul > li:first-child {
	border-radius: 6px 6px 0 0;
	}
	
nav > ul > li:last-child {
	border-radius: 0 0 6px 6px;
	}
	
nav > ul > li > a {
	display: block;
	text-decoration: none;
	padding: 10px;
	height: 14px;
	background: url(../../images/nav/pattern_a_003.png);
	}
