	
	body {
	
}
	#wrap {
	width:160px;
		
	}
/* Disable properties specified in the imported CSS file */
	.menu a {
	border:none;
	font-weight:normal;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/* Actual menu CSS starts here */
	.menu,
	.menu ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	.menu {
	width:170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	.menu li {
		display:block;
		margin:0;
		padding:0;
		margin-bottom:1px;
	}
	.menu a {
	display:block;
	padding:2px 5px;
	color:#FFFFFF;
	background:#6b9e2f;
	text-decoration:none;
	background-color: #6b9e2f;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	}
	.menu a:hover,
	.menu a:focus,
	.menu a:active {
	background:#ced174;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
	.menu ul li {padding-left:15px;}
	.menu ul a {
	background:#91278F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}
	.hidden {display:none;}
