@charset "utf-8";
/* ----------------------------- PRIMARY NAVIGATION ----------------------------- */
#nav_primary {
	height: 30px;
	background: url(../images/bg_nav.gif) no-repeat  center center;
	clear: both;
	text-align: center;
}
#nav_primary ul {
	display: inline;
	text-align: center;
}
#nav_primary li {
	display: inline;
	line-height: 29px;
	padding-bottom: 10px;
	background: url(../images/bg_nav_div.gif) no-repeat top right;
	font-weight: bold;
	font-size: 11px;
}
html>body #nav_primary li {
	line-height: 30px;
	padding-top: 7px;
}
body#home li#primary_nav-home a,
body#staff li#primary_nav-about a,
body#events li#primary_nav-softwareplatform a,
body#vendors li#primary_nav-management a,
body#venues li#primary_nav-contact a,
body#rfps li#primary_nav-rfps a {
	color: white;
	background: url(../images/bg_nav_active.gif) repeat-x top left;
}
#nav_primary li#primary_nav-rfps {
	background: none;
}
#nav_primary li a {
	padding: 7px 18px 8px 18px;
	color: white;
	text-decoration: none;
}
html>body #nav_primary li a {
	padding: 7px 18px 8px 18px;
}
#nav_primary li a:hover {
	color: #7492b3;
	background: url(../images/bg_nav_hover_ie.gif) repeat-x top left;
}
html>body #nav_primary li a:hover {
	background: url(../images/bg_nav_hover.gif) repeat-x top left;
}
