#nav {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 900px;
	height: 30px;
	font-family: verdana, arial;
	font-size: 11px;
}
ul.menu {
	list-style:none;
	margin:0;
	padding:0;
}

ul.menu * {
	margin:0;
	padding:0
}

ul.menu a {
	display:block;
	color:#000;
	text-decoration:none;
}

ul.menu li {
	position:relative;
	float:left;
	text-align: center;
	font-family: tahoma;
	font-size: 12px;
	color: white;
}

ul.menu ul {
	position:absolute;
	top:26px; left:0;
	background:#d1d1d1;
	display:none;
	opacity:0;
	list-style:none;
}

ul.menu ul li {
	position:relative;
	width:130px;
	margin:0;
}

ul.menu ul li a {
	display:block;
	padding:3px 7px 5px;
	background-color:#000000;
	color: white;
	font-size: 10px;
}

ul.menu ul li a:hover {
	background-color:#555555;
}

ul.menu ul ul {
	left:148px;
	top:-1px;
}

ul.menu .menulinkhome {
	padding:7px 0px 9px;
	font-weight:bold;
	background:url(images/navrepeat.jpg); 
	width:88px;
	color: white;
}


ul.menu .menulinkarticles {
	padding:7px 0px 9px;
	font-weight:bold;
	background:url(images/navrepeat.jpg); 
	width:100px;
	color: white;
}

ul.menu .menulinkcareers {
	padding:7px 0px 9px;
	font-weight:bold;
	background:url(images/navrepeat.jpg); 
	width:98px;
	color: white;
}

ul.menu .menulinkmedia {
	padding:7px 0px 9px;
	font-weight:bold;
	background:url(images/navrepeat.jpg); 
	width:80px;
	color: white;
}

ul.menu .menulinkinsidemnm {
	padding:7px 0px 9px;
	font-weight:bold;
	background:url(images/navrepeat.jpg); 
	width:120px;
	color: white;
}
ul.menu .menulinksurveys {
	padding:7px 0px 9px;
	font-weight:bold;
	background:url(images/navrepeat.jpg); 
	width:98px;
	color: white;
}
ul.menu .menulinkadvertising {
	padding:7px 0px 9px;
	font-weight:bold;
	background:url(images/navrepeat.jpg); 
	width:110px;
	color: white;
}
ul.menu .menulinkezine {
	padding:7px 0px 9px;
	font-weight:bold;
	background:url(images/navrepeat.jpg); 
	width:84px;
	color: white;
}
ul.menu .menulinksubscribe {
	padding:7px 0px 9px;
	font-weight:bold;
	background:url(images/navrepeat.jpg); 
	width:122px;
	color: white;
}

}
ul.menu .menulink:hover, ul.menu .menuhover {
	background:url(images/header_over.gif);
	color: black;
}

ul.menu .sub {
	background:#d1d1d1 url(images/arrow.gif) 136px 8px no-repeat;
}

ul.menu .topline {
	border-top:1px solid #aaa;
}