/* Top Navigation Styles
----------------------------------------------- */

#nav ul {
	margin: 0;
	padding-bottom: 8px;
	white-space: nowrap;
	list-style-type: none;
	padding-top: 10px;
}

#nav ul li {
	display: inline;
}

#nav li a {
	margin: 0;
	padding: 0 5px 8px;
	
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#nav a {
	color: #fff;
	text-decoration: none;
	background-image: url(../interface/bars.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav a:hover {
	background: url(../interface/bars.gif) no-repeat 0px -50px;
}
#nav a.current, #nav a.current:hover {
	background: url(../interface/bars.gif) no-repeat 0px -50px;
}


/* Sub-Navigation Styles
----------------------------------------------- */

#left-column-nav ul {
	margin: 0;
	padding: 0;
	
	list-style-type: none;
}

#left-column-nav li a {
	margin: 0;
	padding: 7px 0 7px 15px !important;
	width: 170px;
	
	display: block;
	
	border-bottom: 1px solid #EBF4FF;
}

#left-column-nav a {
	color: #353535;
	text-decoration: none;
}

#left-column-nav a:hover {
	background: #EBF4FF;
}

#left-column-nav li a.current, #left-column-nav li a.current:hover {
	border: 0;
	
	color: #fff;
	
	background: url(../interface/left-column-nav-bg.gif) no-repeat;
}
