/* NAV */
.nav {
	font-family:"lucida grande", "trebuchet ms", arial, sans-serif;
	width:321px !important;
	width:310px;
  height: 34px !important;
  height: 34px;
  height/**/:/**/23px;
	padding: 0px 0 0px 0 !important;
	background: #9ecbcf;
	font-size: 10px !important;
	font-size: 11px;
	text-transform: uppercase;
}
.navbuttons {
	float:left;
	padding:0px;
	height:33px;
	margin: 0 !important;
	margin: 0 10px 0 10px;

}


/* not using

.navbuttons UL {
	height:auto;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
.navbuttons LI {
	margin: 0;
	padding: 0;
	float: left;
}

*/

.navbuttons a:link, .navbuttons a:visited {
	color: #483616;
	width:35px !important;
	width:35px;
  height: 34px !important;
  height: 34px;
  height/**/:/**/23px;
	text-decoration: none;
	margin: 0 5px 0 5px;
	padding: 11px 9px 0px 10px !important;
	padding: 10px 5px 0px 5px;
	float: left;

}

.navbuttons a:hover {
	color:#FFF;
	background: url(../images/arrows.gif) no-repeat top;

}






