/* Navigation */

	/* ------------------------------------------------------------- */	

	#nav {
		list-style: none;
		width: 203px;
		margin-top: 26px;
		left: 0;
		padding: 0px;
		font-family: Georgia, Times, "Times New Roman", serif;
		font-size: 16px;
		text-align: right;
}
	
	#nav li {
		list-style: none;
		display:inline;
		padding:0;
		width: 203px;
	}
	
	#nav ul {
		margin: 0;
		margin-bottom: 14px;
	}
	
	#nav li a {
	color: #5C2A47;
	text-decoration: none;
	display:block;
	left: 0;
	width: 183px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 0px;
	overflow:hidden;
	background: url("../images/nav-border.gif") no-repeat bottom right;
	font-weight: bold;
	letter-spacing: -0.1em;
	}
	
	#nav a:hover {
		color: #998E2E;
		text-decoration: none;
	}
	
	#nav ul ul a {
		font-size: 12px;
		background: none;
	}
	

		
	
