#nav ul {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav {
	background-color: #FFFFFF;
	width: 120px;
	border: 1px dashed #0066CC;
}
#nav ul li a {
	width: 90px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	color: #666666;
	text-decoration: none;
}

#nav ul li {
	text-decoration: none;
	display: block;
	width: 100px;
	padding: 2px;
	margin: 3px;
}
#nav ul li a:hover {
	background-color: #E1E0DE;
}
#lav {
	width: 200px;
	border: 1px dotted #333333;
	background-image: url(../images/seperate_02.jpg);
	background-repeat: repeat-y;
	margin-right: 6px;
}
#lav ul {
	list-style-type: none;
}
#lav ul  li {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-right: 5px;
}
#no_bul {
	font-family: Tahoma;
	font-size: 14px;
	list-style-type: circle;
}

