/*** Navigation ***/

#nav {
	float: left;
	width: 197px;	
}

#nav .top {
	clear: both;
	width: 197px;	
	height: 28px;
	background: url(../images/nav/top.png) no-repeat top left;
}

#nav .bottom {
	clear: both;
	width: 197px;	
	height: 28px;
	background: url(../images/nav/bottom.png) no-repeat top left;
}

#nav .navc {
	clear: both;
	background: url(../images/nav/bg.png) no-repeat top left;
}

#nav ul {
	min-height: 50px;
}

#nav ul li {	
	list-style: none;
	margin-left: 8px;
	margin-right: 8px;	
}

#nav ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	background-color: transparent;
	padding: 3px;
	border-bottom: 1px solid #8f8f8f;
}

#nav ul li a:hover,
#nav ul li a.current {
	text-decoration: none;
	color: #000;
	background-color: #fff;
}
