.nav {
	width: 175px;
	background-color: #fefefe;
	border: 10px solid #6b482b;
	position: absolute;
	padding-top: 1px;
	font-size: 14px;
	font-family:Georgia;
	font-weight:normal;
	list-style : none;
	list-style-position: outside;
}

.navlink a {
   	background: url(../images/nav_up.jpg) no-repeat;
	padding-top: 5px;
	padding-right: 10px;
   	width: 165px;
  	height: 22px;
  	display: block;
	color: #fff;
	text-decoration: none;
	padding-bottom: 1px;
	text-align: right;
	list-style : none;
	list-style-position: outside;
}

.navlink a:hover {
	background-position: 0px -27px;
	color: #a6a192;
	list-style : none;
	list-style-position: outside;
}

/* SECONDARY NAVIGATION (FOOTER MENU) -  */
.secondary_nav {
	color: #c5bca6;
	position: relative;
	list-style : none;
	list-style-position: outside;
}

.secondary_nav a, .secondary_nav a:hover {
	color: #18556f;
    text-decoration: none;
    list-style : none;
	list-style-position: outside;
}
