/* 
 *	Horizontal, top-2-bottom
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *	(c) 2004 - Aleksandar Vacic, www.aplus.co.yu
 * Some rights reserved, http://creativecommons.org/licenses/by/2.0/
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 */

/*		------	Basic style	------		*/

#menu {
	display: block;
}

#menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
}

#menu a {
	display: block;
}

#menu li li {
	width: 100%;
}

/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */
#menu li li ul {
	top: 0;
	left: 0;
}

/* ...and then place it where it should be when shown */
#menu li li:hover ul {
	left: 100%;
}

/* initialy hide all sub menus */
#menu li ul {
	display: none;
	position: absolute;
	z-index: 10;
}

/* display them on hover */
#menu li:hover>ul {
	display: block;
}

/* this is needed if you want to style #menu div - force containment of floated LIs inside of main UL */
#menuList:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

/* Clear-fix for IE5/Mac \*//*/
#menu a {
	float: left;
}

#menuList {
	display: inline-block;
}
/*  */

/*		------   Make-up	--------			*/

#menuWrapper {
	position:relative;
	float:left;
	width:590px;
	zheight:19px !important;
	z-index:100;
	display:inline;
	margin-top:19px; padding-left:10px;
	}

	
#menu {
	position: relative;
	width: 100%;
	float: left;
	z-index:100;
	}	


#menu li {
	color: transparent;
	}
	
#menu li {
	margin-top: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	}

#menu a {
	font: bold 10px Tahoma, Verdana, Arial, Helvetica;
	display:block;
	text-transform:none;
	}

#menu a {
	color: #fff;
	background: #005D9D;
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
	height: 20px;
	line-height: 20px;
	border-top: 1px solid #FFF;
	}

#menu a:hover {
	color: #fff;
	background:#7DA7D8 ;
	}

#menu ul ul {
	padding: 0 0 0 0 !important;
	}		

#menu li li {
	background: #005185;
	}

#menu li#home a {
	width:80px; height:20px;
	background: transparent top left no-repeat url(/images/nav/home_link.png);
	}

#menu li#publishers a {
	width:120px; height:20px;
	background: transparent top left no-repeat url(/images/nav/publishers_link.png);
	}
	
#menu li#advertisers a {
	width:120px; height:20px;
	background: transparent top left no-repeat url(/images/nav/advertisers_link.png);
	}
	
#menu li#aboutinpage a {
	width:120px; height:20px;
	background: transparent top left no-repeat url(/images/nav/about_inpage_link.png);
	}
	
#menu li#contact a {
	width:120px; height:20px;
	background: transparent top left no-repeat url(/images/nav/contact_us_link.png);
	}

/* Old items

#menu li#whatisinpage a {
	width:131px; height:19px;
	background: transparent top left no-repeat url(/images/nav/whatisinpage_link.png);
	}
	
#menu li#whyinpage a {
	width:115px; height:19px;
	background: transparent top left no-repeat url(/images/nav/whyinpage_link.png);
	}
	
#menu li#get_started a {
	width:119px; height:19px;
	background: transparent top left no-repeat url(/images/nav/getting_started_link.png);
	}

#menu li#support a {
	width:71px; height:19px;
	background: transparent top left no-repeat url(/images/nav/support_link.png);
	}

*/
	
#menu li:hover {
	background-position: left bottom !important;
	}

.primNav img {
	display: block;
	}
	
#menu ul#customers-p li {
	width:120px;
	text-indent:7px;
	}
	
#menu ul#customers-p {
	width:120px;
	}
	
#menu ul#customers-p li a:hover {
	background: #7DA7D8;
	}
	
#menu ul#customers-a li {
	width:120px;
	text-indent:7px;
	}
	
#menu ul#customers-a {
	width:120px;
	}
	
#menu ul#customers-a li a:hover {
	background: #7DA7D8;
	}
	
#menu ul#about li {
	width:120px;
	text-indent:7px;
	}
	
#menu ul#about {
	width:120px;
	}
	
#menu ul#about li a:hover {
	background: #7DA7D8;
	}

#menu ul#faq li {
	width:71px;
	text-indent:7px;
	}
	
#menu ul#faq {
	width:71px;
	}
	
#menu ul#faq li a:hover {
	background: #7DA7D8;
	}

#menu ul#contactform li {
	width:120px;
	text-indent:7px;
	}
	
#menu ul#contactform {
	width:120px;
	}
	
#menu ul#contactform li a:hover {
	background: #7DA7D8;
	}

#menu ul#sites li {
	width:131px;
	text-indent:7px;
	}
	
#menu ul#sites {
	width:131px;
	}
	
#menu ul#sites li a:hover {
	background: #7DA7D8;
	}
	
a.imagelink {
	display:block !important;
	background-image:none !important;
	padding: 2px 0;
	}
	
a.imagelink img {
	border:none !important;
	}

