/* @override http://www.so.efront.com.au/styles/nav.css */

/* @override http://so.efront.com.au/styles/nav.css */


/* Navigation */

#nav, #nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/* float: left; */
}

/*
#nav {
	font-family: "Helvetica Neue",Arial, Helvetica, sans-serif;
	z-index: 10;
	position: relative;
	margin-top: 20px;
	width: 100%;
	background: #E0F0EF;
	}
	
*/
#nav a{display:block; width:5.9em;
	text-align: center;
	font: 1.0em/30px "Helvetica Neue",Arial, Helvetica, sans-serif;
	background: #E0F0EF;
	color: #149E9E;
	padding: 0px 1px;
	text-decoration: none;
	height: 30px;


}	

#nav a:hover{
background: #149E9E;
color:#fff;
}

#nav li {
	float: left;

}

#nav li ul{
position:absolute;
width:10em;
left:-999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	background: #E0F0EF;
	border-bottom:1px solid #149e9e;
}

#nav ul a {
	border: 1px solid #149E9E;
	border-bottom: 0;
	white-space: nowrap;
	width:10em;
	text-align: left;
}

#nav ul a:hover {
	background: #ccc;
	color: #000;
}

.crumbs{
	color: #666;
}

.crumbs a{
	text-decoration: none;
}

.blog-archives{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

ul.blog_archives{

	margin: 0px;
	padding: 0px;
	list-style: none;
	
}

ul.blog_archives li{
	margin: 1px;
}

ul.blog_archives a{
	text-decoration: none;
	display: block;
	padding: 2px;
	border: 1px solid #fff;
	
}

ul.blog_archives a:hover{
background: #f4f4f4;
border: 1px solid #ccc;
}
