/* Navigation styles
link-visited-hover-active
focus
----------------------------*/
#nav {
	background:#000 url('../img/torso.jpg') left bottom no-repeat;
	float:left;
	width:506px;
	padding:10px 0 10px 264px;
	margin:0
}

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

#nav a {
	display:block;
    padding:0.4em 1em 0.4em 1em;
    text-decoration:none;
    white-space:nowrap
}

#nav a:link {
	color:#fff
}

#nav a:visited {
	color:#fff
}

#nav a:hover {
	color:#f58106
}

#nav .active a {
	color:#f4b305
}

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

.sub-nav li {
	float:left;
	width:244px;
	padding:3px 10px;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
	list-style:none
}

.sub-nav a {
    text-decoration:none;
    color:#666
}

.sub-nav a:visited {
	color:#8f8f8f
}

.sub-nav a:hover {
	text-decoration:underline;
	color:#ce1c13
}

.sub-nav .active a {
	color:#ce1c13
}
