@charset "utf-8";
/* CSS Document */

#nav { 
	background:url("../images/nav-bg.jpg") repeat-x; 
	height:50px; 
	width:100%; 
	overflow:hidden; 
	outline:none; 
	border-top:1px solid #333; 
	border-bottom:1px solid #333;
}
#nav dl { list-style:none; font-size:15px; margin-left:10px; font-weight:500; color:#333; }
#nav dd:hover { background:url("../images/nav-over.png") repeat-x;  color:#FFF; }
#nav dd {
	margin:5px 5px 1px 1px;
	float:left;
	cursor:pointer;
	display:block;
	line-height:40px;
	height:40px;
	padding:0 20px;
}
