#navmain {
	background: transparent url("/images/grids_top_left.gif") left bottom no-repeat;
	padding-bottom: 105px;
}

#navmain a {
	display: block;
	background: #9fc4c4 url("/images/bullet_nav.gif") 6px 16px no-repeat;
	margin: 1px 0 0 1px;
	padding: 12px 0 12px 16px;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #fff;	

}

#navmain a:hover {
	background: #568b8b url("/images/bullet_nav.gif") 6px 16px no-repeat;
}

#navmain a.selected {
	background: #568b8b url("/images/bullet_nav.gif") 6px 16px no-repeat;
}