#navbar ul.nav {
	margin: 0 0 0 0px;
	padding: 0;
	list-style: none;
	position: relative;
	
}

#navbar ul.nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#navbar ul.nav li span {
	position: absolute;
/*	color:#EEEEEE;  */
	text-indent: -999px;
	overflow: hidden;
}

/*  border:solid 1px #33ff00;  */
#navbar ul.nav li#nav_1 { position:absolute; width:50px; left: 10px; height: 33px; }         /*  home   */
#navbar ul.nav li#nav_2 { position:absolute; width:54px; left: 62px; height: 33px; }     /*  news   */
#navbar ul.nav li#nav_3 { position:absolute; width:78px; left: 118px; height: 33px;  }    /*  features   */
#navbar ul.nav li#nav_4 { position:absolute; width:51px; left: 198px; height: 33px; }    /*  gear  */
#navbar ul.nav li#nav_5 { position:absolute; width:80px; left: 251px; height: 33px; }    /*  contests   */
#navbar ul.nav li#nav_6 { position:absolute; width:88px; left: 333px; height: 33px; }    /*  resources  */
#navbar ul.nav li#nav_7 { position:absolute; width:90px; left: 423px; height: 33px; }   /*  community    */
#navbar ul.nav li#nav_8 { position:absolute; width:88px; left: 515px; height: 33px; }    /*  multimedia  */
#navbar ul.nav li#nav_9 { position:absolute; width:52px; left: 605px; height: 33px; }    /*  expo  */
#navbar ul.nav li#nav_10 { position:absolute; width:49px; left: 659px; height: 33px; }    /*  newsletter  */
#navbar ul.nav li#nav_11 { position:absolute; width:123px; left: 709px; height: 33px; }    /*  newsletter  */
#navbar ul.nav li#nav_12 { position:absolute; width:129px; left: 835px; height: 33px; }    /*  newsletter  */


li a#nav_home {
	display: block;
	width: 50px;
	height: 33px;
	background: url(/pdn/images/menu_home.gif) no-repeat;
}
li a#nav_home:hover, li.rollover a#nav_home, li.current a#nav_home {
	background: url(/pdn/images/menu_home_over.gif) no-repeat;
}



li a#nav_news {
	display: block;
	width: 54px;
	height: 33px;
	background: url(/pdn/images/menu_news.gif) no-repeat;
}
li a#nav_news:hover, li.rollover a#nav_news, li.current a#nav_news {
	background: url(/pdn/images/menu_news_over.gif) no-repeat;
}



li a#nav_features {
	display: block;
	width: 78px;
	height: 33px;
	background: url(/pdn/images/menu_features.gif) no-repeat;
}
li a#nav_features:hover, li.rollover a#nav_features, li.current a#nav_features {
	background: url(/pdn/images/menu_features_over.gif) no-repeat;
}



li a#nav_gear {
	display: block;
	width: 51px;
	height: 33px;
	background: url(/pdn/images/menu_gear.gif) no-repeat;
}
li a#nav_gear:hover, li.rollover a#nav_gear, li.current a#nav_gear {
	background: url(/pdn/images/menu_gear_over.gif) no-repeat;
}



li a#nav_contests {
	display: block;
	width: 80px;
	height: 33px;
	background: url(/pdn/images/menu_contests.gif) no-repeat;
}
li a#nav_contests:hover, li.rollover a#nav_contests, li.current a#nav_contests {
	background: url(/pdn/images/menu_contests_over.gif) no-repeat;
}




li a#nav_resources {
	display: block;
	width: 88px;
	height: 33px;
	background: url(/pdn/images/menu_resources.gif) no-repeat;
}
li a#nav_resources:hover, li.rollover a#nav_resources, li.current a#nav_resources {
	background: url(/pdn/images/menu_resources_over.gif) no-repeat;
}


li a#nav_community {
	display: block;
	width: 90px;
	height: 33px;
	background: url(/pdn/images/menu_community.gif) no-repeat;
}
li a#nav_community:hover, li.rollover a#nav_community, li.current a#nav_community {
	background: url(/pdn/images/menu_community_over.gif) no-repeat;
}



li a#nav_multimedia {
	display: block;
	width: 88px;
	height: 33px;
	background: url(/pdn/images/menu_multimedia.gif) no-repeat;
}
li a#nav_multimedia:hover, li.rollover a#nav_multimedia, li.current a#nav_multimedia {
	background: url(/pdn/images/menu_multimedia_over.gif) no-repeat;
}



li a#nav_expo {
	display: block;
	width: 52px;
	height: 33px;
	background: url(/pdn/images/menu_expo.gif) no-repeat;
	background-position: 0 0;
}
li a#nav_expo:hover, li.rollover a#nav_expo, li.current a#nav_expo {
	background: url(/pdn/images/menu_expo_over.gif) no-repeat;
}



li a#nav_shop {
	display: block;
	width: 49px;
	height: 33px;
	background: url(/pdn/images/menu_shop.gif) no-repeat;
}
li a#nav_shop:hover, li.rollover a#nav_shop, li.current a#nav_shop {
	background: url(/pdn/images/menu_shop_over.gif) no-repeat;
}


li a#nav_newsletter {
	display: block;
	width: 123px;
	height: 33px;
	background: url(/pdn/images/menu_newsletter.gif) no-repeat;
}
li a#nav_newsletter:hover, li.rollover a#nav_newsletter, li.current a#nav_newsletter {
	background: url(/pdn/images/menu_newsletter_over.gif) no-repeat;
}

