/* CSS Document */

body#home a#homeLink,
body#whyhouston a#whyhoustonLink,
body#program a#programLink,
body#calendar a#calendarLink,
body#partners a#partnersLink,
body#media a#mediaLink,
body#contact a#contactLink{
  background: none;
	color: #B8B8B8;
	padding-left:5px;
	font-weight: bold;
	}
	
ul#nav1{
	margin:172px 200px 0 0;
	padding:0;
	list-style:none;
	border-left: 1px solid 888;
	float:right;
	}
	
#nav1 li{
  float:left;
	line-height:16px;
	text-align:center;
	max-width:122px;}

#nav1 a{
  color: #white;
	font-family: Verdana, Arial, san serif;
	font-size:11px;
	font-weight:bold;
	text-transform: uppercase;
  text-decoration: none;
	border-left: 1px solid;
	border-bottom: none;
	border-top:none;
	border-right:none;
	padding: 4px 8px 4px 8px;
	color:white;
	display:block;
	background-color: none;
	background-position: left center;
	}

#nav1 a:active{
  font-weight:bold;
	color:black;
	}


#nav1 a:hover{
  font-weight: bold;
	display:block;
	background-color:#B8B8B8;
	color: #780000;
	}


