@charset "utf-8";
/* CSS Document */

table.navbar {
	
}
table.navbar td {
	
}

table.navbar td a{
	color: #FFF;
	display: block;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.navbar td a:hover{
	color: #369;
	text-decoration:none;
	font-size: 11px;
	background-color: #FFF;
	border: thin none #999;
	}

table.navbar td a:visited {
	color: #FFF;
	display: block;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

