@CHARSET "utf-8";

#content ul {
	margin:15px 0;
	border-style: solid;
	border-width: 2px 0;
	border-color: #c1c1c1;
}
#content ul li {
	clear: both;
	width:590px;
	display: block;
	background-image: url("../img/line01.gif");
	background-repeat: repeat-x;
	background-position: 0 bottom;
	padding:5px 0;
}
#content ul li.listEnd {
	background-image: none;
}
#content ul li a {
	color: #646464;
	text-decoration: none;
	padding:0 0 0 22px;
	background-image: url("../img/arrow03.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px ;
	display: block;
}
#content ul li a:hover { text-decoration: underline; }
#content ul li .noLink {
	color: #646464;
	padding:0 0 0 22px;
	background-image: url("../img/arrow06.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px ;
	display: block;
}				
#content ul li ul {
	margin: 0;
	border-width: 0;
}
#content ul li ul li a {
	color: #646464;
	padding:0 0 0 22px;
	background-image: url("../img/arrow07.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px ;
	display: block;
}
#content ul li.listStop {
	clear: both;
	width:590px;
	display: block;
	background-image: url("../img/line03.gif");
	background-repeat: repeat-x;
	background-position: 0 bottom;
	padding:5px 0;
}

