/* Devon James Associates, Inc. */
/* NETSCAPE NAVIGATOR CSS */


A:HOVER.navfont {
 color : #ffffff;
 text-decoration : underline;
 }

.navfont { /* Set drop box stuff here */
 font-family : Verdana, Arial, Helvetica, Sans-Serif, MS sans serif;
 font-style : normal;
 font-weight : normal;
 line-height : 130%;
 font-size : 11px;
 color : #ffffff;
 margin-left: 3px;
 }


#closer {
 Z-INDEX: 2;
 LEFT: 0px;
 VISIBILITY: hidden;
 WIDTH: 99%;
 POSITION: absolute;
 TOP: 0px;
 HEIGHT: 99%;
}



#trigNav { /* The navbar size & location */
 Z-INDEX: 5;
 LEFT: 216px;
 VISIBILITY: visible;
 WIDTH: 544px;
 POSITION: absolute;
 TOP: 65px;
}



#homeNav { /* Home drop menu size & location */
 Z-INDEX: 3;
 LEFT: 216px;
 VISIBILITY: hidden;
 WIDTH: 73px;
 POSITION: absolute;
 TOP: 87px;
}

#aboutusNav { /* About Us drop menu size & location */
 Z-INDEX: 3;
 LEFT: 289px;
 VISIBILITY: hidden;
 WIDTH: 91px;
 POSITION: absolute;
 TOP: 87px;
}

#servicesNav { /* Services drop menu size & location */
 Z-INDEX: 3;
 LEFT: 381px;
 VISIBILITY: hidden;
 WIDTH: 87px;
 POSITION: absolute;
 TOP: 87px;
}

#clientlistNav { /* Clients drop menu size & location */
 Z-INDEX: 3;
 LEFT: 476px;
 VISIBILITY: hidden;
 WIDTH: 92px;
 POSITION: absolute;
 TOP: 87px;
}

#mediacenterNav { /* Media Center drop menu size & location */
 Z-INDEX: 3;
 LEFT: 562px;
 VISIBILITY: hidden;
 WIDTH: 117px;
 POSITION: absolute;
 TOP: 87px;
}

#eventsNav { /* Events drop menu size & location */
 Z-INDEX: 3;
 LEFT: 676px;
 VISIBILITY: hidden;
 WIDTH: 84px;
 POSITION: absolute;
 TOP: 87px;
}



