.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/main/navbar_top.jpg);
	background-repeat: no-repeat;
}


.navbar td {
	height: 17px;
	vertical-align: middle;
}
.navbar a:link {
	text-decoration: none;
	color: #333333;
}
.navbar a:visited {
	color: #333333;
	text-decoration: none;
}
.navbar a:hover {
	color: #333333;
	text-decoration: overline;
}
.navbar a:active {
	text-decoration: none;
}
