/* Navigation CSS for MASS */

ul#nav {
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 708px;
	height: 52px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: -1234em;
}
ul#nav li {
	height: 26px;
	position: absolute;
	top: 0;
}
ul#nav li a {
	height: 26px;
	display: block;
	text-decoration: none;
}
ul#nav li a:hover {
	background-image: url(../images/nav.gif);
}

/* SubNav */

ul#nav li ul {
	position: absolute;
	display: none;
	top: 26px;
	left: 0;
	list-style: none;
	width: 600px;
	padding: 0;
	margin: 0;
	height: 26px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/subabout.gif);
	background-repeat: no-repeat;
}
#about ul li a:hover {
	background-image: none;
}
#about ul li {
	position: absolute;
	top: 0;
	height: 26px;
}
#about ul li a {
	display: block;
	text-decoration: none;
	height: 26px;
}
#about ul li a:hover {
	background-image: url(../images/subabout.gif);
}

/* Individual Menu Items */

li#about {
	left: 0;
	width: 60px;
}
#about a:hover {
	background-position: 0 -52px;
}
li#directory {
	left: 60px;
	width: 174px;
}
#directory a:hover {
	background-position: -60px -52px;
}
li#meetings {
	left: 234px;
	width: 152px;
}
#meetings a:hover {
	background-position: -234px -52px;
}
li#news {
	left: 386px;
	width: 84px;
}
#news a:hover {
	background-position: -386px -52px;
}
li#partners {
	left: 470px;
	width: 62px;
}
#partners a:hover {
	background-position: -470px -52px;
}
li#links {
	left: 532px;
	width: 107px;
}
#links a:hover {
	background-position: -532px -52px;
}
li#contact {
	left: 639px;
	width: 69px;
}
#contact a:hover {
	background-position: -639px -52px;
}

/* Individual SubNav */

li#aboutmass {
	left: 0;
	width: 72px;
}
#aboutmass a:hover {
	background-position: 0 -26px;
}
li#mission {
	left: 72px;
	width: 52px;
}
#mission a:hover {
	background-position: -72px -26px;
}
li#bylaws {
	left: 124px;
	width: 51px;
}
#bylaws a:hover {
	background-position: -124px -26px;
}
li#plan {
	left: 175px;
	width: 84px;
}
#plan a:hover {
	background-position: -175px -26px;
}
li#staff {
	left: 259px;
	width: 39px;
}
#staff a:hover {
	background-position: -259px -26px;
}
li#exec {
	left: 298px;
	width: 214px;
}
#exec a:hover {
	background-position: -298px -26px;
}

/* Directory navigation */

ul#dirsuper {
	list-style: none;
	padding: 10px 4px;;
	margin: 0 -5px;
	clear: both;
	width: 504px;
	height: 27px;
	background: url(../images/buttons/directorybuttons.gif) no-repeat;
	text-indent: -1234em;
	
}
#dirsuper li {
	float: left; 
	width: 80px;
	height: 17px;
	margin-right: 2px;
}
#dirsuper li a {
	height: 17px;
	display: block;
	text-decoration: none;
}
/* Registration Navigation */

ul.convention {
	list-style: none;
	padding: 0;
	margin: 10px -15px;
	clear: both;
	width: 504px;
	height: 50px;
	background: url(../images/registration.jpg) top left no-repeat;
	text-indent: -1234em;
position: relative;
	
}
ul.convention li {
height: 29px;
position: absolute;
top: 7px;
padding: 0;
}
ul.convention li a {
display: block;
text-decoration: none;
height: 29px;
padding: 0;

}
li.agenda {
left: 11px;
width: 103px;
}
li.registrationform {
width: 173px;
left: 127px
}
li.vendorinfo {
left: 313px;
width: 190px;
}

