		#menu td a {
		cursor:default;
		display:block;
		width:140px;
		height:22px;;
		line-height:22px;;
		color: #005191;
		padding-left: 8px;
		padding-top: 3px;
		text-decoration:none;
		font-weight: bold;
		vertical-align: middle;
		background-color:white;
		background: white url(/img/menu.gif) repeat-x bottom;
	}
	#menu td a[href] {
		cursor:pointer !important;
	}

	#menu td a:hover {
		color:white;
		background-color: #005191;
		background: white url(/img/menu-h.gif) repeat-x bottom;
	}
	#menu td a.hover {
		background: white url(/img/menu-h.gif) repeat-x bottom;
		color:white;
		background-color: #005191;
	}

	#menu ul.sub {
		background: white url(/img/menu.gif) repeat-x bottom;
		color: #005191;
		display:block;
		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;
		border:1px solid #005191;
	}

	#menu ul.sub li a {
		background: white url(/img/menu.gif) repeat-x bottom;
		color: #005191;
		display:block;
		width:95px;
		height:100%;
		background-color:#7FA8C8;
		height: 22px;
		line-height: 22px;
		vertical-align:middle;
		border-bottom: 1px solid white;
		padding-left: 5px;
	}
	#menu ul.sub li a:hover {
		background: white url(/img/menu-h.gif) repeat-x bottom;
		color: white;
	}

	#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;
	}
