#navbar {
	width:700px;
	background-color: #FFFFFF;
	float:left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	clear: both;
	margin-left: 50px;
}
#navbar ul {
	list-style-type: none;
}
#navbar li {
	float: left;
	white-space: nowrap;
}
#navbar a {
	width: 100px;
	display: block;
	text-align: center;
	height: 31px;
	background-image: url(../../topNav/main_short.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
} 
#navbar a:link, #navbar a:visited {
	color: #4b4b4b;
	text-decoration: none;
}
#navbar a:hover, #navbar a:active {
	background-image: url(../../topNav/main.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #4b4b4b;
	background-image: url(../../topNav/main_short_f2.gif);
}
#sellink a:link, #sellink a:visited, #sellink a:hover, #sellink a:active {
	color: #4b4b4b;
	background-image: url(topNav/main_short_f2.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
#navbar.short a {
	background-image: url(topNav/main_short.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 22px;
	display: block;
	text-align: center;
	padding-top: 0px;
}
