div.menuback {
	width:100%;
	height:30px;
	background-color:#000;
	color:#fff;
	z-index:600;
}

td.menudiv {
	padding-left:5px;
}

	UL.dropdown a {
		text-decoration:none;
		color:#fff;
	}
	
	UL.dropdown a:hover {
		color:#fff;
	}

	UL.dropdown {
		/* cancel the default list style */
		list-style:none;
		margin:0;
		position:relative;
		padding-left:5px;
		z-index:600;
	}
	
	UL.dropdown li {
	}
	
	UL.dropdown LI A.parent {
		display:block; 
		height:28px;
		padding-left:0px;
		font-weight:700; 
		line-height:25px;
		background-color:#000;
	}

	UL.dropdown LI A.ExtraMenuparent {
		display:block; 
		height:28px;
		padding-left:0px;
		font-weight:700; 
		line-height:25px;
		background-color:#f00;
	}
	
/*	UL.dropdown li a.parent {} */

	UL.dropdown li a.hover {
		background-color:#4682B4;
		color:#fff;
	}
	
	UL.dropdown div {
			
		/* cancel the default list style */
		margin:0;
		padding:0;
		list-style:none;	
		display:none;
			
		/* make sure it has the highest z-index */
		position:absolute;
		left:0;
		z-index:500;
		background:#fff;
		width:220px;
		margin-left:5px;
		background-color:#fff;
		border:6px solid #4682B4;
		color:#000;
	}

	UL.dropdown SPAN.header {
		font-weight:700;
	}
		
	UL.dropdown div li {
		font-size:11px;	
	}
			
	UL.dropdown div a {
/*		display:block;  */
/*		font-weight:700;*/
		padding:0 0 0 0px;
		height:25px;
		color:#000;
	}
			
	UL.dropdown div a:hover {
		color:#4682B4;
		text-decoration:underline;
	}

