.navsub{
	/*list-style-type	: none;*/
	margin-left	: 0px;
	padding-left	: 0px;
	text-indent	: 0px;
	position:relative;
	display:block;
}
.navsub div {
	display	: block;
	position:relative;
	margin-left	: 10px;
	padding	: 2px 0px 2px 8px;
	border-top	: 1px #ccc solid;
	background	: #eee;
	cursor	: pointer;
	clear:all;
	list-style	:	none;
	font-size	: 0.9em;
}
.navsub div.expanded {
	background-image	: url('../img/darr.gif');
	background-repeat	: no-repeat;
	background-position	: left 10px;
}

.navsub div.collapsed{
	background-image	: url('../img/rarr.gif');
	background-repeat	: no-repeat;
	background-position	: left 10px;
	/*display	: none;*/
}

.navsub div.hide {
	display	: none;
}

.navsub .expanded {
	display	: block;
	margin-left	: 10px;
}

.navsub div.last {
	background-image	: url('../img/bull.gif');
	background-position	: left 10px;
	background-repeat	: no-repeat;
}
.navsub div a{
	text-decoration:	none;
}

.navsub div.sfhover:hover{
	background-color	: #CFD9FF;
}

