	#menu td a {
		cursor:default;
		display:block;
		width:100%;
		height:25px; /* opera fix*/
/*		height: 100%;*/
		color: #005191;
		padding-left: 8px;
		padding-top: 6px;
		text-decoration:none;
		font-weight: bold;
/*		vertical-align: middle;*/
		background-color:white;
	}
	#menu td a[href] {
		cursor:pointer !important;
	}

	#menu td a:hover {
		color:white;
		background-color: #005191;
	}
	#menu td a.hover {
		color:white;
		background-color: #005191;
	}

	#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:98px;
		height:100%;
		background-color:#7FA8C8;
		height: 17px;
		border-bottom: 1px solid white;
/*		border-right: 1px solid white;*/
		padding-left: 5px;
		color: white;
	}
	#menu ul.sub li a:hover {
		background-color:#7FA8C8;
		color: #005191;
	}

	#menu ul.sub li.shadow {
		visibility:hidden;
		position:absolute;
		left:3px;
		top:3px;
		background-color:#333333;
		border-right:1px solid #333333;
		width:100%;
		height:100%;
		z-index:-1;
	}
