#nav {
	float:right;
	width:564px;
	padding:7px 0 0 0;
	margin:0
}

#nav li {
	float:left;
	list-style:none;
	padding:0.4em 1.5em 0.4em 0;
	margin:0;
}

#nav a {
	font-size:1.3em;
	display:block;
    color:#1f82c0;
    text-decoration:none;
}

#nav a:hover, #nav .active a {
	color:#fff;
}

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

#sub-nav li, #actions li {
	float:left;
	width:100%;
	list-style:none
}

#sub-nav a, #actions li a {
	display:block;
	float:left;
	width:144px;
	min-height:16px;
    padding:6px 10px 0.4em 14px;
    color:#1f82c0;
    font-size:1.1em;
    text-decoration:none;
    background:#fff url('../img/chevron_single.gif') left 5px no-repeat
}

#sub-nav .active li a {
    color:#1a638f;
}

#sub-nav a:hover, #sub-nav .active a, #sub-nav .active .active a,
#actions li a:hover, #actions li.active a {
	color:#1a638f;
}