﻿/************************************************************************
* Navigation element styles
************************************************************************/
#navtop ul
{
	height:46px;
    list-style-type:none;
    margin:0px;
    padding:0px;
}
#navtop ul li
{
    display:inline;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}
#navtop a
{
	display:block;
	float:left;
	height:46px;
	text-decoration:none;
	cursor:pointer;
}
#navtop a span
{
	visibility:hidden;
}
/* home section */
#home a, #home a:link, #home a:visited
{
	width:70px;
	height:46px;
	background:url(images/navHome_up.gif) no-repeat;
}
#home a:hover, #home a:active
{
    background:url(images/navHome_over.gif) no-repeat;
}
#navtop #home a.current
{
	background:url(images/navHome_down.gif) no-repeat;
}
/* press section */
#press a, #press a:link, #press a:visited
{
	width:65px;
	height:46px;
	background:url(images/navPress_up.gif) no-repeat;
}
#press a:hover, #press a:active
{
    background:url(images/navPress_over.gif) no-repeat;
}
#navtop #press a.current
{
	background:url(images/navPress_down.gif) no-repeat;
}
/* projects section */
#projects a, #projects a:link, #projects a:visited
{
	width:83px;
	height:46px;
	background:url(images/navProjects_up.gif) no-repeat;
}
#projects a:hover, #projects a:active
{
    background:url(images/navProjects_over.gif) no-repeat;
}
#navtop #projects a.current
{
	background:url(images/navProjects_down.gif) no-repeat;
}
/* FAQs section */
#FAQs a, #FAQs a:link, #FAQs a:visited
{
	width:65px;
	background:url(images/navFAQs_up.gif) no-repeat;
}
#FAQs a:hover, #FAQs a:active
{
    background:url(images/navFAQs_over.gif) no-repeat;
}
#navtop #FAQs a.current
{
	background:url(images/navFAQs_down.gif) no-repeat;
}
/* traffic section */
#traffic a, #traffic a:link, #traffic a:visited
{
	width:125px;
	background:url(images/navTraffic_up.gif) no-repeat;
}
#traffic a:hover, #traffic a:active
{
    background:url(images/navTraffic_over.gif) no-repeat;
}
#navtop #traffic a.current
{
	background:url(images/navTraffic_down.gif) no-repeat;
}
/* meetings section */
#meetings a, #meetings a:link, #meetings a:visited
{
	width:95px;
	background:url(images/navMeetings_up.gif) no-repeat;
}
#meetings a:hover, #meetings a:active
{
    background:url(images/navMeetings_over.gif) no-repeat;
}
#navtop #meetings a.current
{
	background:url(images/navMeetings_down.gif) no-repeat;
}
/* contact section */
#contact a, #contact a:link, #contact a:visited
{
	width:105px;
	background:url(images/navContact_up.gif) no-repeat;
}
#contact a:hover, #contact a:active
{
    background:url(images/navContact_over.gif) no-repeat;
}
#navtop #contact a.current
{
	background:url(images/navContact_down.gif) no-repeat;
}