.menu {
	z-index: 1000;
}

.menu h6 {
	display: none;
}

.menu li {
	position:relative;
	height: 28px;
}

#container .menu table {
	position: absolute; 
	top: 0; 
	left: 0; 
}

#container .menu td, #container .menu th {
	border: none;
	padding: 0;
	margin: 0;
}

.menu a {
	display: block; 
	text-decoration: none;
	height: 28x;
	line-height: 28px;
	width: 176px;
	text-indent: 26px;
	background: url(images/menu_bg.gif) no-repeat left bottom;
}

* html .menu a:hover {
	background: #CCDFE7 url(images/menu_hover_bg.gif) no-repeat left bottom;
} 

.menu :hover > a {
	background: #CCDFE7 url(images/menu_hover_bg.gif) no-repeat left bottom;
}

.menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 130px; 
	border: 1px solid #A9BDC4;
	background: #e4f5be;
}

.menu ul ul a {
	width: 140px;
}

.menu ul :hover ul{
	visibility: visible;
}

*html .menu li {
	float: left;
}