#nav {
  font-weight: bold;
  list-style-type:none;	
  background: #5E0000;
}

#nav li{
  list-style-type:none;
  float: left;
  margin: 3px 0 0 0px;
  padding: 0 0 0 12px ;
  background: url(../../images/tabyellow.gif) #5E0000 top left no-repeat;
  text-align: center;
}

#nav li a, #nav li a:hover{
  color:#FFFFFF;	
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: url(../../images/tabyellow.gif) transparent top right no-repeat;
  display:block;
  padding: 0 12px 0 0;
  text-decoration: none;
  text-align: center;
  line-height: 2; 
  text-decoration: underline; 
}


#nav li.cur
{
  background: url(../../images/taborange.gif) #74B713 top left no-repeat;
  text-decoration: underline; 
}
#nav li strong, ul#nav li.cur a, ul#nav li.cur a:hover
{
  display:block;
  color:#333333;
  padding:0 15px 0 0;
  text-decoration: none;
  background:url(../../images/taborange.gif) transparent top right no-repeat;
  text-decoration: underline; 
}

#nav li.con
{
  background: url(../../images/tabred.gif) #630202 top left no-repeat;
  text-decoration: underline; 
}

#nav li strong, ul#nav li.con a, ul#nav li.con a:hover
{
  display:block;
  color:#FFFFFF;
  padding:0 15px 0 0;
  text-decoration: none;
  background:url(../../images/tabred.gif) transparent top right no-repeat;
  text-decoration: underline; 
}

#subnav {
	background: url(../../header_pics/programs_sub.jpg) no-repeat top left;
	height: 169px;
	font-size: 10px;
	padding-left: 9px;
	line-height: 1.65;
	}
	
	#subnav li {
		list-style-type: square;
		margin-left: 9px;
		}
	
	#subnav li a {
		color: #333;
		text-decoration: none;
		font-weight: normal;
		}
		
	#subnav li a:hover {
		text-decoration: underline;
		}
