#nav {
	float:right;
	padding:0;
	margin:0;
	font-family:georgia,times new roman, serif;
	font-size:0.9em
}

#nav li {
	float:left;
	list-style:none
}

#nav a {
	display:block;
    padding:2px 8px;
    color:#f9f8f0;
    text-decoration:none;
    margin-left:5px;
}

#nav a:hover, #nav .active a {
	color:#f9f8f0;
	background:#80093e
}

/* Sub-navigation styles
----------------------------*/
.sub-nav {
	float:left;
	width:189px;
	padding:0;
	margin:0;
}

.sub-nav li {
	float:left;
	width:189px;
	list-style:none
}

.sub-nav a {
	display:block;
	float:left;
	clear:both;
	width:177px;
    padding:5px 0 5px 12px;
    color:#4f4d39;
    background:#fff url('../img/arrow_nav.gif') 5px 8px no-repeat;
    text-decoration:none;
}

.sub-nav .active a {
	font-weight:bold
}

.sub-nav .active a {
	font-weight:bold
}

.sub-nav a span.sleeps {
	font-weight:normal !important;
	display:block;
	color:#69674F
}

.sub-nav .active li a {
    color:#4f4d39
}

.sub-nav a:hover {
	color: #4f4d39;
}

.sub-nav .active a, .sub-nav .active .active a {
    color: #80093E;
}
