#menu4
{
z-index:0;
padding-right:15px;
}



.options
	{
	position:relative;
	float:right;
	width:165px;
	height:20px;
	border:1px solid #888;
	cursor:pointer;
	background:url("downbox.png") no-repeat 100% 50%;
	padding-right:15px;
	}
.options UL
	{
	float:right;
	margin:0;
	padding:0;
	}
	.options UL LI
		{
		position:relative;
		float:left;
		list-style:none;
		padding:0px;
		margin:0px;		
		}
	.options UL LI a.caption
		{
		float:left;
		text-decoration:none;
		width:161px;
		padding:1px 0px 2px 0px;
		padding-right:15px;
		}
	.options UL LI a:hover.caption
		{
		float:left;
		color:#000;
		background:url(""); /* t hack for IE-6*/
		}	
		
		.options UL LI UL
			{
			visibility:hidden;
			position:absolute;
			top:19px;
			left:-1px;
			z-index:999;			
			list-style: none;
			margin:0px;
			padding:0px;
			border:1px solid #888;
			border-top:none;
			background:#fff;
			}	
			.options UL LI UL LI
				{
				display: block;
				float:left;
				clear:both;
				padding:0;
				margin:0;
				border-top:1px solid #ddd;
				}
				.options UL LI UL LI a
					{
					float:left;
					clear:both;
					color:#000;
					width:161px;
					padding:2px;				
					}
				.options UL LI UL LI a:hover
					{
					float:left;
					clear:both;
					color:#fff;
					text-decoration:none;
					background-color:#9f1a1b;
					}
					
/* make the second level visible when hover on first level list OR link */
.options ul li:hover ul,.options ul a:hover ul{visibility:visible; }

.options table 
	{
	position:absolute; 
	top:0; 
	left:0px; 
	border-collapse:collapse;	
	}
