@charset "utf-8";
/* CSS Document */
body {
	font-family: Tahoma;
	font-size: 12px;
	margin:0px;
	color: #666666;
	background-color: #000000;
	line-height:18px;
}
#nav_main ul {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding:30px 0 0 0;
	list-style: none;
	margin-top:65px;
}
#nav_main li {
	height:20px;
	list-style-type: none;
	text-align: left;
	margin-right: 0px;
	list-style-image: url(images/arrow.gif);
}
