#vertnav {
	text-decoration: none;
}

#vertnav ul {
/*	border: 1px solid #000; */
	margin: 0px 0px 0px 0px;
/*removes indent IE and Opera*/
	padding: 0px 0px 0px 0px;
/*removes indent Mozilla and NN7 */
	list-style-type: none;
/*turns off display of bullet*/
	width: 193px;
	font-weight: bold;
	font-size: 12px;
	font-family : arial, verdana, helvetica, sans-serif;
}
#vertnav li {
	text-align: center; 
/*	border: 1px solid #000; */
/*	display:block; */
	padding: 0px 0px 0px 15px; 
	margin: 0px 0px 10px 0px;
	width: 146px;
	height: 47px; 
}
#vertnav a {
	padding: 9px 10px 14px 12px;
	margin: 0px 0px 0px 0px;
	width: 124px;
	color:#805e29;
	text-decoration: none;
	background: url(images/button.gif) left top no-repeat;
	display:block;
}
#vertnav a:link, #vertnav a:visited, #vertnav a:active {
	color: #805e29;
	background-image: url(images/button.gif) left top no-repeat;
}
#vertnav a:hover {
	color: #fff;
	background-image: url(images/button.gif) left top no-repeat;
}
#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
	color: #805e29;
	background: url("images/button_uber.gif") left top no-repeat;
}
