#mainnav {
	width: 760px;
	height: 26px;
	background: url(../images/navback2.jpg);
	background-repeat:no-repeat;
	background-color:#1B46A8;
	clear:both;
	overflow:hidden;
}

.navends {
	float:left;
	width:10px;
	}
#nav, #nav ul {
	list-style: none;
}
#nav li {
	float: left;
	font-weight: bold;
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	display:table-cell;
}
#nav a {
	display: block;
/*	padding: 8px 20px 8px 20px;*/
	color: #fff;	
	text-decoration: none;
}
#nav .homenavword a {
	display: block;
	padding: 8px 0 8px 0;
	color: #fff;	
	text-decoration: none;
	width:74px;
	text-align:center;
}
#nav .technavword a {
	display: block;
	padding: 8px 0 8px 0;
	color: #fff;	
	text-decoration: none;
	width:190px;
	text-align:center;
}
#nav .busnavword a {
	display: block;
	padding: 8px 0 8px 0;
	color: #fff;	
	text-decoration: none;
	width:169px;
	text-align:center;
}
#nav .newsnavword a {
	display: block;
	padding: 8px 0 8px 0;
	color: #fff;	
	text-decoration: none;
/*	width:64px;*/
	width:105px;
	text-align:center;
}
#nav .eventsnavword a {
	display: block;
	padding: 8px 0 8px 0;
	color: #fff;	
	text-decoration: none;
	width:83px;
	text-align:center;
}
/*#nav .aboutnavword a {
	display: block;
	padding: 8px 0 8px 0;
	color: #fff;	
	text-decoration: none;
	width:88px;
	text-align:center;
}*/
#nav .contactnavword a {
	display: block;
	padding: 8px 0 8px 0;
	color: #fff;	
	text-decoration: none;
	width:109px;
	text-align:center;
}
#nav a:hover {
	background:url(../images/navback2on.gif) repeat-x;
}


body.homenav #mainnav li.homenav,
body.technav #mainnav li.technav,
body.busnav #mainnav li.busnav,
body.newsnav #mainnav li.newsnav,
body.eventsnav #mainnav li.eventsnav,
/*body.aboutnav #mainnav li.aboutnav,*/
body.contactnav #mainnav li.contactnav {
	background:url(../images/navback2on.gif) repeat-x;
}

body.techstate #subnav li a.techstate,
body.techuniversity #subnav li a.techuniversity,
body.techparks #subnav li a.techparks,
body.techindependent #subnav li a.techindependent,
body.technetworking #subnav li a.technetworking,
body.techmedia #subnav li a.techmedia {
	background-color: #FAFAFA;
	color:#FF5475;
}

body.bushawaii #subnav li a.bushawaii,
body.bustax #subnav li a.bustax,
body.busfunding #subnav li a.busfunding,
body.busmentoring #subnav li a.busmentoring,
body.busmeetings #subnav li a.busmeetings {
	background-color: #FAFAFA;
	color:#FF5475;
}

body.newscurrent #subnav li a.newscurrent,
body.newsarchive #subnav li a.newsarchive,
body.eventscurrent #subnav li a.eventscurrent,
body.eventsarchive #subnav li a.eventsarchive {
	background-color: #FAFAFA;
	color:#FF5475;
}

/*___________________________________________*/
#subnavcontainer {
	float:left;
	width:155px;
	}
#subnavcontainer #subnav {
	float:none;
	}

#subnav {
	width:155px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4em;
	font-size:1.1em;
	}

#subnav ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#subnav a
{
display: block;
width: 155px;
padding: 8px 0px 9px 5px;
text-decoration: none;
border-top: 1px solid #ddd;
font-weight:bold;
}

#subnav a:hover
{
background-color: #FAFAFA;
}

#subnav li li a
{
display: block;
width: 140px;
padding: 5px 0px 6px 20px;
text-decoration: none;
border-top: 1px dotted #ddd;
font-weight:normal;
}
/*___________________________________________*/

.subnavimage {
	width:160px;
	padding:10px 0 10px 0;
	border-top-style:double;
	border-top-width:3px;
	border-top-color:#CCCCCC;
	}
.subnavtext {
	color:#666;
	margin:0 0 0 0;
	width:155px;
	padding:10px 0 0 5px;
	border-top-style:double;
	border-top-width:3px;
	border-top-color:#CCCCCC;
	}