/* CSS Document */

body#home a#homeLink,
body#services a#servicesLink,
body#wkcycle a#wkcycleLink,
body#about a#aboutLink,
body#contact a#contactLink{
  background: none;
	color: #FFFFCC;
	padding-left:5px;
	font-weight: bold;
	}
	
body#overview a#overviewLink,
body#resume a#resumeLink{
	background:#780000;
	color:#FFC;
	font-weight:bold;}


ul#nav1{
	margin:90px 15px 0 0;
	padding:0;
	list-style:none;
	border-left: 1px solid white;
	float:right;
	}
	
#nav1 li{
  float:left;
	max-width:170px;}

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

#nav1 a:hover{
  font-weight: bold;
	display:block;
	background-color:#FFC;
	color: #6B8E23;
	}

	




ul#nav2{
	padding:0 10px 12px 0;
	margin-left:0;
	list-style:none;
	border-left: 1px solid white;
	float:left;
	}

#nav2 a{
  color: #6B8E23;
	font-family: Verdana, Arial, san serif;
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
  text-decoration: none;
	border:1px solid gold;
	padding: 5px 8px 4px 8px;
	display:block;
	background-color:#780000;
	background-position: left center;
	}

#nav2 a:hover{
  font-weight: bold;
	display:block;
	background-color:#FFC;
	color: #6B8E23;
	}