
#topnav{
	width: 504px;
	background: url('../images/nav/bgnav.jpg') repeat;
}



.top-menu1{
background: url('../images/nav/bgnav.jpg') repeat;
height:24px; position:relative; z-index: 100; padding: 0;}


/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; height:24px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:116px; background:url(../images/nav/event.jpg) no-repeat;}
.menu li.p2 {width:105px; background:url(../images/nav/agenda.jpg) no-repeat;}
.menu li.p3 {width:144px; background:url(../images/nav/sponsorship.jpg) no-repeat;}
.menu li.p4 {width:139px; background:url(../images/nav/registration.jpg) no-repeat;}


/* set up the normal unhovered images in the links */
.menu li a#event {width:116px; background:url(../images/nav/event.jpg) no-repeat;}
.menu li a#agenda {width:105px; background:url(../images/nav/agenda.jpg) no-repeat;}
.menu li a#sponsors {width:144px; background:url(../images/nav/sponsorship.jpg) no-repeat;}
.menu li a#reg {width:139px; background:url(../images/nav/registration.jpg) no-repeat;}




/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#event:hover, .menu li:hover a#event,
.menu li a#agenda:hover, .menu li:hover a#agenda,
.menu li a#sponsors:hover, .menu li:hover a#sponsors,
.menu li a#reg:hover, .menu li:hover a#reg {background:transparent;}



/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:0; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:24px; background: #f7b71d; padding:3px 5px; white-space:nowrap;  width:130px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative;  border-bottom: 0px solid #a3a3a3;  
float:left;  width:130px; font-size:11px; text-indent:5px; line-height:20px; color:#fff; text-decoration:none; }
.menu :hover ul.sub li a {display:block; font-size:11px; height:20px; width:130px; line-height:20px; text-indent:5px; color:#fff; text-decoration:none; text-align: left;}
.menu :hover ul.sub li a:hover {background: #fef1d1; color:#000000;}




