#nav {
	margin: 30px 0px 30px 0px;
	text-align: left;
	font-size: 12px;
}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	display: inline;
	background: url('../imageset/folder_big.gif') no-repeat -16px center;
	padding-left: 25px;
	margin-right: 30px;
	color: #9f0002;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	width: 135px;
}

#nav li:hover {
	background: url('../imageset/folder_new_big.gif') no-repeat -16px center;
	text-decoration: underline;
}
#nav a, #nav a:active, #nav a:visited {text-decoration: none;}
#nav a:hover {text-decoration: underline;}
