/* Navigation styles
link-visited-hover-active
focus
----------------------------*/
#main-nav {
	width: 768px;
    height: 26px;
    font-size:0.85em;
	font-weight:bold;
}

#nav {
	width: 769px;
	padding:0;
	margin:0;
	
}

#nav li {
	float:left;
	list-style:none;
	width:128px;
	font-size:0.7em;
	
}

#nav a {
	display: block;
    padding: 0.2em 0.8em 1.4em 0.4em;
    border-right:1px solid #fff
    
}

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

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

#nav a:hover, #nav a:focus {
	text-decoration:none;
	color:#fff;
	background:#ccc
}

#nav a:active {
	text-decoration:none;
	color:#fff;
	background:#ccc
}

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

#sub-nav li {
	font-size:1em;
	float:left;
	width:127px;
	list-style:none;
	margin:0px;
	clear:both;
}

#sub-nav li ul {
	font-size:0.9em;
	margin:0;
	padding:0;
	
}

#sub-nav li ul a {
	margin:0 0 0 20px;
}

#sub-nav ul li {
	width:127px;
}

#sub-nav a {
	display:block;
	padding:0.4em 0em 0.4em 1.3em;
	background: url(../img/arrow.gif) no-repeat left;
}

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

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

#sub-nav a:hover {
	text-decoration:none;
	color:#fff;
	background:#222942 url(../img/arrow.gif) no-repeat left;
}

#sub-nav a:active {
	text-decoration:none;
	color:#fff;
	background:#222942

}