#nav a {  /* color of link */
	text-decoration: none; 
	color: #ffffff;
	}

#nav a:visited {  /* color of visited link */
	text-decoration: none; 
	color: #ffffff;
	}

#nav a:hover {  /* color of link when hovered*/
	text-decoration: none; 
	color: #f5ec2d;
	background-color: #000000;
	}


#vertnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#vertnav ul { 
	padding: 		0;
	margin: 		0;
	list-style: none;
  width: 			178px;
  background-color: #ffffff;
}

#vertnav li {
	display: 				block; 
	position: 			relative;
  width: 					178px;
	height: 				20px;
  background-color: #ffffff;
	margin: 				0px 0px 0px 0px;
	padding: 				0px 0px 0px 0px;
	font-size:      90%;	
	font-weight:    normal;
	text-indent:		10px;	
}

#vertnav span {
	position:	relative; 
	top: 			2px;
	}


#vertnav a {
    text-decoration: 	none; 
    display: 					block;
		background: 			url(../images/bluebutton.jpg) center center no-repeat; 
    padding: 					0px 0px 0px 0px;
		margin: 					0px; 
    width: 						178px; /*helps IE with hover */
    height: 					20px;
		color: 						#ffffff;
}

#vertnav a:hover {
    text-decoration: 	none; 
    display: 					block;
		background: 			url(../images/button.jpg) center center no-repeat; 
    padding: 					0px 0px 0px 0px;  
    margin: 					0px; 
    width: 						178px; /*helps IE with hover */
    height: 					20px;
		color: 						#000000;
}




