#jquerymenu {
		list-style: none;
		margin: 0;
		padding: 0;
		vertical-align: top;
		width: 300px;
	}
#jquerymenu ul {
		display: none;
		list-style: none;
		margin: 0;
		padding: 0;
	}
#jquerymenu ul ul {
		display: inline;
	}
#jquerymenu ul ul li a {
		padding-left: 20px;
		width: 300px;
	}
#jquerymenu a {
		color: #000;
		cursor: pointer;
		display: block;
		font-weight: bold;
		margin-left: 0;
		padding: 2px 2px 2px 17px;
		width: 300px;
	}
#jquerymenu a.expanded {
		background: #bbb url(images/collapse.gif) no-repeat 3px 50%;
	}
#jquerymenu a.collapsed {
		background: #bbb url(images/expand.gif) no-repeat 3px 50%;
	}
#jquerymenu a:hover {
		text-decoration: none;
	}
#jquerymenu ul a {
		background: #e8e8e8;
		border-top: 2px solid #fff;
		color: #000;
		display: block;
		font-weight: normal;
		padding: 2px 2px 2px 10px;
		width: 300px;
	}
#jquerymenu ul a:hover {
		background : #f5f5f5;
		text-decoration: underline;
	}
#jquerymenu li.active a {
		background: #fff;
	}
#jquerymenu li.active li a {
		background: #e8e8e8;
	}
#jquerymenu .footer {
		background: transparent url(images/menu_footer.jpg) no-repeat 0 0;
		border-top: 2px solid #fff;
		height: 9px;
		margin: 0 0 10px 0;
		width: 300px;
	}
#jquerymenu .footer span {
		display: none;