/* Navigation styles
link-visited-hover-active
focus
----------------------------*/
#nav {
	float:left;
	width:100%;
	padding:0;
	margin:0
}

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

#nav a {
	display:block;
    padding:4px 8px;
    width:82px;
    background:#002469 url(../img/nav_bg.gif) no-repeat;
    color:#fff;
    min-height:33px;
    text-decoration:none;
    font-size:0.9em;
    font-weight:bold;
    margin-right:1px
}

#nav .last-item a {
	margin-right:0
}

#nav a:visited {
}

#nav a:hover, #nav a:focus, #nav .active a {
	background-position:-98px 0
}

/* Sub-navigation styles
----------------------------*/
#sub-nav {
	float:left;
	width:235px;
	padding:0;
	margin:18px 0 0 0;
	font-size:1.2em
}

#sub-nav li {
	float:left;
	list-style:none;
	width:100%;
	margin-bottom:5px
}

#sub-nav a {
	display:block;
	color:#fff;
	text-decoration:none;
	min-height:15px;
	padding-left:22px;
	background:transparent url(../img/bullet_flower.gif) no-repeat
}

#sub-nav a:hover {
	text-decoration:none;
	color:#fff;
}