		#menu td a {
/*		cursor:default;*/
		display:block;
		width:100%;
		height:100%;
		color: white !important;
		padding-left: 8px;
		padding-top: 3px;
		text-decoration:none;
		font-weight: bold;
		vertical-align: middle;
		background-color:#99cc00 !important;
	}
	#menu td.lft {
		width:8px;
		height:25px;
		background-color:#e3005b !important;
	}



	#menu td a[href] {
/*		cursor:pointer !important;*/
	}

	#menu td a:hover {
		color:white;
		background-color: #e3005b !important;
	}
	#menu td a.hover {
		color:white;
		background-color: #e3005b !important;
	}

	#menu ul.sub {
		display:block;
		color: white;
		width:100px;
		text-decoration:none;
		font-weight: bold;
		vertical-align: middle;
		position: absolute;
		margin-left: 120px;
		margin-top:5px;
		border:1px solid white;
		border-bottom:0;
		padding:0;
		visibility:hidden;
		list-style-type:none;
		z-index:1;
	}

	#menu ul.sub li a {
		display:block;
		width:95px;
		height:100%;
		background-color:#7FA8C8;
		height: 17px;
		border-bottom: 1px solid white;
		padding-left: 5px;
		color: white;
	}
	#menu ul.sub li a:hover {
		background-color:#7FA8C8;
		color: #005191;
	}

	#menu ul.sub li.shadow {
		position:absolute;
		left:3px;
		top:3px;
		background-color:#333333;
		border-right:1px solid #333333;
		width:100%;
		height:100%;
		z-index:-1;
	}