#menu_wrapper {
	position: absolute; 
	top: 149px; 
	left: 390px; 
	width: 600px; 
	white-space: no-wrap; 
	z-index: 1000000; 
}

.menu {
	margin:0; 
	padding:0; 
	white-space: no-wrap; 
	width: 660px
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none; 
	height:25px; 
}

.menu a, 
span.top-nav-button,
.menu a:visited {
	float:left; 
	height:24px; 
	width:150px;
	font-weight:600; 
	font-family:arial;
	text-decoration:none; 
	color:#FFFFFF; 
	padding:0; 
	text-align:center;
	border:0;
	cursor:pointer;
}

.menu ul li.top-nav-li {
	height:30px;
	line-height:30px;
}



.menu ul li {
	float:left; 
	position:relative;
	line-height:24px; 
	color:#FFFFFF;
	background:  url('http://img.emedtv.com/images/v2/topnav_button_off2.gif');
	background-repeat:no-repeat; /* otherwise the button will repeat itself vertically when hovered*/
}


/*
.menu ul li.top-nav-li:hover {
	background-image:url('http://img.emedtv.com/images/v2/topnav_button_hover.gif');
	padding-bottom:10px;
	margin-top:0px;
	background-repeat:no-repeat;
	line-height:29px;
	background-position:0px 1px;
}*/

.menuActive {
	background-image:url('http://img.emedtv.com/images/v2/topnav_button_hover.gif') !important;	
	padding-bottom:10px;
	margin-top:0px;
	background-repeat:no-repeat;
	line-height:29px;
	background-position:0px 1px;
}

.menuActive ul {
	visibility:visible !important;
}

.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:33px;  
	left:0px;
}

.ie6 .menu ul ul {
	width:150px;
}

.menu ul ul li {
	line-height:16px;
	border-bottom:1px solid #61a6df;
	border-top:1px solid #2868a8;
}

/*  
This is so we can have a line at the bottom of the sub nav drop down before the rounded corners w/o revamping the code. It worked except on the subdomain pages and in ie6.
Fix this problem for later release.
div.line {
	height:0px;
	border-bottom:1px solid #61a6df;
	border-top:1px solid #2868a8;
	bottom:17px;
	position:absolute;
	width:150px;
	left:0px;
}
*/

.menu ul ul li.last {
	padding-bottom:18px; 
	background:url('http://img.emedtv.com/images/v2/top-nav-drop-bttm.gif') bottom left no-repeat;
	border-bottom:none;
}

.menu ul ul a, 
.menu ul ul a:visited {
	background:#75B4E2 none repeat scroll 0%;
	color:#FFFFFF;
	font-size:0.79em;
	height:100%;
	line-height:20px;
	padding-bottom:5px;
	padding-top:5px;
	width:11.844em;
}

.ie7 .menu ul ul a,
.ie6 .menu ul ul a {
	font-size:12px !important;
	width:150px !important;
}

.menu ul ul a:hover  {
	color:#ffff00;
	background-color:#75B4E2;
	text-decoration:underline;
}

.menu ul ul li:hover {
	margin:0;
	padding:0;

}

.menu ul ul li.last:hover {
	padding-bottom:18px;
}
/*
.ie6 .menu ul a.top-nav-button:hover ul {
	visibility:visible;  
}

.menu ul li:hover ul {
	visibility:visible;  
}
*/
.menu table {
	border-collapse:collapse; 
	padding:0; 
	margin:-1px;
	width:0; 
	height:0; 
	font-size:16px; 
	z-index:1;
}