/* GeneMovers 2006 navigation CSS */

#primaryNav {
	 WIDTH: 763px; 
}
/* BACKGROUND-IMAGE:url(../images/main_nav_bg.gif); */

#primaryNav ul { /* all lists */
	padding: 0; margin-top:20px;
	margin: 0;
	list-style: none;
}

#primaryNav li { /* all list items */
	float: left; 
	position: relative;
	/*width: 10em;*/
}

#primaryNav li ul { /* second-level lists */
	display: none; padding:5px; width:150px; text-align:left; background-image:url(../images/nav_bg.gif);
	position: absolute; background-color:#f0eeeb ; 
	top: 39px; z-index:500;
	left: 0;
}

#primaryNav li ul:hover { /* second-level lists */
	display: none; text-decoration:none; width:150px; background-image:url(../images/nav_bg.gif);
	position: absolute; background-color:#f0eeeb; 
	top: 39px;	z-index:500;
	left: 0px;
	}

#primaryNav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto; 	left: auto;}

#primaryNav li.over ul { /* lists nested under hovered list items */
	display: block;  border:0px;}

#primaryNav li:hover ul 
{
	display: block;  border:0px; top: 39px;	
}

/* All A tags in the nav*/
#primaryNav LI A { TEXT-INDENT: -9000px; text-decoration: none; display:block; height:30px;}

/* Just the A tags in the submenus*/
#primaryNav LI UL LI {width:150px}
#primaryNav LI UL LI A {TEXT-INDENT: 0px; height:15px;  border:0px; font-size:.8em; text-decoration:none; color: #333; padding:3px 3px 3px 6px}
#primaryNav LI UL LI A:hover {TEXT-INDENT: 0px; height:15px;  border: 0px; background-color:#FFF; padding:3px 3px 3px 6px;}

#home{background-image:url(../images/nav_home.gif); width:75px; height:39px; border:0px;} 
#who {background-image:url(../images/nav_who.gif); width:96px; height:39px; border:0px;}
#services {background-image:url(../images/nav_services.gif); width:79px; height:39px; border:0px;}
#merchandise {background-image:url(../images/nav_merchandise.gif); width:107px; height:39px; border:0px;}
#news{background-image:url(../images/nav_news.gif); width:64px; height:39px; border:0px;}
#contact {background-image:url(../images/nav_contact.gif); width:96px; height:39px; border:0px;}
#end {background-image:url(../images/nav_end.gif); width:244px; height:39px; border:0px;}



#home_over {background-image:url(../images/nav_home_on.gif); width:75px; height:39px; border:0px;}
#who_over {background-image:url(../images/nav_who_on.gif); width:96px; height:39px; border:0px;}
#services_over {background-image:url(../images/nav_services_on.gif); width:79px; height:39px; border:0px;}
#merchandise_over {background-image:url(../images/nav_merchandise_on.gif); width:107px; height:39px; border:0px;}
#news_over {background-image:url(../images/nav_news_on.gif); width:64px; height:39px; border:0px;}
#contact_over {background-image:url(../images/nav_contact_on.gif); width:96px; height:39px; border:0px;}


#home:hover {background-image:url(../images/nav_home_on.gif); width:75px; height:39px; border:0px;}
#who:hover{background-image:url(../images/nav_who_on.gif); width:96px; height:39px; border:0px;}
#services:hover {background-image:url(../images/nav_services_on.gif); width:79px; height:39px; border:0px;}
#merchandise:hover {background-image:url(../images/nav_merchandise_on.gif); width:107px; height:39px; border:0px;}
#news:hover {background-image:url(../images/nav_news_on.gif); width:64px; height:39px; border:0px;}
#contact:hover {background-image:url(../images/nav_contact_on.gif); width:96px; height:39px; border:0px;}











